Skip to content

Instantly share code, notes, and snippets.

@danielscarvalho
Created October 24, 2023 04:30
Show Gist options
  • Save danielscarvalho/941625dfafa1ae3cdc34a3de19a910f7 to your computer and use it in GitHub Desktop.
Save danielscarvalho/941625dfafa1ae3cdc34a3de19a910f7 to your computer and use it in GitHub Desktop.
Build Linux Boot pendrive with ISO file
sudo dd bs=4M if=/home/r2d2/Downloads/Solus-4.4-Budgie.iso of=/dev/sdd status=progress oflag=sync
@danielscarvalho
Copy link
Author

Cool command...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment