this post was submitted on 12 Aug 2026
34 points (94.7% liked)

Linux

67062 readers
205 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 7 years ago
MODERATORS
top 10 comments
sorted by: hot top controversial new old
[–] provectus@lemmy.ml 18 points 6 days ago (2 children)

Why is the site image puffy from openBSD?

[–] TrollAccount69@lemmy.ml 1 points 4 days ago

From Portuguese to English.

[–] kbdcb@lemmy.ml 3 points 5 days ago (1 children)

It’s what I mostly write about. 🥸

[–] provectus@lemmy.ml 2 points 5 days ago (2 children)

I will check out more of your content. OpenBSD is a cool OS. What is your opinion on desktop OpenBSD?

[–] steeznson@lemmy.world 3 points 5 days ago

Not them but I found it too slow and unresponsive for desktop use. Would make a great server OS though.

[–] kbdcb@lemmy.ml 2 points 5 days ago

I use it on my thinkpad x220 works great with a simple wm. I use dwm.

[–] dwt@feddit.org 1 points 6 days ago (1 children)

Why would I prefer this, if I can get more packages with something like nix - which also works everywhere, but I get reproducibility and gitops on top?

[–] kbdcb@lemmy.ml 11 points 6 days ago (2 children)

Choose Nix if:

  • Reproducibility is critical (dev → prod same environment)

  • You want a GitOps workflow (config as code, versioned)

  • Rollbacks on failure matter (atomic updates)

Choose Void if:

  • You want to learn traditional Linux without abstractions

  • Fast package management and lightweight system are priorities

  • Systemd avoidance is a goal in itself

Void is a better Linux distro. Nix is a better infrastructure tool. They solve different problems.

You were right from the start – if reproducibility and GitOps count, Nix is the only option. Void can't deliver that.

[–] ati@piefed.social 2 points 6 days ago

Void has nix in its repos. NixOS is of course another thing.

[–] girlpower@piefed.world 1 points 6 days ago

Why be productive with your computer when you can spend your time refactoring your NixOS configs into a dendritic pattern?

Half-joking. I use NixOS and I enjoy it, but I'm not gonna pretend I don't spend a lot of time managing it (not that it needs managing per se). I obviously enjoy doing that though.

As for systemd avoidance, there's also Guix which uses Scheme and their own init (Shepherd I think). It looks pretty cool, but I went with Nix anyway since it's so much more popular. There's also the fact that Guix Systems is an FSF approved distribution which means that discussing proprietary Guix channels is strictly forbidden, which while admirable gets kind of old quickly.