Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

Issue the following command in a terminal:

sudo dd if=/path/to/image.iso of=/dev/sdX bs=1024k

if is the input file, in this case the ISO image, and of is the output device. Replace /dev/sdX with the letter corresponding to your USB device (e.g. /dev/sdb).

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.