Looking for a good server distro


Recommended Posts

I'm getting ready to update my server (uses: vbulletin, mysql, php, perl). I have Redhat on it now but since they got into Fedora, I don't think I want to use that in my server.... any suggestions? I'm looking for something easy to maintain but strong in security. Thanks.

Link to comment
https://www.neowin.net/forum/topic/269495-looking-for-a-good-server-distro/
Share on other sites

I'm no Linux guru but Mandrake and Suse have always been great to me. They've got nice administration tools built in and they run rock solid.

That's just me though. I use them as a compliment to many networks. I like Mandrake for schools because it looks nice and friendly for others to use. I use Squid Proxy most times on Mandrake. Nice app!

I still want to try out Gentoo but haven't had time yet.

Either of the following would be good to use imo.

1) FreeBSD

2) Debian

3) SuSE

I never really messed around with BSD but from user-feedback and articles that I've been reading, it's obvious that BSD is the most secure thing to run on a server.

Debian is great cause of Apt. It has packages in the stable and testing mirrors that are 99.9% sure to work and you'll have strictly what you need. You install the base system and install anything afterwards with apt-get.

SuSE, well, it has a pretty installation that people enjoy looking at and it works. It's easy to setup and YaST isn't bad at all. Just make sure that the rpm's that you will be using will install on SuSE (sometimes they can be distro-specific if not mistaken).

But as far as linux distributions go, you could pretty much use almost anything as long as the package managment tool that it provides is reliable (don't need one but it sure makes life easy for admins). Apt and Portage are the two systems that I'd say are reliable as far as linux goes.

Well I used to be a UNIX guy, then a couple of years ago I was a BSD guy and now I'm a Linux guy. I've ran all kinds of servers. FreeBSD is a really fine OS for a server. There are things that are different in BSD than Linux, but its easy to distinguish. Oh yeah and I used to pretty much have to compile everything on my BSD server, but that was a couple of years ago.

Thanks all for the advise. I'm not really not a fan of compiling my own packages but I may be willing to do that if there is no other choice. It would really be nice for some of these packages to make it easier to install and upgrade. I think it would really bring Linux more into the mainstream (desktop). It would also be nice to get a distro that would keep up to date with tech instead of having to upgrade all the time to the newest version of things (or at least semi new).

It would really be nice for some of these packages to make it easier to install and upgrade. I think it would really bring Linux more into the mainstream (desktop). It would also be nice to get a distro that would keep up to date with tech instead of having to upgrade all the time to the newest version of things (or at least semi new).

585273046[/snapback]

:blink:

Odd, but I think Linux does an excellent job of what you describe. Especially when you compare it to the 'other' significant OS that is in the market. ;)

Thanks all for the advise. I'm not really not a fan of compiling my own packages but I may be willing to do that if there is no other choice. It would really be nice for some of these packages to make it easier to install and upgrade. I think it would really bring Linux more into the mainstream (desktop). It would also be nice to get a distro that would keep up to date with tech instead of having to upgrade all the time to the newest version of things (or at least semi new).

585273046[/snapback]

Most distros come with package managers that already make it easier to install. One of the most popular is APT-get for Debian.

You type apt-get install <program> and it searches the APT repositories online, finds it, downloads and then installs it for you. That's it. Type apt-get upgrade and it will search through your apps and update them (I believe it uses the RPM database on all distros that use apt-get/apt-get port. Type apt-get dist-upgrade and it will upgrade everything else including your distribution's core files.

Some other distros have Apt-get as well with their own APT repositories for that distribution, such as Fedora Core 2 and 3.

Windows isn't even that easy.

You have YUM as well, or even just normal RPM installation and a bunch of other package managers.

Any linux distro will most likely fit your needs for a server. It doesn't make much difference. Its all about freedom and choice.

I'm surprised nobody mentioned: White Box. Its just RedHat Enterprise Linux recompiled without RedHat's trademarks.

I'm surprised nobody mentioned: White Box. Its just RedHat Enterprise Linux recompiled without RedHat's trademarks.

585273277[/snapback]

But, doesn't that make it not Open Source? :rofl:

(sorry, inside joke...) ;)

Back on-topic: That is probably the best solution for handling enterprise types of apps. I think almost any flavor of Linux will work well, or the BSD option may be a worthy platform to build from, too! :yes:

But, doesn't that make it not Open Source? :rofl:

(sorry, inside joke...)  ;)

Back on-topic:  That is probably the best solution for handling enterprise types of apps.  I think almost any flavor of Linux will work well, or the BSD option may be a worthy platform to build from, too! :yes:

585273398[/snapback]

hahahaha. Yeah it doesn't matter that the source is open, because it isn't open source!

-

BSD is always a good option, especially being arguably the most secure OS on the planet.

Thanks.. I have never been able to install any BSD or Debian on my test server both had hardware incompatibilities, I believe. Although, I'm sure they would have no issues on the server but I'm not installing any server solution that I can't have on my test server. I never had any issues installing any RedHat product. I'll have to check out Whitebox, Thanks.

Most distros come with package managers that already make it easier to install. One of the most popular is APT-get for Debian.

You type apt-get install <program> and it searches the APT repositories online, finds it, downloads and then installs it for you. That's it. Type apt-get upgrade and it will search through your apps and update them (I believe it uses the RPM database on all distros that use apt-get/apt-get port. Type apt-get dist-upgrade and it will upgrade everything else including your distribution's core files.

Some other distros have Apt-get as well with their own APT repositories for that distribution, such as Fedora Core 2 and 3.

Windows isn't even that easy.

You have YUM as well, or even just normal RPM installation and a bunch of other package managers.

Any linux distro will most likely fit your needs for a server. It doesn't make much difference. Its all about freedom and choice.

I'm surprised nobody mentioned: White Box. Its just RedHat Enterprise Linux recompiled without RedHat's trademarks.

585273277[/snapback]

I'm partial to FreeBSD :-)

The main reason I like it is because it's easy to administer, and it's stable. Ports allows you to compile from source (more versatile than using binaries) while still making updating your software an easy process. The stability means that I rarely have to do anything at all once the server is up and running. Just a few updates here and there and watch the uptime. I guess I'm lazy :p

Arch linux, I'm not convinced. I use it on my desktop and it's not as stable as FreeBSD. Things tend to break too often when updating the OS. It's nice to have a workstation with the latest and greatest, but one wouldn't do the same for a server. And arch tends to be a distro that lives on the bleeding edge. Using arch is kind of like using FreeBSD-CURRENT (you'd want to use FreeBSD-STABLE for your server). I'm not saying that you can't make an arch box stable. It's just that it seems to take more work to achieve that.

Thanks.. I have never been able to install any BSD or Debian on my test server both had hardware incompatibilities, I believe. Although, I'm sure they would have no issues on the server but I'm not installing any server solution that I can't have on my test server. I never had any issues installing any RedHat product. I'll have to check out Whitebox, Thanks.

585273559[/snapback]

Debian "stable" tends to use two year old kernels for those that want something that has been tested under every possible condition. It is very conservative. A bit too conservative for my tastes.

Debian "testing" (i.e. Sarge) uses still a somewhat older kernel but it has far better hardware support than "stable". Personally, I'd consider Debian "testing" to use as a server for most operations.

Debian also has an "unstable" branch that is good for desktop use. I even find that to be rather stable but it's probably too cutting edge for something important.

If you use a debian based distro, I would go with Ubuntu. My company currently uses Ubuntu on most of our servers. The packages in the Ubuntu repository seem better and it is a little bit easier I think. The plus side of Ubuntu is that it has great auto detection of hardware and best of all, it's debian based.

If you use a debian based distro, I would go with Ubuntu.? My company currently uses Ubuntu on most of our servers.? The packages in the Ubuntu repository seem better and it is a little bit easier I think.? The plus side of Ubuntu is that it has great auto detection of hardware and best of all, it's debian based.

585283461[/snapback]

It's also from the unstable branch. Much like Knoppix, Mepis and the other Debian children.

Ubuntu is Debian. You can use whatever repositories you want. They are usually just mirrors of one another anyway. You can configure Debian to look like Ubuntu and you can configure Ubuntu to look like Debian. It's just a matter of apt-get installing a few packages or apt-get removing a few packages.

Edit:

I know this is an old post (it came up on a Google search) but now that Ubuntu uses Hoary you can't necessarily use non-Ubuntu repositories. Earlier versions of Ubuntu (that used xfree86 rather than x.org) weren't as picky.

Edited by fred666
I'm no Linux guru but Mandrake and Suse have always been great to me.  They've got nice administration tools built in and they run rock solid.

That's just me though.  I use them as a compliment to many networks.  I like Mandrake for schools because it looks nice and friendly for others to use.  I use Squid Proxy most times on Mandrake.  Nice app!

I still want to try out Gentoo but haven't had time yet.

585268351[/snapback]

Mandrake is one of the worst OS's for Server use. Its insecure and horrible.

Just my opinion.

However i have to say Redhat enterprise is good for production use, as it has a large support medium.

However, there are other distros such as freebsd and debian which are great for production use.

For a server? I'd go with debian or slackware, or even ditch linux and go with FreeBSD.

585268720[/snapback]

Good choices. I'm using Slackware at the moment. I started not to long ago using the distro, and its pretty easy to configure and to use.

Mandrake is one of the worst OS's for Server use. Its insecure and horrible.

Just my opinion.

However i have to say Redhat enterprise is good for production use, as it has a large support medium.

However, there are other distros such as freebsd and debian which are great for production use.

585300488[/snapback]

Mandrake is geared towards the desktop user and its not really insecure, no more than most distros. I wouldn't personally use Mandrake for a server. Many people use Fedora as a server distro all though its geared towards the desktop just like Mandrake.

Which sense this is a sticky I'll mention Fedora is a more bleeding edge distro than most. And it tries to be. That's good for the desktop market, not for the server market, because the apps aren't as thoroughly tested. I haven't ran into many instability issues though, but I've seen people who have from FC1 - 3.

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

    • No registered users viewing this page.
  • Posts

    • Oddly, there was a time that UFC games were culturally relevant, largely because of the graphics and gameplay that was different than the norm. But it seems like as the sport grew in popularity, gaming outlets stopped talking about the games.
    • Microsoft Edge 149.0.4022.69 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.69 changelog: Fixed an issue that caused the Downloads dialog to continue displaying the "Keep/Delete" prompt for .rdp files after the download completed. Stable channel security updates are listed here. Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User for 1-Year) by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1 Year) for Windows. Take control of your business finances with Intuit® QuickBooks® Desktop Pro Plus 2024 Lifetime Activation for Windows. This powerful accounting software simplifies bookkeeping, expense tracking, invoicing, and financial management—all in one intuitive platform. Designed for small business owners, freelancers, and accountants, QuickBooks® Desktop Pro Plus 2024 ensures accuracy, efficiency, and seamless transaction tracking. Stay organized, save time, and manage your finances with confidence—no subscriptions, just lifetime access! Financial and business management Comprehensive Financial Management: Gain access to a full suite of features designed to handle everything from creating invoices & managing expenses to generating reports and tracking sales. Enhanced Reporting Tools: Generate professional reports & insights to make informed financial decisions and help you stay ahead of your business goals. Job Costing: Track the profitability of specific jobs or projects. Fixed Asset Management: Track the depreciation & value of fixed assets. Customer & Vendor Management: Organize information, streamline communication & enhance customer relations. Sales Order Processing: Create & manage sales orders from start to finish. Purchase Order Processing: Create & manage purchase orders to streamline vendor payments. Improved Inventory Management: Enhanced features for tracking inventory levels & costs. Automation, integration, and support Enhanced Bank Feeds: Web Connect (manual QBO imports), works on all licenses for easier bank reconciliation Time Tracking: Track employee time to accurately calculate payroll and project costs Easy Data Import: Quickly transfer financial data from Excel or older QuickBooks® versions Why choose Intuit® QuickBooks® Desktop Pro Plus 2024? Effortless Installation: Quick and easy setup with step-by-step guidance. No Hidden Costs: One-time payment—no subscriptions or recurring fees. Direct Official Download: Access the software securely from the official QuickBooks® website. Stay Up to Date: Get the latest updates and features for optimal performance. Multilingual Support: Available in multiple languages to suit your needs. Lifetime Access: A one-time purchase means no ongoing costs. IMPORTANT: Cloud integrations (QuickBooks Payments, TurboTax, and Online logins) are NOT included. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Windows Max number of device(s): 2 (for 1 user only and can't be used simultaneously) Version: 2024 (United States) 64-bit Available to both NEW and EXISTING users For US customers only Updates included An Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1-Year) for Windows: Lifetime License normally costs $536, but it can be yours for just $299.99 for a limited time, a saving of $236. There are also other plans available. For specifications, and license info please click the link below. Get Intuit QuickBooks Desktop Pro Plus 2024 for just $299.99 This is a time limited deal For US customers only. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • AFAIK you shouldn't be getting a consent popup at all from Canada, so I think it is to do with a VPN or private/secure DNS.
    • From what I see it's only for Insider - preview builds. Not for everybody. So...
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!