this post was submitted on 13 Nov 2025
79 points (93.4% liked)

Linux

59569 readers
1299 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
 

May be a mean sounding question, but I’m genuinely wondering why people would choose Arch/Endevour/whatever (NOT on steam hardware) over another all-in-one distro related to Fedora or Ubuntu. Is it shown that there are significant performance benefits to installing daemons and utilities à la carte? Is there something else I’m missing? Is it because arch users are enthusiasts that enjoy trying to optimize their system?

you are viewing a single comment's thread
view the rest of the comments
[–] JustTesting@lemmy.hogru.ch 12 points 1 day ago (1 children)

In a perfect world, yes.

In reality, i knew what i did and why i did it, two years ago, after which i never had to touch it again until now, and it takes me 2 hours of searching/fiddling until i remember that weird thing i did 2 years ago…

and it's still totally worth it

Oh or e.g. random env vars in .profile that I'm sure where needed for nvidia on wayland at some point, no clue if they're still necessary but i won't touch them unless something breaks. and half of them were probably not neccessary to begin with, but trying all differen't combinations is tedious…

[–] paequ2@lemmy.today 7 points 1 day ago* (last edited 1 day ago)

i knew what i did and why i did it, two years ago, after which i never had to touch it again until now

Hahaha, true. This is why I try to keep as many notes as possible, leave lots of comments, add READMEs, links, and otherwise document what I did and why.

It's not perfect, it's often tedious, and I don't always do it, but when I come back 2 years later wondering why I set some random option, it's pretty nice having at least some hint.