this post was submitted on 19 Jan 2024
1155 points (97.7% liked)

Linux

47950 readers
1734 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
 

I feel like I've been gaslit into running FOSS but every success only brings me closer to fighting god

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 9 months ago (1 children)

I think I see NixOS in your future. ;)

[–] [email protected] 2 points 9 months ago (3 children)

Isn't nix mostly for multi-system install? I did the nix thing a few years ago, spent a month on the config, and then never needed it again. Personally, I don't see a use-case for single desktop installation ;)

[–] [email protected] 5 points 9 months ago* (last edited 9 months ago)

I use multiple systems and even I feel NixOS is overkill, especially with their confusing and sometimes incomplete documentation.

On the other hand, Nix the package manager has been fantastic - especially if you're on an immutable OS, or running some ancient "stable" distro - you can get all the packages you want, without breaking your system - and no need to learn the Nix language and write convoluted config files.

[–] [email protected] 1 points 9 months ago

I'm running nix on my PC turned server, and there's definitely a lot of advantages...I highly recommend it for people who can pick up languages easily and prefer fixing a problem once by brute force trial and error.

Doing easy things is much harder, but doing hard things can be laughably easy

I probably wouldn't pick it as-is for my primary PC, but for a server? Amazing.

[–] [email protected] 0 points 9 months ago

I guess you like to waste a whole day getting your machine back to the exact old configuration then.