I'm pretty comfortable with Linux after years of using it on my desktop, and I'm not afraid to dive into the command line. Recently, I ran into issues when my Ubuntu server failed after I removed a version of Python, which made me realize how crucial it is for Ubuntu's operation. This experience has led me to avoid Ubuntu Server in the future due to its design choices.
I currently use Artix on my main machine, but I always see the usual recommendations like Debian or Red Hat online. I'm really looking for an Arch-based distro that is stable and straightforward, without any of the extra bloat we've seen creep into Linux over the years. Certain package managers or systems like Snap, Docker, or Flatpak are a hard no for me.
Would running Artix suffice as a server, or is there a better option out there that's specifically tailored for server use while still being Arch-based? I understand that both Arch and Artix can act as servers, but Artix has a graphical login manager, which feels more desktop-oriented to me.
5 Answers
Using Artix could definitely work, especially if you like how it runs on your desktop. Just remember, while it has a GUI, you can approach it like a server by stripping back the unnecessary features.
If you're looking for something very minimal, consider Alpine. It's lightweight, and you can install only what you need. It keeps things tidy and simple, perfect for a server setup.
I get what you're saying about stability versus the bleeding edge. Honestly, you can run Arch as a server if you're comfortable with it. Just know that it's not typically recommended due to its rolling release nature, which can introduce instability. If you want something Arch-like but more stable, maybe look into Manjaro with minimal packages.
Have you thought about NixOS? It's designed to be robust and declarative, making it easier to maintain consistent server environments. Plus, it doesn't follow traditional Linux package management, which could help avoid some conflicts.
Debian is a reliable choice for servers. It’s known for its stability, and you can run many services without any major issues. A lot of big organizations rely on it, so you can't go wrong here.

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux