• Kühe sind toll@feddit.de
    link
    fedilink
    arrow-up
    3
    ·
    5 months ago

    There are enty of books you can read. If you’re really interested in learning I suggest you may start learning how to write bash.

    For the rest I really would say, that just try doing stuff. Try to set up a docker, or other stuff. Also you can go to already solved Problems and try to understand what the problem was and what they did to solve it.

    Also: Just start trying to support people. Google(or any other Search Engine of your liking) is very useful for this. Even if you just find out what exactly the problem is, that helps.

    • mmagod@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      5 months ago

      thanks. i have a laptop i deliberately installed debian on… but that’s about it lol

      i’ll take you up on the support suggestion too… i recently had to figure out why a unix server went down at work. luckily we had a set of scripts and commands archived from the manager that supported it before he left. all i did was just run them with a little bit of logic and context applied, but it forced me to poke around a bit and seeing what each command did. i was careful enough not to break anything but i found it quite interesting