@bzImage For desktops/laptops my goto is https://ubuntu-mate.org/. For servers, I still use Rocky 9, a RHEL based distro, but I've been happy with Ubuntu servers as well. The ubiquity of Ubuntu just makes it easy to search for solutions to anything you encounter.
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
On my Desktop, I switched to Manjaro (Arch-based) from Mint a few years ago. Works like a charm and I like the rolling release model. On servers, Ubuntu, Debian or SUSE might be a good choice.
There are several options. Alma/Rocky, Fedora, Debian, BSD, just to name a few.
Debian.
For all my non-compliant, non-supported hosts I started using Fedora CoreOS quite successfully.
If you package your applications as containers, you should have a very easy time with it. It's based off ostree, which means a couple of things:
- immutable (so not easy to break, I guess?)
- atomic upgrades, which means you upgrade in a single step
- atomic and full rollbacks, which means if an upgrade breaks your host, you can rollback to the exact previous version booted simply by choosing it from grub
- still based on rpm, so you will still have a grasp of it, even though many things are completely different
- other benefits I forgot, I'm sure :)
All with the added benefit that once you go towards containers you can change your distro with minimal effort, so there's that.
Personal and general purpose: KDE Neon (yeah yeah)
Servers: IDK, now. Probably going to check out SUSE.
I use Ubuntu for everything (including at work, tens of thousands machines) and it's great
I use Ubuntu for everything (including at work, tens of thousands machines) and it’s great
If RHEL-based is no longer an option for OP, how would of all things Ubuntu be the alternative?
Debian's pretty good, but you can always use RHEL with a free account too
Devuan over Debian for stability and speed.