this post was submitted on 23 Feb 2026
45 points (95.9% liked)

Linux

63215 readers
399 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 6 years ago
MODERATORS
 

If you had to pick one distro to use for the next five years, what would it be? Bleeding edge / stable? Rolling / periodic?

What would you prioritise and why?

you are viewing a single comment's thread
view the rest of the comments
[–] IEatDaFeesh@lemmy.world 3 points 20 hours ago* (last edited 20 hours ago) (2 children)

Reproducibility. If I'm spending months configuring my setup then I want it to stay exactly the same and easily rebuildable even if I switch/upgrade my computer. NixOS is the only answer.

[–] toastal@lemmy.ml 1 points 14 hours ago

I would 'free but folks need to learn some Nix basics before the jump in headlong into bad community recommendations like starting with flakes. It’s hard to just drop into Nix without some commitment.

[–] myszka@lemmy.ml 1 points 16 hours ago

This! I've got 7 machines running NixOS already and using Linux on so many machines is only manageable with the reproducibility NixOS provides. Whenever I lay my hands on a new server, PC, laptop, tablet or phone, I just add a few lines for it in my config, run a single nixos-anywhere command and it's good to go. Syncing changes is also just two commands: git pull && nh os switch. Been using NixOS for a year and a half and it still can'st stop to amaze me