Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create usb install windows 10 on ubuntu

sudo dd bs=4M if=~/Downloads/Win10_21H1_English_x64.iso of=/dev/sda1 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

creating windows 10 usb on ubuntu

sudo add-apt-repository ppa:tomtomtom/woeusb
Comment

PREVIOUS NEXT
Code Example
Shell :: chmod 777 command in linux 
Shell :: set terminator as default 
Shell :: Updating Packages in WSL 
Shell :: install steam on ubuntu 
Shell :: edit path linux 
Shell :: how to set global github username and password in git 
Shell :: …or push an existing repository from the command line 
Shell :: git create a new branch from current branch 
Shell :: install node_modules 
Shell :: whereis alpine 
Shell :: cp linux command with progress bar 
Shell :: Closed INTERNAL ERROR: cannot create temporary directory 
Shell :: how to configure git and github 
Shell :: bedrock linux 
Shell :: refusing to exec crouton from noexec mount 
Shell :: linux shell arguments 
Shell :: How to create or generate secret key for django 
Shell :: bash if is symlink 
Shell :: codeigniter 4 db seed 
Shell :: start beef kali linux 
Shell :: undo git commit and keep changes 
Shell :: permission denied /dev/ttyusb0 
Shell :: add ssh github 
Shell :: enable remote desktop powershell server 2019 
Shell :: if there is a string in a file batch 
Shell :: install portainer on raspberry pi 
Shell :: how to erase folder that match characters in linux 
Shell :: bash split variable by delimiter 
Shell :: linux command to update nodejs 
Shell :: crosh 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =