this post was submitted on 13 Jan 2025
397 points (89.2% liked)

linuxmemes

21801 readers
903 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Allero 1 points 1 day ago (2 children)

    I've never considered Gentoo as an unironic daily driver on desktops - more like embedded systems/learning the ropes of Linux kinda thing.

    What made you choose Gentoo in particular?

    [–] theluckyone@discuss.online 1 points 2 hours ago

    My initial attempts at running Linux as a daily threw me off. Had a couple Comp Sci friends in college recommend switching, but they led me to distros with pre-compiled binaries and installation wizards. I'd install, get dumped out at a desktop, then ask "And what do I do now?". I had no idea how the filesystem was organized, etc.

    I stumbled across LinuxFromScratch somehow. Took a few months and ran through the installation three times before I felt I had a good handle on what was going on. Then I tried to tackle compiling X.org and all its dependencies, learning exactly why a package manager is useful.

    That lead me to Gentoo. I haven't found a problem running it in the last ~20 years that I couldn't solve, so I've stuck with it. Now it's just comfortable. I've slapped other distributions on other boxes (Mint, Kubuntu, etc), and even on laptops for family members, but they don't feel like home.

    [–] msage@programming.dev 2 points 1 day ago (1 children)

    Not OP, but it's amazing to choose which parts of your software don't enter compilation at all.

    Also it's rock solid, had fewer issues than Lubuntu, can use OpenRC or systemd.

    But I haven't learned as much about Linux as I hoped. The distro just works, and I love everything about it.

    [–] Allero 3 points 1 day ago

    I see, thank you!