Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

7-Zip

install

# Arch
sudo pacman -S 7zip
# Windows 10
scoop install 7zip
# Ubuntu 22 ARM
sudo pacman -S p7zip-full

command

# Decomporess with password
7z x $1 -p"<password>"
# Compress with volume size is 10m
7z a -v10m <compress_dir>.7z <compress_dir>