this post was submitted on 25 Jun 2023
100 points (85.7% liked)

Linux

47345 readers
1169 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 year ago (1 children)

The Arch wiki is pretty distro-agnostic (barring package names and pacman specific stuff). I've been distro-hopping for past decade and I've always used it as a reference for setting things up.

[–] [email protected] 8 points 1 year ago (1 children)

It's distro-agnostic because Arch does very little to modify packages when they're put in the repos, which means they'll line up with the packages own man page & readme. The issue comes when opinionated distros modify things like command syntax, etc file locations and default behaviour.

If NixOS is similarly unopinionated, it'd only really have to document its own system layer, but my point is that Arch being guaranteed to reflect a well documented system is what drew me to it.

[–] [email protected] 3 points 1 year ago (1 children)

The way in which NixOS works in regards to packaging, locations of config files and others makes it very opinionated imo. You have to do it the nix way and trying the "normal" way doesn't work in most cases.

[–] [email protected] 1 points 1 year ago

Nothing wrong with having a canonical way to configure things, but if it's not excellently documented people are going to try doing it the wrong way and get frustrated.