Created
November 1, 2013 04:54
-
-
Save jms/7261105 to your computer and use it in GitHub Desktop.
wipe out disk o flash memory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dd count=1 bs=512 if=/dev/zero of=/dev/sdb && sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment