Ubuntu
Wednesday, 17 February 2010
How format pendrive with fat32 File System
1. Clean (remove everything) your device with fdisk.
sudo fdisk -l
2. Create a fat32 FS:
mkfs -t vfat /dev/sda
Newer Post
Older Post
Home
Installing Minikube on Ubuntu 22.04 LTS
Print protected pdf
Convert the pdf to a postscript file and the postscript file to a pdf. Open the new pdf for example with Acrobat Reader and you can print. p...
How To Install Zoom Client on Ubuntu 22.04 LTS
sudo apt -y install wget wget https://zoom.us/client/latest/zoom_amd64.deb sudo apt install ./zoom_amd64.deb
Installing Minikube on Ubuntu 22.04 LTS
Step 1. Installing Docker # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo instal...