I've got the choice of these three systems for a VPS package I think I'm going to go with. My main experience is with Ubuntu so what do you recommend to go with?
The VPS will basically be used for hosting PHP/WordPress and MySQL.
|
feedback
|
|
If you know Ubuntu, Debian will be by far the most familiar. There is very little difference between Ubuntu and Debian on a server. CentOS and Fedora will require you to learn how to use RPM and will have files in a different place. For example, they do not have /etc/network/interfaces and Apache configuration is in /etc/httpd. They're just two I can think of off the top of my head. | |||||||||
feedback
|
|
IIRC, Ubuntu is a Debian derivative, so maybe Debian? | |||
feedback
|
|
ubuntu is a debian-based distro, while centos and fedora are children of the now defunct redhat distro speaking from package manager point of view, debian+ubuntu use apt-get/dpkg, while centos+fedora use rpm while all four of them are system v init style, some apps will store their files/config files on different places, dependig on the chosen distro so you should use whichever is easier for you to run and maintain | |||||||||
feedback
|