Archive for January, 2008

apt-get howto’s (debian)

nice howto here

The relevant commands to get going are:

Lets say we’re looking for the unzipping utility:

apt-cache search unzip

A list is provided – type in its title (happens to be unzip anyway)


apt-get install unzip

It trots off and downloads and installs it all for you.

Comments (1)

requirements specification - whats in it?

  1. A Vision

  2. Use cases

  3. The Glossary of terms

  4. Sequence diagrams

  5. URPS+ (dont ask what that is for now – be content it is the non functional requirements;)

  6. The domain model

thats it including one mystery one – answers on the back of a postcard

Comments (1)