Skip to content

Instantly share code, notes, and snippets.

@jms
Created November 1, 2013 04:54
Show Gist options
  • Select an option

  • Save jms/7261105 to your computer and use it in GitHub Desktop.

Select an option

Save jms/7261105 to your computer and use it in GitHub Desktop.
wipe out disk o flash memory
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