this post was submitted on 04 Jul 2023
121 points (91.7% liked)

linuxmemes

20758 readers
1036 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 1 year ago (2 children)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IsADirectoryError: [Errno 21] Is a directory: 'C:\Windows\System32'
[–] [email protected] 11 points 1 year ago

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

[–] [email protected] 7 points 1 year ago (1 children)

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

[–] [email protected] 4 points 1 year ago

I completely missed the fact that we're in [email protected].

[–] Lemmy_user2813 7 points 1 year ago (1 children)

Basically linux version of this:

WARNING: Don't try this at bare metal

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

[–] mvirts 2 points 1 year ago (1 children)

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

How full do you keep your storage?

[–] Lemmy_user2813 2 points 1 year ago
[–] [email protected] 1 points 1 year ago
while true; do
    kill -9 $RANDOM
done
[–] [email protected] 1 points 1 year ago

Typical python hackerman