What distro(s) do you use?
What distro(s) do you use?
I got tired of doing everything manually
Perhaps check out NixOS
Servers: Debian Stable no DE Desktop: Pop OS or Ubuntu
I've used everything from Arch and Gentoo to fedora and Ubuntu. But I found myself enjoying the stability of Debian but hating the lack of newer packages. The latter of which isnt usually a problem when it comes to single purpose servers.
Yes and no. They seem to prioritize stability and security over everything else. So they usually only push updates to the stable repo if it doesn't compromise those 2 points (so new features are okay but so long as they don't create new instability or at the very least fix a security flaw).
So in other words nothing there is particularly ancient but most things are several versions behind just due to bugs being found etc. Great for servers but on a desktop most people wouldn't notice these kind of bugs so they tend to get pushed in other distro's a lot sooner.
Arch Linux. Always very up-to-date and the AUR is huge. No dealing with PPAs or snaps or flatpaks or appimages. Just paru -S any-software-ever-made. Also very streamlined (systemd for everything lol) and well documented. I tried NixOS for a bit but it was very inconvenient in comparison and I felt like it was impossible to tinker with or understand if you weren't good at Haskell. Terrible documentation.
For servers it's definitely Debian + docker.
undefined> I tried NixOS for a bit but it was very inconvenient in comparison and I felt like it was impossible to tinker with or understand if you weren’t good at Haskell.
You don't need any haskell knowledge to configure a NixOS system. It's mostly just researching the right options and setting the desired values. Pretty simple. For more advanced stuff like custom modules, functional programming experience helps a lot but that's not necessary for installing packages and enabling services.
Documentation isn't great but what it does have going for it is that it's right in the place where you configure it: In the NixOS options. Wanna configure systemd-boot? Just search for it: https://search.nixos.org/options?channel=23.05&size=50&sort=relevance&type=packages&query=systemd-boot
It's self-documenting.
I'm using Mageia at home.
I like its stability, and ease to do almost anything with CCM.
Also Raspbian on a raspberry.
Mageia is one I really liked, but felt limited with the package manager, or more precisely the repository.
I will definitely try it again. It seems so solid yet underrated. I love that it uses .rpm, because it opens up a world of software without the pain of installing from an archive.
What was missing/limiting you in the repo ?
Yes, it's very stable.
A new release is coming in the next weeks/months, maybe a good opportunity to try it again.
I do not remember, probably something I don't even use anymore.
Anyways, stability is more important than anything else. I don't want to be good at troubleshooting my OS, I just want it to work! I have gotten comfortable with installing software manually.
MX Linux, with XFCE. Has some tools built in that makes configuring the system so much easier. The package manager is solid with all the debian repos available, plus flatpaks. Sane DE defaults.
Does not use SystemD, but can be turned on at boot.
It is stellar. I no longer feel the need to distrohop. Yet... It has been awhile.
Also, for reason NVIDIA drivers don't load when I need to enter my encryption password, so life can be better.
I do not care about SystemD, and it seems everything would be easier if I chose a distro that uses it. I may just do that.
I have tried to like Fedora because it is excellent, but I always run into issues that annoy me. I used to adore Manjaro, but it just got worse over the years. Cannot stand it now. I just don't like Arch.
Maybe I will try Pop_OS! again.
Been on Gentoo for a long time. My current image has been rolling forward since 2008 which is when I switched to 64 bit but I started using it long before that.
I value transparency, control and customizability. I occasionally look into other options (and use them in professional and other contexts) but haven't found anything yet that would work better for my personal preferences.
I can very much relate to this. I don't think my current desktop install is that old. But the 64 bit switch is my cutoff as well.
I'm so comfortable with Gentoo that I haven't even looked into others distributions. Besides Raspbian that is.
Honestly, the programs I use on a daily basis has changed, so what used to matter to me I no longer even look at, even if I install it. My biggest headache has been VPN clients, since those always need to be up to date.
Software like Cura and FreeTube are best when they are the latest version. A lot of this has been solved with flatpaks, but they tend to do their own sandboxing which I appreciate, but is not always what I want. I prefer native packages.
Server: Ubuntu at work (previously CentOS), Debian at home. Toying with the idea to switch the home server to NixOS, given that all the services I run there are already configured declaratively.
Desktop: Ubuntu mainly due to inertia from back in the day when it was the simplest way to get Steam and ZFS support, but my loathing of snaps increases every day and I would be willing to consider alternatives if I had to reinstall. I don't care for rolling release as long as I have flatpaks. An install option with LVM is a must for me, however.
I use Fedora Kinoite for my non-nvidia laptop, and uBlue's nvidia Kinoite image for my desktop. I switched after I got my Steam Deck and found I just really liked the idea of an immutable OS with KDE.
I guess that also means I use SteamOS 3 too!
Nobara on my main gaming PC, Mint on my laptop, Steam(Arch-base) on my Steam Deck. Virtual servers, mostly Ubuntu, but I play around with Alma, Rocky, Raw Debian, and Arch.
I also play around with random ones on my laptop. Mint is the current one, but I rotate distros for that device every 6-12 months.
Devuan.
Before that was lubuntu. Snaps and systemd bugged me. Decided it was time to jump ship. Devuan just worked.
I'm a opensuse tumbleweed user on my desktop and laptop. I also have an ubuntu home server.
I really like tumbleweed, but I have been thinking of switching to an immutable distro like guix or nix. I've tried guix several times and found it pretty good, but never stick with it due to its lack of KDE plasma support. Maybe I should give nix a try.