this post was submitted on 24 Aug 2023
153 points (100.0% liked)
Linux
1259 readers
66 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
LFS doesn't give you a usable system in practice though. A distribution is nothing without package management.
Gentoo gives you a thorough course in Linux fundamentals, and has lots of other benefits. Forget the mild gains of compiling for your specific CPU, it's really all about the incredible flexibility of Portage.
Exactly.
I know people running systemd AND OpenRC on their Gentoo installs. Gentoo is a metadistro. It gives you the tools to build your own distro. SO in comparison to LFS, Gentoo is pretty similar. It's just the tools that differ (although one can use Portage with LFS...)
I basically learned everything Linux related from using Gentoo.
I can't imagine why someone would want both init systems; that's awesome.
I also know few cases of runit+OpenRC.
IIRC one of those support having an external service manager...
There are also few s6 users. I've kepts things quite simple with OpenRC+openrc-init.
Yeah but which one teaches you more about how Linux works, versus how this distro works ? Linux isn't a package manager.
The kernel isn’t, but distros, as people think of Linux, kind of are package management projects.
LFS surely teaches more, but not by much.
Portage lets you see down into the proper guts of Linux deployment. It's much more applicable knowledge than almost any other distro. Plus, the install and maintenance teach non-specific fundamentals as well.
LFS gives a bit more learning and an utterly impractical OS for real life.
Gentoo teaches slightly less, and gives you an extremely robust and flexible OS.