how to create a linux installer

  1. open up your terminal
  2. cd [dir] where dir is the folder your iso is in
  3. enter lsblk and work out your device name
  4. sudo dd if=[file] of=/dev/[loc] bs=500M where [file] is the file name and [loc] is the previously discovered device name

[source]