Horje
ubuntu create bootable usb from iso command line Code Example
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
Source: vitux.com
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




Shell

Related
alpine add user Code Example alpine add user Code Example
laravel install by composer Code Example laravel install by composer Code Example
how to see the battery health on an older macbook Code Example how to see the battery health on an older macbook Code Example
how to undo a local commit Code Example how to undo a local commit Code Example
Error: Couldn't find the 'yo' binary. Make sure it's installed and in your $PATH Code Example Error: Couldn't find the 'yo' binary. Make sure it's installed and in your $PATH Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9