• @Lemmy_user2813
    link
    71 year ago

    Basically linux version of this:

    WARNING: Don’t try this at bare metal

    $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *

    • @mvirts
      link
      21 year ago

      dd if=/dev/urandom of=/dev/sda bs=128 count=1 seek=$RANDOM

      How full do you keep your storage?