this post was submitted on 05 Jul 2023
77 points (95.3% liked)

Linux

47361 readers
1566 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
 

So we can clearly see the most popular distros and the reasons why people use them, please follow this format:

  • Write the name of the Linux distro as a first-level comment.
  • Reply to that comment with each reason you like the distro as a separate answer.

For example:

  • Distro (first-level comment)
    • Reason (one answer)
    • Other reason (a different answer)

Please avoid duplicating options. This will help us better understand the most popular distros and the reasons why people use them.

you are viewing a single comment's thread
view the rest of the comments
[–] minorsecond@lemmy.ml 1 points 1 year ago (1 children)

I just reinstalled Gentoo and switched to a Systemd setup as well. I held off for as long as I could but it's just so nice!

I'm using the binary kernel for now, but I'll compile my own when I find the time. 11MB is nuts!

[–] boonhet@lemm.ee 2 points 1 year ago (1 children)

Great to hear! Though I will admit that it took me HOURS of reading the kernel config options I was disabling. But it was also very informative so it didn't feel like a waste of time at all.

[–] minorsecond@lemmy.ml 1 points 1 year ago

I usually run some commands while running the binary kernel that will disable every module not currently running in the config file, and then build the kernel from that.

I’m guessing you prefer building everything as a module if your kernel is that small?