einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 1 month agoWhen you accidental format the wrong /dev/sdXen.meming.worldimagemessage-square34linkfedilinkarrow-up1235arrow-down11
arrow-up1234arrow-down1imageWhen you accidental format the wrong /dev/sdXen.meming.worldeinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 1 month agomessage-square34linkfedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up48·edit-21 month agoThe problem you have is you care which disk gets wiped, russian roulette is the best design pattern! sudo dd if=/dev/zero of=$(ls /dev/sd* | shuf | head -n1) …I shouldn’t need to say, but don’t run that unless you want to make your day a bit worse
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up8·1 month ago unless you want to make your day a lot more fun
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up5·1 month agoyour day becomes so bad that it overflows and wraps around
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up2·1 month agoYou know I’m all 'bout that carry bit!
The problem you have is you care which disk gets wiped, russian roulette is the best design pattern!
sudo dd if=/dev/zero of=$(ls /dev/sd* | shuf | head -n1)
…I shouldn’t need to say, but don’t run that unless you want to make your day a bit worse
Removed by mod
your day becomes so bad that it overflows and wraps around
You know I’m all 'bout that carry bit!