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!

  • damn
    link
    fedilink
    202 years ago

    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.

    • Atemu
      link
      fedilink
      1
      edit-2
      2 years ago

      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.

  • @[email protected]
    link
    fedilink
    182 years ago

    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.)
    • @[email protected]
      link
      fedilink
      32 years ago

      The thought that Debian will continue into the future feels comforting. How cool it would be if in 5000AD kids on Mars or Europa are running Debian 100?

  • Matej
    link
    fedilink
    English
    72 years ago

    I was a distro hopper once, then I saw the light of NixOS…

    • @[email protected]
      link
      fedilink
      English
      22 years ago

      Tell me about it…

      The only reason I might, in the distant future, ever consider changing again is this project, which hopefully would be something between NixOS and Qubes. But that is far in the future and not even that certain.

    • @[email protected]
      link
      fedilink
      22 years ago

      Same here. It’s made my life a whole lot easier since on previous distros, I had to depend on documenting manual hacks I had done.

    • WatTyler
      link
      fedilink
      12 years ago

      Fellow NixOS traveller. I used Nix for work and never saw the appeal of a whole OA built around it but when I saw a tutorial with the declarative config I was instantly sold.

  • @[email protected]
    link
    fedilink
    3
    edit-2
    2 years ago

    I use opensuse with kde and I love it. Have been using it for 2 years now.

    For server use at home I use Ubuntu Server and Alma Linux (mostly)

    At work it is all RedHat.

  • @[email protected]
    link
    fedilink
    32 years ago

    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!

    • Eris
      link
      fedilink
      22 years ago

      Yes! My coworker does this and I think it’s pretty cool.