macOS Cheatsheet

tags: Cheatsheet, macOS Retrieve Bundle ID osascript -e 'id of app "/usr/local/MacGPG2/libexec/pinentry-mac.app"' osascript -e 'id of app "Finder"'

September 14, 2022 · 1 min · Gray King

Cheatsheet

September 13, 2022 · 0 min · Gray King

PostgresQL

September 13, 2022 · 0 min · Gray King

PostgresQL Cheatsheet

tags: PostgresQL, Cheatsheet Create User and Role Docs: Examples of Create Role CREATE ROLE whoami WITH LOGIN PASSWORD 'P@ssw0rd'; Create Database Docs: Examples of Create Database CREATE DATABASE sales OWNER whoami;

September 13, 2022 · 1 min · Gray King

GnuPG Agent Cheatsheet

tags: GPG, GnuPG Agent,Cheatsheet Stop GPG Agent gpg-connect-agent killagent /bye obsolete option “write-env-file” - it has no effect set -gx GPG_TTY (tty) set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent

September 8, 2022 · 1 min · Gray King