this post was submitted on 26 Sep 2025
370 points (97.7% liked)

linuxmemes

27570 readers
657 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 users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • 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.
  • 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, no politics, no trolling or ragebaiting.
  • 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.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    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 remove France.

    founded 2 years ago
    MODERATORS
     

    cross-posted from: https://lemmy.blahaj.zone/post/32298676

    Having seen no context or posts, this is where I assume @The_Picard_Maneuver@lemmy.world currently is.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] Redjard@lemmy.dbzer0.com 7 points 1 week ago (8 children)

    It's very controllable.
    You start out with control over everything, but that also means you have to do everything and know everything. Then you can hand back that control by automating on your terms, and gentoo provides a lot of tools for that.
    But you always have that confidence that when something is weird, you can go back, take the control, see what happens, redo the automation. Or keep it manual.
    Gentoo won't ever touch your config files (It proposes changes you approve), and if something happens you didn't want you can always trace it back to your own mistakes.

    I've never gotten the same feeling of being in control with any other distro. There is always that time it fucks up my ssh config, or breaks due to some oddity I chase back down to a decision by some maintainers.

    It's stable only based on your decisions and skill. It will make you a lot better at using linux. But also if you don't have the time, or the will to keep automating and scripting and learning new things, then you won't be able to use it and you'll have a really bad time.

    It does bring automation but only up to a still very manual level. You can't go "fuck this shit mode" and turn it into opensuse with a config option. For example you can do your own kernel, or add a few changes to a default kernel and use it without init system, or follow a tutorial to pull default binaries and just have what most other distros have, but you won't find an installer to check that as an option, you are forced to still understand what components you are putting in where, connecting how, automating with what commands and tools.

    Also protip if you do your own kernel start with the binkernel config not the default the fresh kernel repo starts out on. You'll never find all the footguns autoconfigured to make your system weirdly choppy. And recompiling stuff you forgot in a module then loading that into the old kernel usually works but can crash your system.
    Change all the options, be my guest, but at least start from a working state so you have a chance of knowing what you fucked up and which flag you didn't understand.

    [–] boredsquirrel@slrpnk.net 2 points 1 week ago (2 children)

    Also you can reset a system pretty much by downloading the default config files and rebuilding

    [–] rikudou@lemmings.world 2 points 1 week ago (1 children)

    So NixOS but slower and worse?

    [–] boredsquirrel@slrpnk.net 1 points 1 week ago* (last edited 1 week ago)

    Not really

    Btw Gentoo has binary cache, you can also have your own binary cache so build stuff on one machine, deploy on 100

    NixOS is hosted on Github which is kinda insane.

    Also it is very hard to do general compiler optimizations or compile your own kernel on NixOS for reasons

    load more comments (5 replies)