As someone who grew up using windows, is there a series of tutorials or videos y’all recommend to learn Linux? I find myself running into issues, trying to find solutions online, and not even understanding the instructions. I’m sure most of this comes from not knowing bash (which I’ve started to learn using https://labex.io/linuxjourney).

Background: I’m a very competent windows user. I’ve built my own PC, etc. I mostly use it for gaming and Internet now but want to start self hosting some things. Oh, and I’m running bazzite.

Anyway, just trying to get out from Microsoft’s thumb.

Cheers.

  • Hello_there@fedia.io
    link
    fedilink
    arrow-up
    4
    ·
    7 hours ago

    I started saving what I put into terminal into a Google doc. That way if something gets screwed I have a record for how to undo it. Also, don’t copy paste from chatgpt to terminal. And make sure the source you are using isn’t 7 years old.

    • bridgeenjoyer@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      7 hours ago

      Yes save your commands. I put a commands text file on my nas so I can access from any pc. Or use joplin or another note program with sync. Save the command and a quick descriptor. Then you can even access that text file quick from within terminal using a text editor like nano or vim.

      I set an alias up so if I type “command” it actually runs something like “nano /home/mnt/nas/command txt” and I can see them right there.

    • BlackLaZoR@fedia.io
      link
      fedilink
      arrow-up
      1
      ·
      6 hours ago

      I started saving what I put into terminal into a Google doc. That way if something gets screwed I have a record for how to undo it.

      This is a result of a horrible system philosophy. You do everything through terminal and then scratch your head a year later because you don’t remember what changes you made.

      This is the single worst design choices you can possibly make. Not only requiring from user to learn terminal wizardry but also manually tracking every single config change because there’s no “reset to default” button