Skip to content

Instantly share code, notes, and snippets.

@zvlex
Created September 10, 2015 14:03
Show Gist options
  • Save zvlex/5cd9de4434a94d824813 to your computer and use it in GitHub Desktop.
Save zvlex/5cd9de4434a94d824813 to your computer and use it in GitHub Desktop.
Write ISO image on usb
sudo dd bs=4M if=/path/to/linux.iso of=/dev/sdb && sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment