azha@lemm.ee to linuxmemes@lemmy.worldEnglish · 7 个月前Freedomlemm.eeimagemessage-square76fedilinkarrow-up1923
arrow-up1923imageFreedomlemm.eeazha@lemm.ee to linuxmemes@lemmy.worldEnglish · 7 个月前message-square76fedilink
minus-squarecogman@lemmy.worldlinkfedilinkarrow-up25·edit-27 个月前sudo 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-up3·7 个月前One good use for AI was a great breakdown of what exactly that command does. I like it.
minus-squarestembolts@programming.devlinkfedilinkarrow-up14·edit-27 个月前“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.