pass
Create a gpg key
gpg --gen-key
gpg --list-keys
Export gpg to gpg2
gpg2 --export-secret-keys > keyfile
gpg2 --import keyfile
gpg2 --edit-key D3B0B515 trust & save
Setting it up
pass init "ZX2C4 Password Storage Key"
pass git init : git repo for entries
Usage
pass : show all entries
pass Email/zx2c4.com : show password of entry
pass -c Email/zx2c4.com : don't show and copy to clipboard
pass insert Business/cheese-whiz-factory : insert new entry
pass edit Business/cheese-whiz-factory : edit entry
pass rm Business/cheese-whiz-factory : remove entry
pass generate Email/jasondonenfeld.com 15 : generate password
Export & Import
export_import
Change password of key
gpg2 --list-keys
gpg2 --edit-key 77316AB19A2366268B1CBE7FD5DF8174ED02B7CE
Saturday, 31 May 2025
pass
TermRecord
TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output! TermRecord -o /tmp/session.html
-
7z : Compression utility aa : a simple utility to help create backups ab : Apache HTTP server benchmarking tool aespipe : AES encrypti...
-
grub-mkconfig - generate a GRUB configuration file grub-mkconfig -o /boot/grub/grub.cfg
-
# To sort directories/files by size: du -sk *| sort -rn # To show cumulative human-readable size: du -sh # To show cumulative human-readabl...