A confirmation message would be really helpful instead of losing all my stuff.
Suicide Linux (2009)
11–20 of 183 posts
Re: Suicide Linux (2009)
#12So, does your Linux Roguelike have any progression? Can I get a magic item (ie. a file) to put in my home directory to protect it from a single mistake, or something?
Re: Suicide Linux (2009)
#13sudo 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)
#14why no --no-preserve-root flag?
Re: Suicide Linux (2009)
#15 [ $[ $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/85bb5f800525245942a8Re: Suicide Linux (2009)
#16A confirmation message would be really helpful instead of losing all my stuff.
Re: Suicide Linux (2009)
#17This 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)
#18This 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)
#19Interesting. 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).
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)
#20This 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?