Skip to content

Instantly share code, notes, and snippets.

@mattroz
Created October 11, 2016 10:17
Show Gist options
  • Save mattroz/e04608fe1e128a9b440f43188794740b to your computer and use it in GitHub Desktop.
Save mattroz/e04608fe1e128a9b440f43188794740b to your computer and use it in GitHub Desktop.
1. write image to USB:
1.1 sudo umount /dev/sdX
1.2 sudo dd if=/path/to/image.iso of=/dev/sdX bs=4M && sync
@mattroz
Copy link
Author

mattroz commented Oct 18, 2016

hexdump [FILE] - file output in hexadecimal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment