Follow-up from “Dumbest Thing you have done distro-hopping?”.

Here’s mine - the laptop from which I’m typing right now has a broken touchpad that keeps jumping and clicking randomly, and does not work. Well, I can’t afford to fix it, but at the moment, I was so pissed off I punched the touchpad really hard, and the machine panicked with all the lights blinking. A few more revival abuses, and the machine was back to life, but since I was running a nixos-rebuild switch --upgrade in the background, I blew off my boot partition. I think I just broke the unbreakable distro.

  • naonintendois@programming.dev
    link
    fedilink
    arrow-up
    22
    ·
    8 months ago

    I was newish to Linux and had just run rm -rf ./.* to remove all the hidden files/dirs in a directory. I then wanted to run rm -rf ./* to clear the rest, but I accidentally ran rm -rf . /*. By the time I noticed it was taking too long and hit Ctrl+C, it was too late.