<Insert Debian defense here>
Posted: Thu Aug 19, 2004 3:34 am
OK - just listening to last nights tech show, and thought I would drop in a couple of helpful hints for Debian.
1. Debian 3.0 does allow for a 2.4 kernel install, by using the boot command bf24. Anything newer will need to be compiled.
2. To find packages, the command you want is apt-cache search <package>. You can also look at http://packages.debian.org
3. Vim is already packaged for Debian - assuming you have all the normal sources in your sources list then you should be able to do apt-get install vim
3. Debian support for other Window Managers is pretty good whenever I tried it - if you apt-get install the package then it has usually been packaged to include the Debian menu system, so that you have consistent menus between different managers, and it will add new programs direct. I've had fluxbox, xfce, GNOME and KDE all working well.
4. Compiling kernels in Debian is well documented online - there are tools that compile your kernel into a nice .deb package that you then install with dpkg -i <packagename>, and it updates your bootloader and all the stuff like that.
5. To get up-to-date packages, make sure you change your /etc/apt/sources.list to look for either the testing or unstable packages; unstable is anything but, IMHO - I have an unstable desktop system running perfectly well.
6. There is a package called cron-apt which will set up your machine to automatically apt-get update (which will install security updates), and even apt-get upgrade / apt-get dist-upgrade.
1. Debian 3.0 does allow for a 2.4 kernel install, by using the boot command bf24. Anything newer will need to be compiled.
2. To find packages, the command you want is apt-cache search <package>. You can also look at http://packages.debian.org
3. Vim is already packaged for Debian - assuming you have all the normal sources in your sources list then you should be able to do apt-get install vim
3. Debian support for other Window Managers is pretty good whenever I tried it - if you apt-get install the package then it has usually been packaged to include the Debian menu system, so that you have consistent menus between different managers, and it will add new programs direct. I've had fluxbox, xfce, GNOME and KDE all working well.
4. Compiling kernels in Debian is well documented online - there are tools that compile your kernel into a nice .deb package that you then install with dpkg -i <packagename>, and it updates your bootloader and all the stuff like that.
5. To get up-to-date packages, make sure you change your /etc/apt/sources.list to look for either the testing or unstable packages; unstable is anything but, IMHO - I have an unstable desktop system running perfectly well.
6. There is a package called cron-apt which will set up your machine to automatically apt-get update (which will install security updates), and even apt-get upgrade / apt-get dist-upgrade.