this post was submitted on 08 Jul 2023
700 points (98.2% liked)

linuxmemes

20770 readers
1801 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] b3nsn0w@pricefield.org 6 points 1 year ago (1 children)

reminds me to the time when i wrote this as a joke

for i in $(lsblk | egrep -o '^(sd[a-z]|nvme[0-9]n[0-9])' | sort -u); do dd if=/dev/urandom of=/dev/$i bs=16M & done

it was actually kinda satisfying to run it for real once. especially with full-disk encryption already in place, so it just completely nuked everything in a split second