Skip to content

Instantly share code, notes, and snippets.

@maxidr
Last active December 18, 2015 23:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxidr/5864069 to your computer and use it in GitHub Desktop.
Save maxidr/5864069 to your computer and use it in GitHub Desktop.
Burn iso in a USB
pv ubuntu-14.10-desktop-amd64.img.dmg | sudo dd of=/dev/rdisk3 bs=1m
pv ~/Desktop/linuxmint.iso | sudo dd of=/dev/sdx oflag=direct bs=1048576
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment