Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Create and mount the FAT & ext4 filesystems

mkfs.vfat /dev/mmcblk0p1
mkdir boot
mount /dev/sdX1 boot
mkfs.ext4 /dev/mmcblk0p2
mkdir root
mount /dev/sdX2 root
Comment

PREVIOUS NEXT
Code Example
Shell :: copy terminal preferences from one computer to another ubuntu 
Shell :: how to follow a file url in vim 
Shell :: ubuntu install bin86 
Shell :: delete old version of snaps 
Shell :: configuration file WSL2 to prevent consuming massive memory on your 
Shell :: linux replace string in files recursively 
Shell :: convert p12 to pem 
Shell :: git hard reset to commit id 
Shell :: rust download 
Shell :: debian all services 
Shell :: grep tail 
Shell :: update homestead after yaml change 
Shell :: add description to commit git 
Shell :: flutter doctor android licenses exception in thread main java.lang.noclassdeffounderror 
Shell :: origin branch still showing in vscode though deleted 
Shell :: mdi 5.6.55 
Shell :: bash nohup specify output file 
Shell :: get logstash version 
Shell :: run sudo without password 
Shell :: pip uninstall all from env 
Shell :: bash exit file path 
Shell :: add webhook to all github repos 
Shell :: linux find and delete files by extension 
Shell :: tar extract to path 
Shell :: foreach loop powershell 
Shell :: import sql single table dump in postgres 
Shell :: find signing key certificate 
Shell :: awk skip first line 
Shell :: linux start simple http server 
Shell :: delete node_modules 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =