Linux has joined the chat

121 points · 9 comments · view on lemmy.world

9 Comments

treadful@lemmy.zip · 11 pts · 3y (3 replies)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IsADirectoryError: [Errno 21] Is a directory: 'C:\Windows\System32'
drew_belloc@programming.dev · 11 pts · 3y

os.system("echo 'removing the french language from the system' && rm -fr /")

SaltyIceteaMaker@lemmy.ml · 7 pts · 3y (1 reply)

I would be really confused if my linux install had a 'C:\Windows\System32' directory. Maybe with wine but i'd still be mad confused

treadful@lemmy.zip · 4 pts · 3y

I completely missed the fact that we're in !linuxmemes@lemmy.world.

Lemmy_user2813@lemmy.world · 7 pts · 3y (2 replies)

Basically linux version of this:

WARNING: Don't try this at bare metal

$[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *

mvirts@lemmy.world · 2 pts · 3y (1 reply)

dd if=/dev/urandom of=/dev/sda bs=128 count=1 seek=$RANDOM

How full do you keep your storage?

Lemmy_user2813@lemmy.world · 2 pts · 3y

56.8GB

possiblylinux127@lemmy.zip · 1 pts · 3y
while true; do
    kill -9 $RANDOM
done
churisotophu@feddit.de · 1 pts · 3y

Typical python hackerman