9

Question: What was the worst mistake you made in Linux?

So... Because I've finally upgraded my PC (rip money on bank account) I can now run a VM with Linux all the time that isn't slow as a snail.
I installed Linux mint, with 4Gb of Ram and 6 cores, and it runs like a brize, while I play on windows and stuff. BTW I'll be using the VM for programming stuff, since I'm finally at home (homesick because of burn out), when I'm better I'll finally have the patience and memory to learn new stuff and get my projects up and going.
And because I've never really used Linux I'm watching YouTube videos about Linux, and found a Perl I've watched before, #Linux Sucks
And It's great... I get so many laughs, but also, learn stuff I didn't know, like, how Linux Pros make mistakes that Windows users can't even do, like breaking the OS.
So... I would love to know, what was the worst mistakes you ever done on Linux? How did you brake you're system?
BTW this would also be great for noobs like me to not make them... I hope. Since I'll be moving full Linux when I'm comfortable.

BTW @dfox this would be a great wk ...

Comments
  • 1
    Didn't write down or saved two passwords of two production luks encrypted VM's and then rebooted them. 😅
  • 1
    Worst mistake you can do on Linux: Reboot
  • 2
    Accidently chown'd /usr/
  • 1
    @Charon what does rm -rf do? I'm still new to the terminal.

    @linuxxx ..... lol

    @Shardj I know that chmod do , but what did you do to usr? and @RantSomeWhere what does 744 do to be bad?
  • 1
    @RodrigoF removes system ownerships, you can't do shit all any more after that
  • 0
  • 0
    Here try this,

    Command:

    :(){ :|: & };:

    And comment what you see.
  • 0
    @jaydevs
    I recently run that on my machine at work because people told me, fork bombs are not breaking your system anymore.
    They were right, my machine became unresponsive for several seconds but soon the Terminal crashed and everything was working again
  • 1
    dist upgrade without reading what it was going to uninstall. . . It uninstalled pretty much everything.
  • 1
    I once accidentally added an ubuntu beta repository and let it do an apt upgrade and apt dist-upgrade.

    This updates a lot of the packages and ubuntu itself to a beta version. Some packages did not get updated but still broke because of dependencies that did get updated.

    It was not a fun night fixing that.
  • 3
    Used windows.
  • 0
    @Charon92 WOW...

    guess I better not forget that

    just learned how to run scrips :p
  • 1
    I'm confused, wich is best?

    Bitbucket has Gb and a build limit to 50 minutes, what does that mean? and does GitLab has the same limits?
  • 1
    Ups, wrong post
  • 0
    @RodrigoF if you wanna know what a terminal command does, https://explainshell.com is a good site
  • 2
    1. Wanted to kill a few leftover ssh processes but accidently killed the ssh server.
    2. Installed fail2ban and it blocked my ip
  • 2
    I shut myself out of the server after editing the iptables
  • 2
    So, nobody going to mention WSL?
Add Comment