GPG - encryption for the masses
Some handy usage information on how to use Gnu Privacy Guard (GPG) - an open source implementation of PGP: gpg --gen-key gpg --output revoke.asc --gen-revoke toms_key gpg --list-keys gpg --output publ...
Thoughts on technology, infrastructure, and AI
Viewing posts tagged programming Clear filter
Some handy usage information on how to use Gnu Privacy Guard (GPG) - an open source implementation of PGP: gpg --gen-key gpg --output revoke.asc --gen-revoke toms_key gpg --list-keys gpg --output publ...
I finally had a chance to sit down and learn the syntax of creating mysql users and assigning specific permissions. This allows me to have different users for different web services - eg. cron jobs, w...