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

    • Actually, I think even Microsoft doesn't know how to control it
    • OpenAI is making Codex more useful in Chrome and the cloud by Pradeep Viswanathan OpenAI's Codex now has more than 5 million users, up nearly 4x from earlier this year. To further accelerate Codex's growth among developers, OpenAI today announced that it has agreed to acquire Ona, a company that builds secure cloud execution and orchestration technology for developers. Ona will enable developers to run Codex with persistent and controlled cloud infrastructure for long-running agentic workflows. Right now, most Codex execution happens locally on developers' laptops and PCs, and the agents work continuously for hours. Through Ona, OpenAI aims to make Codex agents keep working for days without being tied to a user’s local machine or an active session. This will be an important capability for enterprises that want to deploy AI agents in production while maintaining control over infrastructure, data, security boundaries, credential scope, logging, and review workflows. Like any acquisition, the deal is still subject to customary closing conditions, including regulatory approvals. Until the deal closes, OpenAI and Ona will continue to operate as separate companies. After closing, Ona’s team will join the Codex team to improve developer workflows. Alongside the Ona acquisition announcement, OpenAI today introduced a few Codex updates. Developers can now save Codex rate limit resets and use them later instead of losing them when they are not needed immediately. OpenAI is also adding a referral option where users can invite a friend to Codex and get a saved rate limit reset. OpenAI today also announced a developer mode for browser use in Chrome and the Codex in-app browser. With this mode, Codex can use the Chrome DevTools Protocol to debug web apps, inspect pages, and work more directly with browser-based development workflows. Developers can use this when they want Codex to profile JavaScript, inspect console output and network traffic, examine web page states including the DOM and applied styles, and more.
    • Camtasia 2026.1.3 by Razvan Serea TechSmith Camtasia is the complete professional solution for high-quality screen recording, video editing and sharing. Camtasia 2026 makes editing your videos easier, and faster than ever. The new editor is packed with enhanced video processing, all-new production technology, an innovative library, and stock videos and other creative assets to help you create more polished, professional videos. No video experience needed. Anyone can create informative, engaging videos. Create professional, eye-catching videos: Add special video effects - Apply Behaviors that are perfectly designed to animate your text, images, or icons. Get a crisp, polished look without being a professional video editor. Drag-and-drop your edits - What you see is what you get. Every effect and element in your video can be dropped and edited directly in the preview window. And you can edit at resolutions up to beautiful 4K, for clear video at any size. Get exceptional performance - Camtasia takes full advantage of your computer’s processor with 64-bit performance. You’ll get fast rendering times and enhanced stability—even on your most complex projects. Camtasia 2026.1.3 changelog: Feature Updates Improved keyboard navigability in tool panels. Improved screen reader accessibility of headings in Preferences. Tool panels can now be resized using a keyboard-navigable control. Updated color of folder icon in User Library tab for better visibility. Grouped media now render a composite waveform considering all audio media within that group. Added Long Path Aware to the manifest of Editor and Recorder. Performance Improvements Improved performance for editing groups on the timeline. Improved the project loading performance when timeline has lots of trec media with cursor data. Updates for IT Administrators Updated cpp-httplib from 0.38.0 to 0.43.3. Updated expat from 2.7.4 to 2.8.0. Updated freetype from 2.13.3 to 2.14.3. Updated harfbuzz from 13.0.1 to 14.2.0. Updated libpng16 from 1.6.55 to 1.6.58. Updated pango from 1.57.0 to 1.57.1. Updated girepository from 2.86.3 to 2.88.0. Updated pcre2-posix from 10.47.0 to 12.0.2. Added new harfbuzz-gpu.dll. Updated FFmpeg from 7.1.1 to 7.1.2. Updated aom from 3.11.0 to 3.13.1. Updated dav1d from 1.5.0 to 1.5.1. Updated ogg from 1.3.5 to 1.3.6. Updated SDL2 from 2.32.4 to 2.32.10. Updated zlib from 1.3.1 to 1.3.2. Updated Nalpeiron binaries to version 4.4.69.3. Bug Fixes Fixed an issue which prevented some user submitted crash reports from being sent. Fixed a potential memory leak when decoding HEVC or VP9 video. Fixed a potential crash when trying to delete a range selection on a magnetic track. Fixed a bug with the Properties Panel showing stale properties when only a caption is selected on the timeline. Fixed an issue that could prevent the Opacity and Blur properties from being changed in the Background Removal effect. Fixed an issue where larger Camtasia online projects may fail to open in Camtasia Editor. Table of contents thumbnails are no longer created for Smart Player exports with no table of contents. Fix resetting skew revert to revert just skew and not scale as well. Fixed editing in Snagit with snagX file with Unicode characters. Fixed a bug where grouped visual media could be cropped in some cases. Fixed importing SnagX files with Unicode characters. Localization fixes. Download: Camtasia 2026.1.3 | 309.0 MB (Shareware) View: Camtasia Homepage | Tutorials | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • yeah it seems to be Edge only. The dialog buttons work as expected in Chrome and Firefox. The phone is using Android 16 (OneUI 8.5) and Edge version  149.0.4022.53
  • Recent Achievements

    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
    • One Year In
      slackerzz earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      512
    2. 2
      PsYcHoKiLLa
      188
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!