Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bootable usb terminal

sudo dd bs=4M if=/path/to/iso of=/dev/sdXX status=progress oflag=sync
Comment

pendrive bootable using terminal

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

bootable usb terminal

sudo dd bs=4M if=/path/to/iso of=/dev/sdXX status=progress oflag=sync
Comment

pendrive bootable using terminal

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

PREVIOUS NEXT
Code Example
Shell :: how to remove wine32 linux 
Shell :: To set up the apt repository for stable nginx packages, run the following command: 
Shell :: tkPDFViewer install 
Shell :: corewar 42 github 
Shell :: scp 
Shell :: scripting sobre ficheros 
Shell :: how to convert vdi to gnome boxes 
Shell :: rasberry pie gsm internet browsing 
Shell :: no linux como dar permição ao .git no htdocs 
Shell :: sudo yum install rh-python38 
Shell :: uepic games github 
Php :: enable php error 
Php :: laravel model without timestamps 
Php :: phpmailer utf8 charset 
Php :: wpdb last query 
Php :: order by date wp php 
Php :: laravel migrate only 1 file 
Php :: check if user is on mobile php 
Php :: check if cookie exists php 
Php :: wordpress debug mode enabled 
Php :: laravel validation number greater than 0 
Php :: store image in public folder laravel 8 
Php :: rewrite .php to no extension 
Php :: {{Str::limit laravel 
Php :: wordpress wp_query orderby random 
Php :: php strict-origin-when-cross-origin 
Php :: php add hours to current date 
Php :: wp_query count result 
Php :: php average from array 
Php :: php content type xml 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =