Skip Navigation

You're viewing a single thread.

27 comments
  • 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

27 comments