Wipe USB drive in Linux by overwriting with random data
Handy way to wipe a USB drive in Linux using dd and /dev/urandom: jonas@yggdrasil:~$ sudo dd if=/dev/urandom of=/dev/sdc bs=4k dd: error writing '/dev/sdc': No space left on device 15163393+0 reco...