ISOs Explained + four programs to make Linux boot media
ISOs Explained + four programs to make Linux boot media
cat debian.iso > /dev/sda
sudo as-is, unlike dd.
sudo cat file > /dev/sda but you can sudo dd …, because IO redirection isn’t elevated to root with sudo. I’m not saying anything too profound :)