Burning ISO

The command-line utility dd for Linux can be used to burn an ISO image to a USB drive:

sudo dd if=<ISO-path> of=<USB-drive-name> bs=4M status=progress && sync