einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 1 month agoWhen you accidental format the wrong /dev/sdXen.meming.worldimagemessage-square1linkfedilinkarrow-up18arrow-down10
arrow-up18arrow-down1imageWhen you accidental format the wrong /dev/sdXen.meming.worldeinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 1 month agomessage-square1linkfedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up1·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
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