I’ve also got the Linux Basics for Hackers book but it’s at home while I’m on vacation.
I’m just really happy rn yall :) this install took some work, SecureBoot kept getting in the way and I’m not the most savvy person so there was a lot of Googling and trial and error in the way of getting here.
Quick tip: forgot how to use a command? Use
man commandname
to see a short manual page for that command.Forgot sudo on your command?
!!
refers to the previously typed command, so you can simply typesudo !!
to fix it.tldr or teeldeer is the short manual. fwiw