Software

Firefox: about:config → general.useragent.override

Command-Line Tools

Git

Vi/Vim

GPG

# get signing key
wget <KEY>

# import key
gpg --import <KEY>

# download file and sig
wget <file>
wget <file.sig>

# verify
gpg --verify <file.sig> <file>

OS Notes

Windows Notes

Linux Notes

ParrotOS

MacOS

Pixel