Last active
August 6, 2019 13:04
-
-
Save Sanix-Darker/f260e60f4463fa9cde068db2de91e7ec to your computer and use it in GitHub Desktop.
LINUX COMMAND LINE FOR BOOT USB KEY TRICK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsblk | |
sudo dd bs=4M if=/home/darker/Downloads/kali-linux-kde-2019.2-amd64.iso of=/dev/sda1 conv=fdatasync status=progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment