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 :: install sonarqube on ubuntu 
Shell :: common use of python sys library 
Shell :: git squash command 
Shell :: mac terminal screenshot 
Shell :: steps to assign mfa using aws cli 
Shell :: gitlab ci echo variable 
Shell :: git remove an empty commit 
Shell :: Set Up Your Username and Email in Git Command 
Shell :: datadog without agent 
Shell :: IDE for work marckdown file on ubuntu 
Shell :: Dockerfile RUN cmd before prompt 
Shell :: c ++ ("Hello World") 
Shell :: public access denied assmebla 
Shell :: wsl lost internet connection 
Shell :: install kali synaptic software manager 
Shell :: how to add new line to each line 
Shell :: dependencies to install python3.10 
Shell :: powershell download file from api url 
Shell :: create a index of all files in linux 
Shell :: missing mysql_config 
Shell :: ubuntu install meslo font 
Shell :: odoo 13 install 
Shell :: wickrme for ubuntu 
Shell :: cmd to remove temporary files in win 10 
Shell :: linux less go to last line 
Shell :: npm install apmplify 
Shell :: gh config ssh protocol 
Shell :: cordova install plugin at branch 
Shell :: ubuntu restart network manager when ping is low 
Shell :: delete freebsd account 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =