Live data from Hacker News

Suicide Linux (2009)

qntm.org

11–20 of 183 posts

Re: Suicide Linux (2009)

#13
This is like that time, last week, when I was having issues with do-release-upgrade and someone helpfully suggested to run

sudo apt-get purge python* && sudo apt-get autoclean && sudo apt-get install python*

Which I did without paying attention to what I was doing and it turns out that this is one of the worst things you could do ever on a Debian-based distro.

Damn you, abu-ahmed al-khatiri.

Re: Suicide Linux (2009)

#15
It reminds me of the Russian Linux Roulette...

    [ $[ $RANDOM % 6] = 0 ] && rm -rf / || echo '*Click*'
But it's a bit boring. So there's also an improved version [0], which deletes a random file from the system instead of everything.

    alias roulette='[ $[ $RANDOM % 6 ] == 0 ] && rm -f $(shuf -n1 -e *) && echo "BOOM" || echo *Click*'
[0] https://gist.github.com/mjkaufer/85bb5f800525245942a8

Re: Suicide Linux (2009)

#16
post #10

A confirmation message would be really helpful instead of losing all my stuff.

This comment reminds me of one of the ones in the thread a few days ago about Google clearing out trashed items. It was something like “this stinks because I always store my most important documents in the trash”, except this one seems to be less sarcastic :)

Re: Suicide Linux (2009)

#17
post #13

This is like that time, last week, when I was having issues with do-release-upgrade and someone helpfully suggested to run sudo apt-get purge python* && sudo apt-get autoclean && sudo apt-get install python* Which I did without paying attention to what I was doing and it turns out that this is one of the worst things you could do ever on a Debian-based distro. Damn you, abu-ahmed al-khatiri.

Also on Gentoo. Once you've done it, your package manager is gone... At least you'll be warned when you attempt to do it, and often there will be two or more Python installations (2.7, 3.x), and Portage will run on any of them, so incidents like these are actually rather rare.

Re: Suicide Linux (2009)

#18
post #13

This is like that time, last week, when I was having issues with do-release-upgrade and someone helpfully suggested to run sudo apt-get purge python* && sudo apt-get autoclean && sudo apt-get install python* Which I did without paying attention to what I was doing and it turns out that this is one of the worst things you could do ever on a Debian-based distro. Damn you, abu-ahmed al-khatiri.

What's wrong with that command?

Re: Suicide Linux (2009)

#19
post #9
post #5

Interesting. It annoys me when hackers tend to do something 'creative' once they're in. Instead of recursively deleting everything (which has the most impact) - they try some novel and boring task which has low impact. The end goal of all nefarious forms of hacking should be to wipe everything.

What about: Making money (cryptomining, CCN theft)? Stealing data (SSNs, other identity documents)? Ransoming the data for money? In the end of the day, most cybercrime is focused on making money, so wiping a system has zero utility (especially as it would tip off the owners to your presence).

> Ransoming the data for money?

It's acknowledged that some high-profile ransomware attacks had the ulterior motive of wiping data. They used the ransomware as a front and really just wanted to do damage, not make money.

Re: Suicide Linux (2009)

#20
post #13

This is like that time, last week, when I was having issues with do-release-upgrade and someone helpfully suggested to run sudo apt-get purge python* && sudo apt-get autoclean && sudo apt-get install python* Which I did without paying attention to what I was doing and it turns out that this is one of the worst things you could do ever on a Debian-based distro. Damn you, abu-ahmed al-khatiri.

What's wrong with that command?

OS requires python pkgs for much core functionality. Command gets rid of all of them
Post reply on HN