up vote 0 down vote favorite
1
share [g+] share [fb]

What is your preferred flavor of Linux for a server environment and why?

link|improve this question

Ubuntu (not as answer because this is pretty subjective) – John Millikin Sep 18 '08 at 2:24
Why vote this down? Because it is N/A to win32 devs? – 0124816 Sep 18 '08 at 4:38
This should be voted down as it's not a programming question. – JonTheNiceGuy Sep 18 '08 at 8:25
Cmon - it's early days for stackoverflow, let's not be too pedantic about the content, if it's tagged properly you can ignore it anyway and it is a technical question. – stephen mulcahy Sep 18 '08 at 9:48
The question is relevant to programmers, so I feel that it is perfectly acceptable. – Unkwntech Sep 18 '08 at 15:38
show 2 more comments
feedback

17 Answers

Debian 'stable', hands down. It is as rock solid as you can get. While it does tend to get a little "stale" after a while, in my experience there are usually only a few packages you absolutely need the latest version of, and it's pretty trivial to either backport those from 'testing' or install from source in /usr/local.

link|improve this answer
feedback

Debian Debian Debian. in that order.
It was the first, it's stable as hell (I have an HD that has been in 6 different systems without ever not working perfectly), and for a server environment pretty much everything is easy.

link|improve this answer
Ok, but WHICH debian? Stable, testing or unstable? – Milan Babuškov Oct 17 '08 at 21:45
we'll stable of course, would use use an unstable for a server??? – Unkwntech Jan 20 '09 at 2:12
feedback

I have been setting up Ubuntu servers for work and it has been successful.

link|improve this answer
feedback

Debian Stable release. Easy to install, easy to maintain.

link|improve this answer
feedback

I usually choose between 3 different distros based on need.

Speed and customization - Gentoo
Stability and reliability - CentOS
If the first 2 are not an option - Debian.

link|improve this answer
feedback

I look at what I need and who I'm installing it for.

At work, when it's something that needs support, I'll always go for RedHat or SuSE, depending on who's offering the best deals on support at the time. If I don't need to justify support (for example in a lab), I'll go with Debian for it's lean footprint, mostly because I'm scared of Slackware!

For my personal servers, I alternate between Fedora or CentOS and Ubuntu or Debian (depending on which is the distro de jour), and for what I want it for. A good example of this is that the last machine I built was to be a PVR, so I installed Mythbuntu, and when that wasn't used for that after a couple of weeks, I stuck Ubuntu on it. Before that, it was running Fedora.

I think the real trick to Linux Servers is to weigh all the needs up, and then counter that with which distribution you prefer at the time. In a commercial environment; it's always got to be Novell's SuSE or RedHat, although Canonical's Ubuntu Server will be one to watch in a year or so.

link|improve this answer
I have to agree with SuSE. Like Novell Support or not, but it does exist, and you can get real help on SuSE. – geoffc Nov 20 '08 at 17:24
feedback

Personally I've stuck with Debian variants (mostly Debian itself and Ubuntu), but I've helped manage the occasional Fedora Core server too. I just like the way Debian organises things better.

I think most of the differences come down to personal preference. I'd suggest experimenting a little with a few different flavours and see what you like the best.

link|improve this answer
feedback

+1 for Debian stable. Nothing better on the server IMO.

  • It has an easy net install CD to get minimal packages
  • apt-get is awesome on a server
  • packages are actually compatible with each other and they seem to be tested properly (gasp!)
  • Less packages + less complexity + compat packages + super stable packages (no shiny stuff) == more stable server == more happiness == happier customers == more money ;)
link|improve this answer
feedback

Debian.

I have experience with RH servers, but Debian is definitely my first choice. The APT package management is really superior to any other package management system.

link|improve this answer
feedback

See Centos or Debian as a server OS? for a related discussion

link|improve this answer
feedback

Debian, CentOS in that order.

link|improve this answer
feedback

Ubuntu or Debian for the apt package manager. CentOS if you'd rather use RPM.

link|improve this answer
Scratch the Ubuntu, its just Debian in disguise. – Unkwntech Sep 18 '08 at 2:29
feedback

I tend to use Gentoo. This is mainly so that I can get exactly what I want on my server, and because I tend to find it easier to configure apps by using their config files rather than using an often rather broken GUI config editor. Gentoo also lets me run things fast - which is good when you're running on cheap/old servers like I am.

link|improve this answer
feedback

It really depends:

  • How long will the server "live" without major upgrades?
  • How important is it that much of the software is of the latest and greatest version?
  • How much time do you want to spend on upgrades and maintenance?
  • Do you want to build software packages yourself or depend on what's in the distribution?
link|improve this answer
feedback

Debian for the single reason of being able to do major version upgrades in-place without worry. I understand that even RH is still not very good at this, but there are systems in the field that are up to date and functioning that I deployed almost 10 years ago. For server work you want 'stable' and 'upgradable' over all else - between the two you're guaranteed to have a useful system for a long long time to come.

link|improve this answer
feedback

If you want really stable, go with Slackware or Debian.

Slackware is good if you really want to roll your sleeves up and dive in (including compiling many packages from source). It's probably the most stable linux out there, although the community is a lot smaller. There aren't many available packages (hence compiling from source) and the default package manager (pkgtools) doesn't go too far. There are third party package tools (slapt-get, swaret) that attempt to resolve dependencies, and do quite well most of the time, but aren't to be trusted fully if you're running a production environment.

Debian is a great choice if you want to install the OS, do a bit of config, and not have to worry about anything else. The apt packaging system is effective and easy to use, and there are more packages available than you'll ever need. It really just depends what you're looking for.

If you're comfortable with Linux, try slack. It's screaming fast, light, and stable. If you haven't set up a server before, I'd go with Debian. You'll find a lot more support and helpful packages.

link|improve this answer
feedback

I tend to prefer openSuSE, but that's probably just because I'm partial to that distro. I started learning Linux on SuSE 9.0, and it's grown on me. It has a good amount of customization without forcing a package manager down your throat should you need to compile some newer binaries.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.