azha@lemm.ee to linuxmemes@lemmy.worldEnglish · 20 hours agoFreedomlemm.eeexternal-linkmessage-square60fedilinkarrow-up1696arrow-down113
arrow-up1683arrow-down1external-linkFreedomlemm.eeazha@lemm.ee to linuxmemes@lemmy.worldEnglish · 20 hours agomessage-square60fedilink
minus-squarecogman@lemmy.worldlinkfedilinkarrow-up17·edit-219 hours 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-up2·16 hours agoOne good use for AI was a great breakdown of what exactly that command does. I like it.
minus-squarestembolts@programming.devlinkfedilinkarrow-up7·edit-214 hours 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.