Skip to content

Instantly share code, notes, and snippets.

View anthr76's full-sized avatar

Anthony Rabbito anthr76

View GitHub Profile
@rriemann
rriemann / gist:1406035
Created November 29, 2011 19:17
Use pv and dd to copy an iso-file to an usb stick while showing the progress
dd if=openSUSE-12.1-DVD-x86_64.iso | pv --eta --size 4628414464 --progress --bytes --rate --wait > /dev/sdc