this post was submitted on 31 May 2022
22 points (100.0% liked)

Linux

45532 readers
979 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
top 5 comments
sorted by: hot top controversial new old
[–] pingveno@lemmy.ml 5 points 2 years ago* (last edited 2 years ago) (2 children)

I have been meaning to give Nix another try. Last time I did, it was an absolute pain in the ass to do anything that broke one of its assumptions.

[–] MasseR@sopuli.xyz 1 points 2 years ago (1 children)

I've been a nixos user for years, out of curiosity what was it you tried that was a PITA?

[–] pingveno@lemmy.ml 1 points 2 years ago

The package language has a bizarre syntax/semantic that is unlike pretty much every language I've touched. The reliance on directly linking to specific paths in the nix store meant that precompiled binaries that expect a standard path won't work on Nix. There are tools to adjust those paths, but the package I was attempting to work with (Apache Directory Studio) wasn't playing nice with them for whatever reason. I finally gave up and made a Flatpak.

[–] wiki_me@lemmy.ml 1 points 2 years ago

I also had problems with it, but after an upgrade it works pretty well.

[–] Codeboy@lemmy.ml 2 points 2 years ago

calamares make nixos install easy