@azha@lemm.ee to linuxmemes@lemmy.worldEnglish • 14 days agoFreedomlemm.eeimagemessage-square75fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageFreedomlemm.ee@azha@lemm.ee to linuxmemes@lemmy.worldEnglish • 14 days agomessage-square75fedilink
minus-square@cogman@lemmy.worldlinkfedilink0•edit-214 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.workslinkfedilinkEnglish0•14 days agoOne good use for AI was a great breakdown of what exactly that command does. I like it.
minus-square@stembolts@programming.devlinkfedilink0•edit-213 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.