I use CentOS-3 on my linode as well (hell, I was the one who got caker to provide it). Advantages to using CentOS have already been mentioned, so in the interest of full disclosure, I'll mention a few disadvantages:
1) If you want an up-to-the-minute distro feature-wise, CentOS is not for you. Gentoo is a much better distro for that. CentOS (and RHEL3, which CentOS-3 is based on) favors long-lasting compatibility over new features. So as long as you keep up to date with errata, you should have a functioning, stable, "old" distro running 5 years down the road.
2) While I love RHEL/CentOS in the server world, I would never use it as a main linux desktop (again, go Gentoo!). Again, it is much more suited for server and "workstation" environment (IE, hundreds of identical workstations deployed in a corporate environment), than desktop.
3) As mentioned, Debian stable is another alternative. It just comes down to which distro you are more comfortable with. I've used Red Hat products for a great many years and hence find CentOS very comfortable to manage, but if you're more used to debian, by all means, use debian stable instead.
4) Again, CentOS-3 is a rebuild of RHEL3, which is made by Red Hat (duh). If you have a deep hatred toward them, it'd probably not a good idea to install CentOS
pdx6 wrote:
It appears to be RHEL 3, which of course will take RH9 packages as well (which I am doing).
RH9 packages usually work, but since it is technically a different distribution, it won't always (just like RH RPMs will sometimes work with Mandrake, but not always). I usually rebuild the source RPM anyways for packages that are not part of base RHEL3; it's very simple to do:
Code:
rpmbuild --rebuild foo-1.0-1.src.rpm
evane wrote:
they using yum, apt4rpm or up2date for there own package management?
yum is the default package manager. up2date may or may not work on CentOS itself, I've never really tried. The RH9 version of apt-rpm also works fine.[/code]