literature.cafe
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
folak@lemmy.world to Linux@lemmy.ml · 2 years ago

Good documentation for linux ?

message-square
message-square
24
link
fedilink
22
message-square

Good documentation for linux ?

folak@lemmy.world to Linux@lemmy.ml · 2 years ago
message-square
24
link
fedilink
alert-triangle
You must log in or register to comment.
  • Terumo@lemmy.world
    link
    fedilink
    arrow-up
    45
    ·
    2 years ago

    ArchWiki https://wiki.archlinux.org/

  • raubarno@lemmy.ml
    link
    fedilink
    arrow-up
    32
    ·
    edit-2
    2 years ago

    Unfortunately, Linux manuals are pretty scattered around. I’ll try to find something for you:

    • If you want to learn the very basics of Linux command line, here’s what I found on the web: http://www.ee.surrey.ac.uk/Teaching/Unix/ ;
    • For on how to use GNU user-land tools (Bash, cat, less, grep, sed, etc.), I recommend the GNU manuals which are very well-written: https://www.gnu.org/manual/blurbs.html (example: Bash manual);
      • GNU manuals are also downloaded for offline read by default. These manuals are provided with info.
    • For GUI desktop, it depends on what Desktop Environment (DE) you use:
      • KDE wiki with tutorials: https://userbase.kde.org/Tutorials
      • GNOME app overview with documentation: https://apps.gnome.org/
      • If you don’t know what DE you use, KDE uses sharp edges for windows and GNOME uses round edges ( 👁️👄👁️ ).
    • For system, as @Terumo@lemmy.world pointed out, for system-specific stuff, there’s ArchWiki that has topics about everything.
    • If you want to understand what are the /usr, /usr/local, /etc, /dev, etc. filesystem directories, you want to look at the Filesystem Hierarchy Standard: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html
    • There is also a free training course for Linux: https://training.linuxfoundation.org/training/introduction-to-linux/
    • If you’re a developer and want to find out how deep the rabbit hole is, you may want to look at an online book Operating Systems: Three Easy Pieces: https://pages.cs.wisc.edu/~remzi/OSTEP/

    EDIT: Forgot this important material:

    • If you need to know command-line argument specifics for a particular program, use manpages (For example, to find brief information about grep, type man grep in your shell, and info grep if you need a complete manual).
    • folak@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      Thanks a lot !!

  • Engywook@lemm.ee
    link
    fedilink
    arrow-up
    24
    arrow-down
    1
    ·
    2 years ago

    Maybe tell us what you need the documentation for… Writing kernel modules? Installing distros? Configuring software? Archlinux wiki is a very good general reference, btw.

    • folak@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      2 years ago

      Yeah, I mean for linux in general, everything around linux

      • thanksforallthefish
        link
        fedilink
        arrow-up
        7
        ·
        2 years ago

        Yeah, I mean for linux in general, everything around linux

        Waves hand in the general direction of the internet. It’s all there.

        Seriously, hone in a bit. Like “I’m a complete noob where do I start” or “I installed Mint and it works fine, now what?”

        Something like that

        • folak@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 years ago

          More than, “I’m a complete noob where do I start, where do I learn, why, who, where, when”

          • thanksforallthefish
            link
            fedilink
            arrow-up
            6
            arrow-down
            1
            ·
            2 years ago

            One of the first lessons to learn is how to ask questions.

            The doggedness on tripling down on “I want to know everything” is remarkable but it is not going to get you a result.

            Your best starting point until you are able to articulate a more focussed question is the Arch wiki as already suggested.

            Do a bare bones arch install on a PC you don’t care about breaking (a very old one with limited hardware perhaps) while following the arch install instructions on the wiki.

            If you’re a noob then you’ll constantly run into terms you don’t understand look them up as you go.

            Ciao and good luck.

            End of lime

            • folak@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 years ago

              Hum… Okay… Thanks for the help !

            • desconectado@lemm.ee
              link
              fedilink
              arrow-up
              1
              arrow-down
              2
              ·
              edit-2
              2 years ago

              Answers like this is why people stay out of Linux, you want to get in and the first thing they say is “learn to ask a question!!!”

              If you couldn’t tell OP was a beginner from the second question, then you are not good at understanding questions.

              • thanksforallthefish
                link
                fedilink
                arrow-up
                2
                ·
                2 years ago

                Yeah no it’s not, I offered some gentle prompts to help him refine his question into something that could be answered. As did several others.

                He ignored that and tripled down with “I want to know everything”

                That’s not an answerable question.

                You have to want to learn before you can be taught. If you can’t listen to the prompt of “ok cool, you’re keen but pick a thing” then there’s no point me trying to help.

                • desconectado@lemm.ee
                  link
                  fedilink
                  arrow-up
                  2
                  arrow-down
                  1
                  ·
                  2 years ago

                  Read between the lines, when an expert has ever said “I want to know everything”, OP is clearly a beginner in the subject.

          • recarsion@discuss.tchncs.de
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            deleted by creator

  • ceiphas@feddit.de
    link
    fedilink
    arrow-up
    18
    ·
    2 years ago

    Gentoo Wiki https://wiki.gentoo.org/wiki/Main_Page

    Although i myself use an Arch-Based System i find the Gentoo wiki most of the time better regarding configuration of services

    • Programmer Belch@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 years ago

      For me the archwiki is for getting started with a program. I use the gentoo one when I want to customize the experience

  • dack@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    2 years ago

    Arch Wiki for more general info. Official docs/man pages of whatever thing you are working with for details.

  • ScottE@lemm.ee
    link
    fedilink
    arrow-up
    12
    ·
    2 years ago

    manpages. For many of us, it’s the only documentation that existed prior to the Internet.

  • Strit@lemmy.linuxuserspace.show
    link
    fedilink
    arrow-up
    11
    ·
    2 years ago

    Surprised you didn’t think of https://docs.kernel.org/.

  • TCB13@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    2 years ago

    https://www.freedesktop.org/software/systemd/man/latest/

  • onlinepersona@programming.dev
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    2 years ago

    https://linuxjourney.com/ is a good place to learn about linux. For documentation, manpages for sure.

    • folak@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 years ago

      Thanks!

  • PseudoSpock@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    https://www.oreilly.com/library/view/linux-in-a/9780596806088/ and other O’Reilly books.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 years ago

    Documentation or tipps?

    Tipps:

    • itsfoss
    • folak@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      Documentation

Linux@lemmy.ml

linux@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !linux@lemmy.ml

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

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

  • !opensource@lemmy.ml
  • !libre_culture@lemmy.ml
  • !technology@lemmy.ml
  • !libre_hardware@lemmy.ml

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 472 users / day
  • 3.41K users / week
  • 8.01K users / month
  • 17K users / 6 months
  • 24 local subscribers
  • 54.1K subscribers
  • 7.3K Posts
  • 181K Comments
  • Modlog
  • mods:
  • AgreeableLandscape@lemmy.ml
  • nooter692@lemmy.ml
  • MarcellusDrum@lemmy.ml
  • Arthur Besse@lemmy.ml
  • Cyclohexane@lemmy.ml
  • d3Xt3r@lemmy.nz
  • BE: 0.19.11
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org