minus-squareresponsible_sith@programming.devtoLinux@lemmy.ml•What have been your costliest mistakes in using Linux?linkfedilinkarrow-up8·2 months agoI tried to enroll secure boot without understanding what I’m doing. I locked myself out of the motherboard. Also when you accidentally create a directory called ‘~’ the command rm -r ~ is not the right one… linkfedilink
minus-squareresponsible_sith@programming.devtoProgrammer Humor@programming.dev•RIP. :(linkfedilinkarrow-up4·10 months agorelevant xkcd linkfedilink
minus-squareresponsible_sith@programming.devtoProgramming@programming.dev•Julia Evans' Git cheat sheetlinkfedilinkarrow-up3·11 months agoMaybe you resolved the conflict in the wrong way and want to restart after finishing the rebase. linkfedilink
minus-squareresponsible_sith@programming.devtoProgramming@programming.dev•Julia Evans' Git cheat sheetlinkfedilinkarrow-up6·11 months agoThat sounds like the perfect situation to use git worktree. linkfedilink
I tried to enroll secure boot without understanding what I’m doing. I locked myself out of the motherboard.
Also when you accidentally create a directory called ‘~’ the command
rm -r ~
is not the right one…