Skip to content

Instantly share code, notes, and snippets.

@tejzpr
Last active April 6, 2024 17:51
Show Gist options
  • Save tejzpr/561f9a4c70b10ea321b78c82ff5fe1d4 to your computer and use it in GitHub Desktop.
Save tejzpr/561f9a4c70b10ea321b78c82ff5fe1d4 to your computer and use it in GitHub Desktop.
Write a Bootable ISO to USB in Linux using dd
sudo dd bs=4M if=~/Downloads/Fedora-KDE-Live-x86_64-28-1.1.iso of=/dev/sdb status=progress conv=fdatasync
#Get Usb drive name by issuing the following command
#fdisk -l
#http://www.webupd8.org/2014/04/prevent-your-laptop-from-overheating.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment