What Linux distribution or distributions do you personally use?
I myself am a daily Void user. I used to use Devuan, but wanted to try rolling release and ended up loving Void!
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.
Debian. Several reasons:
- It’s trustworthy.
- It’s not going anywhere. Debian existed when I was a kid and it’ll probably still exist when I draw my last breath.
- I know how to use it, since, once again, I’ve been using it since I was a kid.
- It has all the desktop environments.
- It fully supports systemd. I do not miss the unreliability, slowness, and complexity of what came before that. (Normally I wouldn’t mention this, but your former distro of choice exists solely for the purpose of not having systemd, so it’s relevant this time.)
arch
btw
same, its pretty solid for a meme os. For anything else I usually use Debian.
Fedora on the desktop. I got my start on Red Hat Linux so I’ve stuck with it since.
For servers I use Debian. Lightweight, widely used, and gets the job done.
Been using NixOS for a couple months. It’s gotten easier to configure and change because of it, and new computers are super easy to setup because I can just change/apply the config and system wide changes will apply with one command!
Switch from Windows to Fedora as my daily driver and for some gaming. Works flawlessly and I love every parts of it. Linux has such cool distros and communities
My laptop is on Manjaro and has been running flawlessly for years …such a great experience with gnome 40+
My desktop is also on Manjaro, and things could not be more different. No Wayland, no animations in the gnome desktop, visual glitches since the last update …guess it doesn’t play well with Nvidia drivers. Anyone managing something decent with gnome+Nvidia?
Linux Mint. Nothing beats your computer just working when you have shit to get done.
I’m currently using a mix of Arch and Fedora, but I’ve been starting to look in to NixOS.
OpenSUSE, Tumbleweed on workstations (KDE) and Leap on my server.
Gnu guix
Ubuntu for life. Unpopular opinion i know, please don’t stone.
NixOS everywhere (except for one server which I have yet to migrate from Rocky to NixOS)
NixOS. Declarative reproducible immutable systems are the future.
Guix. It’s awesome to know exactly what I have installed and be able to replicate it on other machines.