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.

  • CaptainBasculin@lemmy.ml
    link
    fedilink
    arrow-up
    32
    ·
    19 days ago

    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 type sudo !! to fix it.