you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 year ago

In Linux you only need dd to burn an iso to a usb stick, but, you can use something 'pretty', too.

sudo mintstick -m iso

I have an alias for it: alias burn='sudo mintstick -m iso'

or

sudo dd if=/path/to/filename.iso of=/dev/sdX bs=4M status=progress

  • source