Recently, I’ve been using linux(tried multiple distros). I’m curious about how linux works, it’s architecture! Is there a book, guide, video, etc to learn about linux? By using linux, I get to know something. It would be better If I know how linux works!

  • PropaGandalf@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    I’d advise you to go with arch to familiarize yourself with the basics of a linux system. Everything is already precompiled for you so all the packages and the kernel shouldn’t take long to download. If you then need a new challange you can also go with gentoo. It has some specific knowlegde around it’s super powerful package manager and about configuring the kernel but besides that everthing should be very much the same. Of course this comes at the cost of compiling all the stuff you need by yourself so…

    • fbszOP
      link
      fedilink
      arrow-up
      3
      ·
      9 months ago

      I plan to try arch and then gentoo, are there any resources which teach the very fundamentals of linux?

      • PropaGandalf@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        9 months ago

        RTFM, no seriusly just try to follow the arch install wiki and try to get acquainted with the terminal and the tools used.