• shrugal@lemm.ee
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    9 months ago

    Fedora.

    They have solid community and financial backings, they do tremendous work pushing the Linux desktop forward, it’s close to vanilla and the sweet spot between stable and bleeding edge (aka “leading edge”) for me personally.

  • bour@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    9 months ago

    I have Arch (KDE) installed on my desktop at home. I have been using it for 6 years and I love it, especially the AUR! This month I have been mostly using my laptop and I am using MX Linux 23 KDE which is great! I really find it’s tools very useful when I need them (which is not often, but I am glad they are there).

  • sntx@lemm.ee
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    You’re playing Devils Advocate, and you probaly know it xD

    Anyway, I prefer NixOS for it’s declarativity, reproducibility and immutability.

    Example: You want nginx with acme setup? Just tell it to, and NixOS will figure out the steps to reach the desired state.

    • Something Burger 🍔@jlai.lu
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      9 months ago

      NixOS is amazing. Literally a perfect distro. I use it on my personal server, and getting things up and running is both faster and more reliable than with Ansible. I have 2 VPS with identical configuration, one for testing, and the modularity of the Nix language makes this extraordinarily easy.

      It’s funny seeing other distros claiming they invented a solution to problems NixOS solved 20 years ago. Immutability? Atomic upgrades? Containers? Good job, Fedora!

      • code@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Whats a good begnner nix yt or blog etc. I just got a beelink n100 i want to use as my guinnea pig with nix

        • Something Burger 🍔@jlai.lu
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          9 months ago

          Honestly, Nix’s documentation is terrible. This is a good start, but eventually you will have to solve your problems with a lot of googling, browsing Nix forums, reading NixOS’s source code (99% of which is written in Nix) and reading furry blogs (for some reason, a disproportionate amount of Nix bloggers are furries). I’d recommend installing the OS and trying to configure it however you like before trying more advanced stuff like flakes or packaging new software.

          My experience with Nix is that I’m knowledgeable enough to use it somewhat properly and know which concepts to use and when, but it took me months and lots of trial and error to reach this point. At some point, it just clicked, and now I’m comfortable with it just like I am with regular Linux. And I find it MUCH better. On my server, I can add a new service and integrate it with my LDAP in 15 minutes. No way doing it by hand or using Ansible will ever be this fast AND reliable.

          • code@lemmy.zip
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            Thanks. Been running ubuntu as daily driver for 10 years and looking to change it up. I hate snap and where its going. So good as time as any. Will move desktop eventually if i like it enough as long as i can game as easy (amd/amd) via steam.

        • Unmapped@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          9 months ago

          I started using nixos three weeks ago. I use it every day on desktop now, and also switched my homelab serve to it. These videos on Vimjoyer’s channel where a great starting point. I recommend trying to go straight to using a flake to update your system instead of channels. Its confusing to get setup, but makes so much sense once you do.

    • Cwilliams@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      My problem with Nix stuff is the lack of documentation. When I tried home-manager, I had a bunch of issues with undocumented config options and such

  • GunnarGrop@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    openSUSE Tumbleweed or MicroOS. I’ve since long given up on so called “stable release” distros, because a boon to me is to feel like I’m not using software from the stone age, which is what I feel every time I have to use a RHEL, SLE or Ubuntu system.

    I’ve used Tumbleweed on laptop and desktop for about 6 years. Never has anything crashed, or at least nothing has ever become unbootable. The most damage ever done by an update was a regression in mesa that made 3d accelerated content absurdly slow, but even that was fixed within a few days.

    I use MicroOS on almost all my servers and it’s rock solid.

    zypper is slower than pacman, apt and dnf, but it’s extremely usable and easy to work with, even in enterprise scenarios. I’d say it’s basically on par with dnf, usability wise.

    openSUSE in general feels extremely stable, and I just love that they went btrfs by default a few years back and just seem to have this future proofing aspect.

  • electric_nan@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    Linux Mint Debian Edition. I mention it a lot on here, but it really is my favorite distro. I have been using Linux a long time, and I’m old. I don’t care to spend a lot of time and effort tweaking and configuring. LMDE gives me everything I need and is usable out of the box, while not standing in my way when I need to get shit done.

  • CalicoJack@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    Arch or EndeavourOS, depending on the machine’s purpose and my mood at install time. I prefer rolling release, and pacman + AUR is a lovely combination.

  • Grangle1@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    9 months ago

    KDE Neon: the stability of an Ubuntu LTS base without the snaps and other Ubuntu nonsense you may end up having to deal with in Kubuntu, with all the latest versions of KDE software directly from KDE themselves. They say it’s not a distro, but it pretty much is.

  • oscardejarjayes [comrade/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    Arch, becaus AUR and rolling. Alpine, because lightweight. opensuse tumbleweed, because rolling and SUSE does cool stuff. NixOS because declarative. Guix, because declarative and bootstrapping.

    Those are just the distros I use, I’m sure others are nice too.

  • Luna@lemdro.id
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    NixOS. There are lots of great things about it (like atomic upgrades, easy rollbacks, no dependency hell, safely mixing stable and unstable packages, and more) but it’s killer feature is that (almost) everything about the system is specified in a single config file