Basic Commands Command Description psql [OPTION]… [DBNAME [USERNAME]]psql -h <host> DBNAME USERNAME Start the PostgreSQL […]
How to Launch macOS Mail.app in Debug Mode
From terminal issue the following to launch Mail.app in Debug mode: /Applications/Mail.app/Contents/MacOS/Mail -LogActivityOnPort “25,587” -LogSocketErrors […]
Using OpenSSL to base64 encode/decode
Base64 encoding is a standard method for converting 8-bit binary information into a limited subset […]