Ian's Linux Aide-Memoire

System Info


Installing Software:

extract an archive: tar zxvf filename
move a file or folder, e.g.: mv filename /usr/local/src
install an rpm: rpm -ivh filename

compile and install:
./configure
make
make install

MythTV

Finding Things:

www.google.com/linux Linux-oriented search
distrowatch.com a survey of current Linux distributions


Home