So, I decided to try a different distro, Debian. I choose Debian to try for a few different reasons.
I’ve been more interested in Debian and BSD since buying a PowerBook. Fink uses apt-get and is quite Debian-y.
Also, I was reading Neal Stephensons “In the beginning was the command line”, and his distro of choice was Debian, so I wanted to see GNU/Linux from his prespective. Interesting book, interesting read in retrospect, as it talks about Apple, linux and MS, and some of the ideas have come together in OsX .
Redhat (the Linux flavour I’m most familiar with) are looking for more and more money.
Lastly, I’ve read its really unfriendly to install. Can’t resist that really can I?
So the first thing to get to grips with is how to get the distro. Debian has alot of different options in this area, both in install method and in release (stable, unstable, testing etc..) Too many for Granny, but this isn’t the distro for Granny.
I choose the net install, an 100MB ISO image, that boots up, installs a bare bones. Usual Linux fare here. Create a computer name etc. (This box is called Mandlebrot)
Actually it turns out that the netinstall ISO is much friendlier than the last full,stable iso. Partitioning etc is handled better etc.
Once the base system is installed you currently get the testing release by default. This in turn points to sarge at the moment.
apt-get is the package mamager with Debian. You edit your package repositories in /etc/apt/sources.list This contains urls etc. where the debain packages are stored. I edited mine to point to the Irish debian mirror for sarge. Also I added the Debian security repository.
Ran apt-get update and everything works.. got my basic Debian linux installed! That was way too easy.
Next step: add xFree86 and a window manager.