Go for anything Debian based. Gentoo is great, but most people don't give it the time needed to learn it (aka, they give up installing the kernel or at another step).
Since you want for a server, Debian itself is great. Or if you want, Ubuntu is another option to install (get the server install over their desktop iso). Either way, using apt-get to install apache/sql/etc is very simple and sets up most items in a nice way. I choose to go with Ubuntu for this server over Debian, mostly due to the fact that Ubuntu has a ton of money backing it and the current release, Dapper Drake, has LAMP (Linux, Apache, MySQL, PHP) support right out of the installation and is scheduled for Long Term Support, meaning when they release the next couple of versions, you don't need to upgrade your system as they will backport security fixes for a long time. Thus, the stability is there for servers.
For home servers, Gentoo is the way to go. Emerge is, in my opinion, one of the best and strongest tools out there. And Gentoo's package world contains everything imaginable. And if it doesn't, generally someone made an ebuild for it for a package overlay, or you could make your own within a couple of minutes.
Maverick - Thu Jul 13, 2006 3:08 pm
Post subject:
Thanks, Gentoo it is then
I have heard much about Ubuntu, maybe I will take a peek at that first.