this post was submitted on 26 Sep 2025
731 points (98.8% liked)

Linux

58656 readers
388 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
you are viewing a single comment's thread
view the rest of the comments
[–] brucethemoose@lemmy.world 83 points 5 days ago* (last edited 5 days ago) (22 children)

This is interesting because theres not a ton of direct Windows vs. linux game benchmarking, and now there's about to be. GN churns though a lot of hardware and testing.

And excellent, because being linux, drawing attention to issues increases the chances of them getting fixed, whereas that is hardly the case for Windows.

Arch (with KDE I presume?) + Bazzite is not bad either. There's a lot of handwaving over they should have chosen this or that distro, but they're both very popular in the gaming space, so I feel that's fairly representative of many distros.

[–] Dudewitbow@lemmy.zip 29 points 5 days ago* (last edited 5 days ago) (15 children)

although i prefer the arch distros for bleeding edge and rolling updates. Bazzite makes sense for testing because of the immutable.

A lot of more experienced pc users might end up liking arch distros later in their life, but I would never recomnmend arch based distros to people who aren't comfortable with linux yet.

[–] iopq@lemmy.world 6 points 5 days ago (4 children)

NixOS is bleeding edge immutable, but it's like deep in the weeds

[–] kuberoot@discuss.tchncs.de 5 points 5 days ago (2 children)

If I understand correctly, it's a different kind of "immutable", since distros like Bazzite provide premade immutable images you use and anything else you need you install using alternative means, whereas NixOS is an immutable image generator that requires you to set up your own definitions for the image, but also lets you install software by adding it to that image.

[–] WalnutLum@lemmy.ml 6 points 4 days ago

They're both "immutable" in the sense that they're setting up either read-only Filesystem Hierarchies (as in bazzite, which uses ostree) or Symlinking their entire filesystem hierarchy to a read-only "store" (as in nixos).

Bazzite uses something called ostree to "diff" the filesystem hierarchy much like git does, while Nix basically makes giant read-only store of files and hashes them, then weaves them all together into a "view" of a filesystem that gets symlinked into the context of a running program.

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

You don't necessarily need to make your own NixOS flakes, you can use ones maintained by others

It's great for homeservers

load more comments (1 replies)
load more comments (11 replies)
load more comments (17 replies)