1

Config/Navi: Add gpg cheats

This commit is contained in:
2025-07-09 15:11:58 +02:00
parent 750fdf6101
commit 902fd69614

View File

@ -178,6 +178,27 @@ $ file: eza -1
# Monitor Nvidia GPUs
watch -d -c -n 0.5 nvidia-smi
; ===========================
; GPG
; ===========================
% gpg
# Generate a new GPG key
gpg --full-generate-key
% gpg
# List GPG keys
gpg <mode> --keyid-format=long
$ mode: echo -e "--list-keys \tList public keys\n--list-secret-keys\tList private keys" --- --column 1
% gpg
# Delete GPG key
gpg --delete-secret-and-public-key <key>
% gpg
# Export public GPG key
gpg --export --armor --output <output> <key>
; ===========================
; CODE
; ===========================