9
submitted 1 year ago* (last edited 1 year ago) by InternetPirate@lemmy.fmhy.ml to c/linux@lemmy.ml

So we can clearly see the most popular distros and the reasons why people use them, please follow this format:

  • Write the name of the Linux distro as a first-level comment.
  • Reply to that comment with each reason you like the distro as a separate answer.

For example:

  • Distro (first-level comment)
    • Reason (one answer)
    • Other reason (a different answer)

Please avoid duplicating options. This will help us better understand the most popular distros and the reasons why people use them.

top 50 comments
sorted by: hot top controversial new old
[-] rankshank@kbin.social 2 points 1 year ago
[-] lgo@feddit.nl 2 points 1 year ago

declarative configuration

[-] sntx@lemm.ee 2 points 1 year ago

Easy and fearless updates

[-] rankshank@kbin.social 1 points 1 year ago
[-] sntx@lemm.ee 1 points 1 year ago

Dependency Hell, begone

[-] loggy@infosec.pub 0 points 1 year ago* (last edited 1 year ago)

I have been thinking to give NixOS a spin but feel like it's above my brain capacity for me to handle. Do you also use homemanager and Flakes? Homemanager kinda makes sense (manage packages for non root users) but what does Flakes do?

I am already trying it and I am still no expert. How I understand flakes is that it is a file with inputs, like nixpkgs and other flakes or repos you might depend on and some outputs that can be things like a nixshell with packages and environment variables, custom packages and configs like your NixOS configurations and home manager. When you use your flake for the first time, by entering a nix shell with nix develop, building a package with nix build, rebuild your NixOS system with nixos-rebuild --flake .#, etc, nix will generate a flake.lock file that stores the hashes of all of your inputs and thus pinning the input versions. This means that if you ever run any of those commands again, you should get the same result because the inputs are pinned and the same version. If you want to update, you just run nix flake update and it will regenerate the flake.lock file with new hashes for the newest version. The advantage with flakes is that it is fully reproducible, even if one of your dependencies changes, because the hash is specified and centrally managed in the inputs of your flake.

Nix flakes can be used for your NixOS system by adding the nixos configurations in the outputs of your nix flake and adding the dependencies like nixpkgs to the inputs. You can also combine it with home manager by either specifying it as a separate output or adding it as a nixos module inside the nixos configurations output. You just copy your existing nixos and home manager config to the folder with your flake and reference them inside the flake.nix. If you added home manager as a nixos module, you only need to run nixos-rebuild switch --flake .# and it will automatically rebuild both your NixOS configuration and home manager configuration. You can then backup the folder with your flake and configurations by uploading them to GitHub for example.

The best resource I found was this 3 hour video by Matthias Benaets: https://youtube.com/watch?v=AGVXJ-TIv3Y&feature=share7

[-] loggy@infosec.pub 1 points 1 year ago

Thanks a lot for the detailed answer. It does sound complicated haha. I should probably follow along the YT video. Thanks again!

[-] athlon@lemm.ee 2 points 1 year ago

Mint. Easy to setup, fast to run, and very reliable.

[-] hobbsc@lemmy.sdf.org 1 points 1 year ago

Mint

Generally works in cases where Ubuntu would and you don't have to deal with Canonical's choices.

[-] gravitywell@kbin.social 2 points 1 year ago
[-] gravitywell@kbin.social 1 points 1 year ago
[-] wax@lemmy.world 1 points 1 year ago
[-] gravitywell@kbin.social 1 points 1 year ago
[-] tuto193@lemmy.world 1 points 1 year ago
[-] DarthVi@lemm.ee 1 points 1 year ago

I agree, it's great!

  • image with baked in nvidia drivers which work out of the box without too much fuss
  • if you encounter problems, you can refer to the system76 website or use a solution provided by the community, since it's based on Ubuntu
  • installation with full disk encryption enabled by default
  • right now it uses a slightly customized version of GNOME as DE (with "normal"/traditional windows and optionally a tiling wm), but system76 is working on a Rust-based DE, named Cosmic DE
[-] zybir@lemmy.world 0 points 1 year ago

I’ve been using Pop for about 2 years. I have yet to run into an issue that I couldn’t fix. It’s the first distro that made ditching windows easy.

[-] los_chill@programming.dev 1 points 1 year ago

I feel the same coming from Mac. Things seem to just work. I'm not a Linux wiz so minimal headaches while learning to tinker make it perfect for me.

[-] choroalp@programming.dev 1 points 1 year ago

NixOS. Reproducible, Wide Package selection, Hard to fuck up + Not yet another Arch based distro

[-] nychtelios@rlyeh.icu 1 points 1 year ago

NixOS, I have a fetish for configuration files

[-] tetris11@lemmy.ml 0 points 1 year ago

I'm currently doing my second pass of Nix after diving deep into it last time and coming out unsatisfied. The same problems that I had before with it are problems I'm seeing again:

  • disjointed configs pulled from random source or build repos on the internet
  • unintuitive grammars with parameters that require you to download an autocompletion spec
  • flakes that aren't immediately easy to grok

Contrast that with my last Guix experience:

  • Lisp form, super easy to understand grammar
  • Recipes are so trivial that I've written three on my first day
  • Source tree is included and you are expected to add branches to it

The only problem with Guix that I can see is that it's not as popular

[-] nychtelios@rlyeh.icu 1 points 1 year ago

Flakes are extremely simple (my whole system is a flake: https://github.com/cmargiotta/dotfiles ), but they are basically not documented.

The grammar is really really bad, I prefere a lot the Guix one too! I am using NixOS only because the last time I tried Guix I didn't find a lot of packages for their extremist GNU policy (I agree, but I need some packages), is it still like that?

[-] tetris11@lemmy.ml 1 points 1 year ago

is it still like that?

Yes and no -- there are now non-free repos (so you can install firefox for example), and even non-free binary repos too.

[-] LeafyBirch@kbin.social 1 points 1 year ago
[-] 00@kbin.social 1 points 1 year ago

Easy to set up, very helpful community. If you liked Manjaro or think Manjaro is sketchy but like the idea of a slightly pre-configured arch, check it out.

[-] LeafyBirch@kbin.social 1 points 1 year ago

It's arch. It just happened to be the composition i had my previous arch setup as. Yay for AUR stuff, KDE Plasma for DE. Includes a couple of useful tools and makes for a very solid OS.

Anyone who has been in the Ubuntu sphere of things with Linux, should take a moment to try arch. EndeavourOS is perfect for these people.

[-] Romdeau4@kbin.social 1 points 1 year ago
[-] Romdeau4@kbin.social 1 points 1 year ago

Only FOSS software and repositories unless otherwise enabled

[-] Romdeau4@kbin.social 1 points 1 year ago

Cutting edge application releases so I get the newest toys after they’ve been decently tested

[-] MyNameIsRichard@lemmy.ml 1 points 1 year ago
[-] blackbrook@mander.xyz 1 points 1 year ago

The big advantage IMHO, is the out of the box BTRFS set up that lets you simply roll back to a non-broken state, right from the grub menu, should an update break your system. I haven't had to use it yet, but it is a huge source of comfort knowing it is there.

Also, many people coming to opensuse remark how much snappier it is than other distros.

[-] evadzs@lemmy.world 1 points 1 year ago

Garuda uses this feature on an Arch base, it's saved me a couple of times. Props to openSUSE for developing the way to make that happen!

[-] minorsecond@lemmy.ml 1 points 1 year ago
[-] funk@lemmy.ca 1 points 1 year ago

Arch. I can't live without the AUR at this point.

[-] NakedGardenGnome@lemmy.world 2 points 1 year ago

We cannot forget about the wiki, which is a great resource for not only the Arch distro, but for any Linux install.

[-] LinusWorks4Mo@kbin.social 0 points 1 year ago
[-] LinusWorks4Mo@kbin.social 0 points 1 year ago

basically Arch, including the AUR

[-] pixeled@lemmy.world 0 points 1 year ago

Genuine interest, being an Arch user myself: why pick EndeavourOS over Arch? What does it do extra/differently?

[-] ProtonBadger@lemmy.ca 1 points 1 year ago

I picked Endeavour because some friends were waiting for me to get online, so I had to hit the ground running with some good defaults. I could really have picked any distro, I'm flexible but Endeavour was lauded for a quick install and I wanted to try an Arch distrib. I was up with KDE, Steam, NV drivers and Discord in 20min so it was good.

I customized it more in the following weeks, like I'd do with any distro. Now I've heard about Garuda I kinda regret I didn't go that way. I'd like that BTRSF+snapshots option but I don't have patience to set that up for the time being - either converting the FS and setting up grub myself or reinstalling with Garuda, seems like a hassle for now.

[-] Cralex@lemmy.one 0 points 1 year ago
[-] Cralex@lemmy.one 1 points 1 year ago* (last edited 1 year ago)

• Supports a wide variety of hardware, including ARM devices such as the Pinebook Pro.

• Up-to-date rolling release.

• Multiple DE’s available with customized, clean interfaces.

[-] mrv0id@lemmy.ml 0 points 1 year ago
[-] BrokenCanoe@lemmy.ml 1 points 1 year ago

Endeavour has been my default for a long while now, using Plasma KDE. It supports the flexibility needed to customise and make my own themes for as a low-vision user, and smooths a lot of the rough edges of pure Arch. I had Arch installed previously, but again, having that additional helping hand, coupled with a truly wonderful community, really made all the difference. I left Windows after the mess that was 8, I couldn't go back..

[-] gobbling871@lemmy.world 0 points 1 year ago
load more comments (3 replies)
load more comments
view more: next ›
this post was submitted on 05 Jul 2023
9 points (90.9% liked)

Linux

47355 readers
1205 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS