Burning ISO

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

sudo dd if={ISO-path} of={USB-device-name} bs=4M status=progress && sync