this post was submitted on 11 Aug 2025
36 points (92.9% liked)

Linux

9743 readers
392 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] machiner@lemmy.org 1 points 2 months 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