You can't go wrong with Debian
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
All my servers run debian and it's going swimmingly. My daily driver runs bookworm with huge success
Bookworm is such a tremendously good release. I’ve been on Debian since Potato, and IMHO we are seeing the absolute best release they ever put out.
As an old fart, I'm happy to see that Debian is still cool. All of this arch-manjaro-nix-os-awesome-bspwm-i3-xmonad-flatsnap whippersnapper stuff is over my head.
Realistically, it doesn't make sense for folks to be using bleeding edge distros like Arch for a server anyway. LTS of Debian or even Ubuntu are definitely the right answer
Back when I was hyper into Arch I used it for my servers. "Why not make it the same as your development environment?". Anyways, that immediately stops working when your development environment changes. For a server, just use Debian or Ubuntu.
"flatsnap". This made my day
I'm all for using Debian and such, and I think out of all the new and hip things people brag about, using Flatpak is the most useful thing for the average user experience and worth checking out. Everything (almost) else is just extra.
You already figured it out. It’s Debian stable.
Will start to test Debian stable.
This is a smart move.
Debians make for very good servers, I've been using Debian servers since moving my desktop from Fedora (when it was still called Fedora Core) to Ubuntu. I don't regret it one bit. The community is excellent, and there is ample information available online without having to ask a new question.
Debian.
Go Debian
Debian 12 just released this month too! It has LXD in the repos now, no snap required.
My vote is Archlinux. Debian is sometimes a little too "optimisitic" when backporting security fixes and upgrading from oldstable to stable always comes with manual intervention.
Release-based distros tend to be deployed and left to fend on their own for years - when it is finally time to upgrade it is often a large manual migration process depending on the deployed software. A rolling release does not have those issues, you just keep upgrading continuously.
Archlinux performs excellent as a lightweight server distro. Kernel updates do not affect VM hardware the same they do your laptop, so no issues with that. Same for drivers. It just, works.
Bonus: it is extremely easy to build and maintain your own packages, so administration of many instances with customized software is very convenient.
If you're up for it: NixOS!
It's quite a steep learning curve, but after some time (after you've configured your "dream-system") you don't want to go back/switch to any different distro.
Specifically servers IMHO are a great use-case for NixOS. It's usually simpler to configure than a desktop distro, and less of the usual pain points of "dirty" software (like hardcoded dynamic libraries, that exist on most systems (ubuntu as reference) at that path).
I've much less fear maintaining my servers with NixOS because of its declarative functional reproducability and "transactional" upgrade system, than previously (where I've used Debian mostly).
I would recommend openSuSe. It is using rpm, but it is an independent distribution.
Huge fan of openSuse Tumbleweed. Rolling release like Arch with the backing of a decently sized organization.
Desktop? Arch. Server? Debian, NixOS.
Honestly, Debian stable has always been my first option. I'll continue using Arch for my desktops and Debian on servers and stuff.
Can't really go wrong with Debian or Ubuntu server LTS
If your solutions are work/job related and need to be distributed I think your current options are SUSE or Debian. If your solution is something only you maintain, you could check out NixOS.
I have been using Debian for about 20 years now. Server and desktop. But I recently migrated all my server stuff to FreeBSD and I don't think I will move back. Jails are great and provide me a convenient way to isolate my apps. On the desktop side I will stay with Debian.
Debian 12, Opensuse leap or tumbleweed, SLES, Fedora, Linux mint / LMDE, Freebsd, Alma Linux OS
I've been running Debian stable for years now on everything. My laptop runs it, my home server runs it headless with no GUI installed, my gaming desktop runs it and even my kids run it without issue. If we need a newer version of some desktop app I just get the Flatpak. It's pretty great and the good thing is that it's predictable. Once it's up and running I don't have to worry about things breaking because of an update.
minimal: alpine
general purpose: debian or CentOS, i'll still use it for now.
Debian stable. The mix of having a stable host but being able to pull in flatpak / appimage / docker containers with newer software is awesome.
Debian yes, but don't install from flatpaks or docker. Neither is secure.
AppImage can be secure if the release is signed.
Docker can pull images securely, but it's disabled by default and many developers don't sign their releases, so even if you enable it client-side there's a risk you'll download something malicious.
Flatpak is never secure because it doesn't support signing of releases at all.
Apt is always secure because all packages must be cryptographically signed (by default).
Flatpak is never secure because it doesn't support signing of releases at all
Can you elaborate on this? I ask because I build my own flatpaks, and signing is part of the publishing process.
If you need enterprise support I'd look for Ubuntu or maybe SUSE. If you can't tolerate RHEL closing their source, that is (some people won't be bothered).
If that's not needed, then Debian all the way! It's served me well for like 10 years in my home lab.
I haven’t been keeping up, what happened?
https://www.jeffgeerling.com/blog/2023/dear-red-hat-are-you-dumb
TL;DR - RedHat is going to wall off all their code/packages behind a paywall meaning the only way to use RedHat is with a paid subscription.
For my public-facing server, I use Debian Testing, since I haven't had any major issues with it's stability. Auto-upgrades usually work , although there were a few times I had to manually intervene on the latest name-change upgrade from Bookworm to Trixie. I usually don't even log-in except every few months.
At home, where it will only affect me, and possibly my family dealing with me, if the whole O. S. crashes and has to be rebuilt from backups, I use Arch.
I've been seeing stuff about this but I don't quite understand, what does this mean for Fedora? Do I need to switch too?
To elaborate further on what Vani said below, Fedora is an independent community run project but Red Hat does provide some funding to the project. Fedora is also "upstream" of RHEL / CentOS so it is not impacted like Alma / Rocky.
Tumbleweed or Leap are good. You could go with something exotic like VanillaOS
- Debian for stable.
- Fedora if you want a bit more bleeding edge.
- Arch for desktop/laptops.
At least that's how I've been running my homelab stuff for years now.
Any issues with CentOS stream for your work? Could always switch to Fedora server too if you wanted to keep the same structures and such, but separate some from RedHat.
For server, Debian is great :) i use ubuntu 20.04 lts personally