I believe OS GUI takes some machine resources and is not really needed for a web server.
What OS do people install to make a Linux-based web server without GUI?
|
1
|
|
|||
|
|
|
|
Personally I like Debian the most for servers. The installer gives you the option to install a desktop environment, print server, file server, base system. For your case you would just select install base system. In that case the installer will just install the base packages to get your server up and running. From that moment you have a rock-solid and very lightweight server and it's trivial to install other packages that you may need via apt-get or aptitude |
||||
|
|
|
Most linux distros can be installed without a GUI. Personally I would recommend Debian for servers, but you'll probably also hear from the Gentoo, Linux from scratch, and Red Hat crowd. Pretty much any distro could handle a web server pretty easily. |
||||||||
|
|
|
Ubuntu server is fairly common I think. |
||
|
|
We've been using CentOS for our SaaS app for a long time. Just configure the install to not include any GUI (X) You can fully automate the install starting from a simple kickstart approach, to a full PXE setup. BTW, the advantage of CentOS, is that it will be supported for a longer time than other distros. I think 7 years at the moment. |
||
|
|
|
|
Ubuntu server only has CLI. Most other distributions offer a server or headless install. |
||
|
|
|
|
The distributions I most often encounter are:
And Fedora. All of them come with a CLI only setup for server use AFAIK. |
||
|
|
|
|
I think most Linux servers operate in runlevel 3, which doesn't run a GUI. As part of the install process, just don't install X and you should be all set. I'm not sure what will happen if you try to switch to runlevel 5 (normal windowing system on most systems) on a system that doesn't have a GUI... it may just act like runlevel 3. I've used SuSE, RedHat, Fedora, CentOS, and Ubuntu for servers. The ones that I set up, I just let have the GUI (in runlevel 5)... it comes in handy when you need to remote in, and with no one logged in the overhead is negligible. The ones that I didn't set up myself I think normally ran in runlevel 3, but I don't know if they had a GUI installed. I prefer the Fedora/CentoOS/RedHat family for any system just because of the massive number of well-maintained packages available for install. |
||||||
|
|
|
I don't think Ubunutu Server Edition has a GUI, and in some distros, you can choose what GUI (or lack of GUI) you want. |
||
|
|
|
|
You might want to check out the Ubuntu Server Edition "JeOS" (Just Enough Operating System). It is a stripped down version of Ubuntu and targeted at virtual appliances, but we've used it for some of our VM servers. The URL is http://www.ubuntu.com/products/whatisubuntu/serveredition/jeos. |
||
|
|
