this post was submitted on 22 Jul 2023
2 points (100.0% liked)

Linux

47597 readers
830 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 set this up a few weeks ago since all my systems, except one Gentoo server, run Debian and I am very happy with it. Should work on all distros using apt (Mint, Ubuntu, etc.) and I've read that dnf may work with it as well.

top 2 comments
sorted by: hot top controversial new old
[–] demesisx@infosec.pub 0 points 1 year ago (1 children)

Just like Nix cache…. but worse.

[–] boo_@lemmy.blahaj.zone 1 points 1 year ago

Yeah, I get that. I was daily driving Guix for quite a long time and really enjoyed it. As I understand it shares a lot of code with Nix. It's just been a bit hard to integrate with a lot of the software I run due to it not being compatible with the traditional filesystem hierarchy. This is obviously a selling point for Nix/Guix as it frees it to try new ideas, but makes it harder for me to run my music production software for example, which I can't run in flatpak officially and since it Just Works™ on Debian, I'm happy with it. Maybe I'll get into it sometime again as the community seems to have grown a lot, and I've looked into running Nix on top of my Debian install.