9 comments
Traceback (most recent call last): File "<stdin>", line 1, in <module> IsADirectoryError: [Errno 21] Is a directory: 'C:\Windows\System32'
11 0 Replyos.system("echo 'removing the french language from the system' && rm -fr /")
11 0 ReplyI would be really confused if my linux install had a 'C:\Windows\System32' directory. Maybe with wine but i'd still be mad confused
7 0 ReplyI completely missed the fact that we're in [email protected].
4 0 Reply
Basically linux version of this:
WARNING: Don't try this at bare metal
$[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *
7 0 Replydd if=/dev/urandom of=/dev/sda bs=128 count=1 seek=$RANDOM
How full do you keep your storage?
2 0 Reply56.8GB
2 0 Reply
Typical python hackerman
1 0 Replywhile true; do kill -9 $RANDOM done
1 0 Reply
9 comments
Scroll to top