@azha@lemm.ee to linuxmemes@lemmy.worldEnglish • 8 days agoFreedomlemm.eeimagemessage-square77fedilinkarrow-up1909arrow-down119
arrow-up1890arrow-down1imageFreedomlemm.ee@azha@lemm.ee to linuxmemes@lemmy.worldEnglish • 8 days agomessage-square77fedilink
minus-square@cogman@lemmy.worldlinkfedilink25•edit-28 days agosudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1) (Omit the $ if you are using the fish terminal)
minus-square@feannag@sh.itjust.workslinkfedilinkEnglish2•8 days agoOne good use for AI was a great breakdown of what exactly that command does. I like it.
minus-square@stembolts@programming.devlinkfedilink14•edit-28 days 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.