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.
chown -R root /
I forget why. I think I was getting some permission issues and thought “I’ll just set all files back to being owned by root and then fix home directories”.
Turns out a lot of things in /etc aren’t owned by root for a reason…
This one is from a coworker. He noticed there was a file named
~
inside his home. Decided to delete it. Sorm -rf ~
.dd’ed a bootable image over my backup drive
removed the french language pack like why is linux so dependent on the french language like hello i’m not french?
Clearly a holdover from when French was the lingua franca
This was dumb on so many levels.
I downloaded an iso and was supposed to dd it to my USB drive. You can see where this is leading, but it’s worse than you think.
I overwrote the hdd. While I was on an airplane. Of a macbook air that I had no idea how to restore to a functioning state. And this was my workplace laptop.
Like I said, dumb on many levels…
Edit: while the question is about breaking ones Linux installation, one could argue that macOS share the same lineage as Linux and share many similarities.
That macbook was really in the air if you were flying
I DON’T FUCKING KNOW 😭
I once deinstalled dpkg on Debian or Ubuntu.
Back then I did not know what that dependency was. So
apt-get uninstall dpkg
felt okish for me.The funny thing is, apt forces you to type “yes I know what I am doing!”, but even that did not kill my flow here. I misspelled the sentence twice, than copied it and pressed enter…
After I tried to compile dpkg again but decided relatively soon it’s time for the next distro hop.
That is hilarious!!
It wasn’t on Linux on but on a Vax Unix machine in the early 90s. We were an IBM shop but the accounts department got a Vax to run their new software. Obviously we were expected to look after this little box with no training. Things went quite well until it started to to run out of space. I found a huge file called vmuniz iirc and couldn’t see anything using using it. The file was deleted and the job was done. Until we rebooted.
trusted steam to run outside a container
Two things:
- About a week ago in school, my friend told me to remove System32.
I told him that I don’t have it on Linux and that I’ll show him how to break Linux.
I typed
rm -fr / --no-preserve-root
, but I was really tired that day, and for some reason, I pressed enter. After a second, I did Ctrl+C, and luckily, it was without sudo, but it still deleted many random files on my system that I’ve had access to. - Once I wanted to ssh into my Raspberry Pi on the local network and accidentally entered my local ip address and SSHed into my own computer, I was SSHing from. I deleted some config files thinking I’m doing it on the Raspberry, but luckily, I haven’t done any big damage. It could have ended much worse, however, because it took almost two hours of confused screaming until I noticed that I’m, in fact, doing all the stuff on my own computer. Don’t have the same username and password on pc and server, guys.
Don’t have the same username and password on pc and server, guys.
I include the hostname in the prompt to avoid confusion, and I have a slightly simplified prompt for server making it easy to distinguish which machine I am on.
- About a week ago in school, my friend told me to remove System32.
I told him that I don’t have it on Linux and that I’ll show him how to break Linux.
I typed