Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu create bootable usb from iso command line

$ sudo umount /dev/sdb1
$ sudo dd bs=4M if=/home/sana/Downloads/ubuntu-18.04.2-live-server-amd64.iso of=/dev/sdb1 status=progress oflag=sync
Comment

create windows 10 bootable usb in ubuntu

sudo dd bs=4M if=/home/praveen/Downloads/Win10_21H1_EnglishInternational_x32.iso of=/dev/sda1 status=progress oflag=sync
Comment

create a bootable usb drive ubuntu

bootable usb
Comment

PREVIOUS NEXT
Code Example
Shell :: run minecraft server linux 
Shell :: history delete linux 
Shell :: expo install package version 
Shell :: apache install 
Shell :: open directory 
Shell :: check openvpn working 
Shell :: gitignore file download 
Shell :: ubuntu customize Bash prompt 
Shell :: command line windows find file 
Shell :: bash get path of command 
Shell :: how install hub on ubuntu 
Shell :: The following directories are not writable by your user: mac 
Shell :: powershell copy file content to clipboard 
Shell :: enable system virtualization cmd 
Shell :: uninstall package with yarn 
Shell :: how switching in git branches 
Shell :: remote: fatal: pack exceeds maximum allowed size 
Shell :: compare two files shell script 
Shell :: copy file from ssh server to local 
Shell :: sed until first match 
Shell :: android studio git 
Shell :: install dbeaver using snap 
Shell :: listen unix /home/jatoba/.pomo/pomo.sock: bind: address already in use 
Shell :: pushing an existing repository from the command line 
Shell :: removing portion of history from terminal mac 
Shell :: connect vscode to gitlab 
Shell :: it is required that your private key files are not accessible by others ubuntu 
Shell :: check file path linux 
Shell :: heroku push alternative branch 
Shell :: grep get everything between two strings 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =