Linux Distro?


Recommended Posts

Hi guys,

I'm running a hosting company and after some tries with different Linux Distros we've come to the conclusion that CentOS works best for us and is the most reliable one in our opinion.

But i'm interested in what Distro you guys are using on your own servers. Please explain why you've choosen the distro and if you've tried any others before.

Thanks,

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/
Share on other sites

Debian. I switched from CentOS to Debian and never looked back! What about CentOS do you find attractive?

I find CentOS attractive because it's almost never a problem with it, infact i can't remember having any problems with CentOS. It's very stable and our load is very low all the time. We are also hosting VPS's and most of them are running on and with CentOS and our customers are very positive to CentOS so far.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589554011
Share on other sites

Well I have found them to be equally stable. I've never seen either of them crash and they've both done hundreds of days of uptime no problem. I just prefer apt to rpm, though. I run a personal dedi box which I do all kinds of stuff on that you'd never do on a production web server. I found Debian's massive library of packages to be most beneficial.

But if you're quite happy with what you have running on CentOS, I don't there is any point switching to and other GNU/Linux distribution. I would recommend trying out FreeBSD or NetBSD, though. If uptime is important to you then these can beat any GNU/Linux distro (not necessarily for stability, but Linux gets security patches every few weeks most of the time which require a reboot of a GNU/Linux box, the BSD kernels haven't been patched in ages).

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589554028
Share on other sites

...

I just prefer apt to rpm, though.

...

Argh!

I was just mindlessly browsing when a disturbance arose within me. Someone, somewhere, had just stomped on my "pet peeve" button! :p

On the serious side, I'd like to point out that you are comparing a package manager to a file format. :wacko:

Now, making a comparison of yum install php versus apt-get install php can be debated. Both work perfectly well.

Most people unfairly hang the albatross around the neck of "RPM" because they have tried to manually install individual rpm files without a package manager, and found that some files have certain dependencies. In fact, Debian DEB files have the same dependency requirements. The DEB or RPM file contain references to other packages that are required. YUM and other such managers handle these in RPM-world, just as APT handles these in DEB-world.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589554058
Share on other sites

Argh!

I was just mindlessly browsing when a disturbance arose within me. Someone, somewhere, had just stomped on my "pet peeve" button! :p

On the serious side, I'd like to point out that you are comparing a package manager to a file format. :wacko:

Now, making a comparison of yum install php versus apt-get install php can be debated. Both work perfectly well.

Most people unfairly hang the albatross around the neck of "RPM" because they have tried to manually install individual rpm files without a package manager, and found that some files have certain dependencies. In fact, Debian DEB files have the same dependency requirements. The DEB or RPM file contain references to other packages that are required. YUM and other such managers handle these in RPM-world, just as APT handles these in DEB-world.

apt and rpm are both package management systems. I wasn't comparing apt-get to yum... I used yum and I don't have a problem with it. I'm quite used to installing packages from source and finding the dependencies myself but if I'm going to use package management I would use apt because I've never had a problem with it, whereas I have had problems with rpm. It's also proven itself to be extremely stable to me (like that time when I accidentally removed every single package on a ubuntu system and managed to restore them all).

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589554468
Share on other sites

apt/aptitude/apt-get is a package management system.

rpm is a basic installer.

Please understand that you are NOT comparing like items.

The Debian equivalent to "rpm" is "dpkg". And I bet you would never dream of managing a system by installing individual deb files with dpkg. Yet people have no problem slagging rpm files because they tried directly working with them using the rpm command.

dpkg/rpm are an a totally different level than apt/yum

You seem to think that the "rpm" command is the Red Hat (and derivatives) equivalent to apt. It is not.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589554502
Share on other sites

Oh yes, you are right. Sorry.

I actually haven't ever used rpm by itself, but I have used dpkg, I just forgot about it. It is funny how easy it is to forget the foundation when you are so used to working with higher level stuff.

So I suppose what I mean is I prefer apt to all of the rpm based package managers like yum. And I dunno how easy it would have been to restore every single package using yum by looking through the rpm logs, but it wasn't much of a pain with dpkg and apt.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589554557
Share on other sites

CentOS here.

Stable, good release cycle.

Relation with Red Hat and thus easier to find packages & information on the internet.

& Support through the RH link, when thing get fixed in RH, these changes will also come to CentOS.

Yum is a very nice package manager, couldn't live without it. It will do most of your package jobs and can be easily expanded with other mirrors.

And RH is the base for XenServer, so I don't have to know 2 different systems.

FreeBSD, not to much experience, and for the things I tried, did not get along with it to well.

Guess I'm too used to using Linux.

Debian

What is it that attracts you to this distro?

Personally, yum can take over the functions of apt.

Stability and uptime should be equal, they use the same kernel & software.

I only had the impression the release cycle was either a bit to short (some to recent packages) or to long.

(But that could be an impression, I never had the chance to really compare CentOS and Debian release cycles.)

I've heard good things about Debian, but for everything I hear there's an option on CentOS.

(Not that CentOS is the better distro, it's at the moment just the better choice for me, but that ofc can change.)

Suse

Couldn't let go of the GUI on that one, which is not a good thing for a server, so I dropped it :-)

Gentoo

Tried it, no way that I will host a production server on that.

(These are personal opinions.)

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589555045
Share on other sites

  • 2 weeks later...

On the surface, I am not really impressed with CentOS. It needs a name change and a graphics design overhall. It looks and sounds cheap.

But underneath, man it is rock solid, enterprise grade, and truly excellent.

I prefer FreeBSD UNIX (FreeNAS in particular) for file servers, web servers I always use some type of Linux.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589583976
Share on other sites

All of my linux servers run CentOS.

I just found it to be the most stable and requiring less "out of the box" work in order to get it running perfectly. My old home server based on Debian was an absolute nightmare (although I have a sneaky suspicion there was some faulty RAM involved somewhere).

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589584990
Share on other sites

I'll toss my hat in the CentOS/RHEL pile. RH has their **** together and it shows, even when you use downstream distributions such as CentOS or ScientificLinux. Lots of documentation, lots of support from commercial software vendors, and a clear path of future technology releases by the Fedora project.

RHEL's gui/curses tools to quickly configure services are a blessing, and their kickstart installation system can allow you to rapidly deploy new systems in minutes. I've used kickstart with great success to deploy new nodes or reinstall existing nodes as needed - reinstallation is often a faster solution than problem diagnosis AND resolution. I can't recommend RHEL enough in a cluster/multimachine environment.

If you're just deploying a single machine however, FreeBSD, OpenBSD, and even Gentoo are all good alternatives. Since you're running a hosting company, I'd say your only real choice is Centos/RHEL.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589585570
Share on other sites

I'll toss my hat in the CentOS/RHEL pile. RH has their **** together and it shows, even when you use downstream distributions such as CentOS or ScientificLinux. Lots of documentation, lots of support from commercial software vendors, and a clear path of future technology releases by the Fedora project.

RHEL's gui/curses tools to quickly configure services are a blessing, and their kickstart installation system can allow you to rapidly deploy new systems in minutes. I've used kickstart with great success to deploy new nodes or reinstall existing nodes as needed - reinstallation is often a faster solution than problem diagnosis AND resolution. I can't recommend RHEL enough in a cluster/multimachine environment.

If you're just deploying a single machine however, FreeBSD, OpenBSD, and even Gentoo are all good alternatives. Since you're running a hosting company, I'd say your only real choice is Centos/RHEL.

Gentoo a good server alternative? :|

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589585704
Share on other sites

Gentoo a good server alternative? :|

Sure, if you know what you're doing, it's a fine server. You just don't use any crazy optimizations or bleeding edge software, you stick to the stable branch, sane cflags, and deploy a minimal amount of software to meet your needs. Most importantly, you don't aggressively deploy updates - but if you're doing real production work you don't hastily deploy updates anyways. When you need a specialized system configuration, Gentoo *is* a viable alternative. You just have to know what you're doing. Obviously if you're going to deploy a cluster of computers or run a multi-user system you should stick to something a little more mainstream.

Linux is just a tool, and sometimes Gentoo is the right tool for the job.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589585722
Share on other sites

Sure, if you know what you're doing, it's a fine server. You just don't use any crazy optimizations or bleeding edge software, you stick to the stable branch, sane cflags, and deploy a minimal amount of software to meet your needs. Most importantly, you don't aggressively deploy updates - but if you're doing real production work you don't hastily deploy updates anyways. When you need a specialized system configuration, Gentoo *is* a viable alternative. You just have to know what you're doing. Obviously if you're going to deploy a cluster of computers or run a multi-user system you should stick to something a little more mainstream.

Linux is just a tool, and sometimes Gentoo is the right tool for the job.

Why go through all the trouble of doing all of that when you could just use Debian or Red Hat/CentOS/Fedora? I mean, I guess it's cool and all if someone wants to use it but it just seems unnecessary. I can't imagine it would be any more better at being specialized than any other distro if you know what you're doing.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589586237
Share on other sites

In terms of RPM vs DEB:

There is something to be said of the quality of the repositories. Debian has a very complete list that is divided into stable (over a year old), testing (within the last few months) and unstable (within the last few weeks) branches.

There are also some advantages in apt over yum but a lot of it comes down to personal preference and personal experience. I would certainly lead someone towards the deb/apt side of things than the rpm/yum world.

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589586260
Share on other sites

Why go through all the trouble of doing all of that when you could just use Debian or Red Hat/CentOS/Fedora? I mean, I guess it's cool and all if someone wants to use it but it just seems unnecessary. I can't imagine it would be any more better at being specialized than any other distro if you know what you're doing.

Which is why I pointed out RHEL/CentOS in the first place. Obviously if you know RHEL better than you know something like Slack or Gentoo or Debian and aren't willing to learn those then you should use RHEL. If you're comfortable with compiling stuff by hand that isn't included in these distros/readily available in repos then go for it. I've found Gentoo to be more flexible in some, albeit extreme, cases, and I've leveraged my knowledge to that end. The OP asked for alternatives and I simply suggested one. Why are you getting so defensive about this?

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589586597
Share on other sites

Which is why I pointed out RHEL/CentOS in the first place. Obviously if you know RHEL better than you know something like Slack or Gentoo or Debian and aren't willing to learn those then you should use RHEL. If you're comfortable with compiling stuff by hand that isn't included in these distros/readily available in repos then go for it. I've found Gentoo to be more flexible in some, albeit extreme, cases, and I've leveraged my knowledge to that end. The OP asked for alternatives and I simply suggested one. Why are you getting so defensive about this?

I'm not getting defensive at all. It's just nobody ever suggests Gentoo as a good alternative as a server distro so I'm curious to know why you think so. No need to get touchy :p

Link to comment
https://www.neowin.net/forum/topic/648996-linux-distro/#findComment-589587030
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Playground Games confirms Forza Horizon 6 save wipe bug by Taras Buria Forza Horizon 6 was launched last month to critical acclaim (check out our review here), and it became a smash hit in an instant. Now, weeks into the launch, with die-hard fans clocking hundreds of hours, Forza Horizon 6 is facing a serious issue: save wipes. After multiple complaints on Reddit and social media, the studio issued a statement. The problem with missing saves came shortly after Playground Games promised the initial batch of gameplay tweaks and improvements. Unfortunately, there seems to be no temporary fixes for those affected by unexpected save wipes. However, the studio published a new support document with a few important steps users should try. First, affected gamers should open a support ticket immediately (go here to file one) so that the support team can try recovering the lost progress by reverting to an earlier save. Playground Games says this should be done the same day the issue occurs. Meanwhile, gamers are urged not to start new play sessions or create new saves. The studio also published a few things gamers should try to avoid to prevent potential progress loss: Ensure your Gaming Services app on PC or XBOX Series X|S console is fully up to date. On XBOX Series X|S consoles, disable Quick Resume for Forza Horizon 6: To disable Forza Horizon 6 from using Quick Resume, highlight the game box art anywhere in the console experience (Home, My Games & Apps, Pins, etc) and then press the Menu button, then go to Manage game and add-ons > Quick Resume settings > Disable Quick Resume. Ensure you are online when ‘quitting’ the game. Give your saved time to sync to the cloud before powering off or switching devices. Do not force quit the game during save screens. Do not power off the device during gameplay. Always "Quit" (console) or "Exit to desktop" (PC) once you've finished your play session, ensuring the save icon is not visible when you’re closing the game. Before turning off your console, shutting down your PC, or force-closing the Steam app, give your devices or clients at least a few minutes to ensure your latest progress has been synchronized with the cloud. This will reduce the risk of progress reversions as you switch between different platforms. XBOX Series X|S consoles, Steam, and the XBOX app on PC all include game save indicators that confirm your progress has been synced. You can read more about the bug in the official support document here. Forza Horizon 6 is currently available on PC (Steam and the Microsoft Store), Xbox Series X|S, and Game Pass. The game is also coming to PlayStation 5 later this year.
    • If only Windows would have a toggle switch labeled "Get the latest updates as soon as possible" inside Windows Update settings... But nah, let's hide the new stuff inside a controlled feature rollout, even if the user is explicitly asking for the new stuff as soon as possible. Awesome idea!
    • After watching the Apple event earlier this week it is quite the contrast. Apple is going back and tweaking the code to make things more efficient in many areas of MacOS. Windows is boosting your electric build to hide their issues.
  • Recent Achievements

    • One Year In
      slackerzz earned a badge
      One Year In
    • One Year In
      highriskpaym earned a badge
      One Year In
    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
    • Week One Done
      FBSPL earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      PsYcHoKiLLa
      199
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      74
  • Tell a friend

    Love Neowin? Tell a friend!