“I’m knittin’ like a fuckin electric nan”

  • 2 Posts
  • 40 Comments
Joined 3 years ago
cake
Cake day: January 15th, 2022

help-circle

  • I don’t want anyone to get discouraged because of this post. Bottom line is that it is very easy to make a “live USB” of a Linux distro and play around with it. There is zero risk or commitment in doing so. Another great option is to install it on an old computer you have or can easily get. It may or may not “be for you”, but it is very easy to try out.







  • I have studiously avoided learning any bash scripting for the 17 years I’ve used Linux, so all I can say is good job! Actually just today I found a command that I needed to get a certain appimage to run without crashing, and I remembered enough that I was able to make it into a script (I struggle with whether it’s !# or #!). Having just done it today, I can confirm you don’t need to include ‘/bin/bash’, just FYI. I believe that is assumed.






  • Keep a “cheat sheet” of common commands printed out nearby-- either something from the internet and/or a custom one for your own commands.

    Also, nobody can remember all the commands. We mostly just remember the ones we use most often. Otherwise, we have to look things up! It’s not too bad since you know that the command exists and you just need to know the exact way to type it.

    Find mnemonics to help remember certain things. For example if you want to decompress a .tar file, you remember “xtract zee file” or: tar -xzf


  • Start running servers if you haven’t already. Use an old computer, or an SBC or VPS and setup some Linux servers. There’s lots of different ways to do it, so mess around and break shit over and over. You can’t help but learn that way, though I would highly suggest you take notes/documentation. This is a habit I’m trying to develop after too long :)