Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux iso terminal command

#first check the usb drive 
lsblk
#then -> if= is source and of= is destination/the usb drive name
# you got from lsblk that have the usb drive
dd bs=4M if=/tmp/ubuntu-20.04.1-desktop-amd64.iso of=/dev/sdc conv=fdatasync
#Where bs is read and write BYTES bytes at a time,
#if is the input file, of is the output file. 
#The conv=fdatasync bit is important as dd 
#can return before the write operation finishes.
Comment

PREVIOUS NEXT
Code Example
Shell :: mac copy big file into clipboard 
Shell :: bcdedit refind windows 
Shell :: canot find acord dynamic import 
Shell :: how to setup machine learning enviroment in ubuntu without anaconda 
Shell :: git ignore is not working on local repository 
Shell :: rename tool numeric linux 
Shell :: linux create user with expiration 
Shell :: Git Kraken update Linux 
Shell :: ansible-playbook "module_stderr": "sudo: xx?" 
Shell :: chekkout of branch without committing changes 
Shell :: lubuntu boot customize 
Shell :: oracle cloud destination unrechable wireshark 
Shell :: yaml file example ubuntu netplan error 
Shell :: GOOD BATCH LOGIN 
Shell :: piping results as argument linux 
Shell :: windows gitbash weird characters 
Shell :: set mdp user ubuntu 
Shell :: rm lastUpdated maven 
Shell :: ssh_askpass: posix_spawnp: Unknown error 
Shell :: Edit remote files within Vim session 
Shell :: arch linux deepin compositor 
Shell :: easter egg bash 
Shell :: git pull multiple repos at once 
Shell :: prompt user to change password on first login linux expire 
Shell :: How to translate to md5 using linux 
Shell :: $(cat <<EOF using heredoc assign command to a variable 
Shell :: pull from base repository 
Shell :: ssh how to start a script out of the session 
Shell :: install avogadro on ubuntu 
Shell :: force shudown app from terminal 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =