How to install an iso image on a USB key ?

Supposing your have the debian.iso archive to burn on your USB card located on the /dev/sdb1 device, this simple command will burn the iso on the key (be careful, all the data will be lost):

umount /dev/sdb1
cat debian.iso > /dev/sdb1