For me

Mint

Manjaro

Zorin

Garuda

Neon

  • PenguinCoder@beehaw.org
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    6
    ·
    11 months ago

    Gentoo. There’s way better methods to learn Linux, compiling, and the filesystem hierarchy standard. Start with Linux From Scratch and go from there.

    • zagaberoo@beehaw.org
      link
      fedilink
      arrow-up
      15
      ·
      11 months ago

      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.

      • Zucca@sopuli.xyz
        link
        fedilink
        arrow-up
        3
        ·
        11 months ago

        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…)

        Gentoo gives you a thorough course in Linux fundamentals

        I basically learned everything Linux related from using Gentoo.

          • Zucca@sopuli.xyz
            link
            fedilink
            arrow-up
            1
            ·
            11 months ago

            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.

      • PenguinCoder@beehaw.org
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        3
        ·
        11 months ago

        Yeah but which one teaches you more about how Linux works, versus how this distro works ? Linux isn’t a package manager.

        • jollyrogue@lemmy.ml
          link
          fedilink
          arrow-up
          13
          ·
          11 months ago

          The kernel isn’t, but distros, as people think of Linux, kind of are package management projects.

        • zagaberoo@beehaw.org
          link
          fedilink
          arrow-up
          3
          ·
          11 months ago

          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.

      • PenguinCoder@beehaw.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        I’m not implying that. I am implying that Gentoo is overrated as a distro. See, the title of the thread.

    • valentino@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      5
      ·
      11 months ago

      the whole user demographic is like 5 dudes. I agree why go for Gentoo when you can go for Linux from Scratch. Maybe simply because it has a catchier distro name

        • Zucca@sopuli.xyz
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          11 months ago

          … unless you install a package manager, which turns LFS into an another distro. 🤷

          • jollyrogue@lemmy.ml
            link
            fedilink
            arrow-up
            3
            ·
            10 months ago

            Or you could start with something which already has a package manager.

            LFS is fun weekend project, but it’s not a daily driver.

            When I started thinking about the amount of work needed to maintain an LFS install, I realized I should install Gentoo. It’s Source based, and other people already put in the work.

            • Zucca@sopuli.xyz
              link
              fedilink
              arrow-up
              3
              ·
              10 months ago

              Or you could start with something which already has a package manager.

              LFS is fun weekend project, but it’s not a daily driver.

              Agreed. It’ll teach a lot, but to make it last longer, you want a package manager.

      • Zucca@sopuli.xyz
        link
        fedilink
        arrow-up
        5
        ·
        11 months ago

        Gentoo is a metadistro - a set of tools to build your own distro. LFS is a documentation to build your own Linux system. And if one chooses to install some package manager and configure a repo for it, it basically becomes a distro. LFS can become Gentoo if you choose to install Portage and use Gentoo repository.

        Setting Gentoo up seems to be quite simpler option compared to LFS. Sure LFS might teach you even more than Gentoo.