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

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

creating windows 10 usb on ubuntu

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

create a bootable usb drive ubuntu

bootable usb
Comment

PREVIOUS NEXT
Code Example
Shell :: rename branch name in git 
Shell :: ubuntu list files 
Shell :: linux set environment 
Shell :: bash if file content equals 
Shell :: How do i search for available packages from the command-line 
Shell :: Winbox for linux 
Shell :: git diff between two repos 
Shell :: command line history search 
Shell :: kubernetes copy secret form another namespace 
Shell :: how to install nginx on centos 7 
Shell :: powershell slice string 
Shell :: how to copy folder in linux 
Shell :: install rvm for ruby 
Shell :: bash how to use xargs 
Shell :: set up ssh for github 
Shell :: how to restore deleted branch in git 
Shell :: install kubectl windows 
Shell :: git push without password 
Shell :: how to clear gradle cache gitignore 
Shell :: terminal public ip 
Shell :: how to push cloned repo 
Shell :: git config log 
Shell :: GIT: create repo 
Shell :: brew show package info 
Shell :: installing flutter_native_splash 
Shell :: install node on fish-shell 
Shell :: how to display specific lines from a file in linux 
Shell :: trash linux command 
Shell :: how to show a tag in git 
Shell :: run sh file 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =