If you are using Windows you can use UNetbootin.
From Linux you need to use dd command that is pre-installed. But first download Debian
or any other Image file that you want to save to USB stick.
Then put USB stick into computer
Then run command sudo dmesg
. It will print something like that:
USB device name is sdb.
Then execute command:
Obviously replace image.iso with proper file name. And do not forget to execute sync
when first command finish.
Here are the three commands you need to execute: