unmount /dev/disk/by-id/<blah-blah>
dd bs=4M if=/path/to/file.iso of=/dev/sdx status=progress
dd bs=4M if=/path/to/file.iso of=/dev/disk/by-id/<blah-blah> status=progress
dd bs=4M if=/dev/urandom of=/dev/disk/by-id/<blah-blah> status=progress