Skip to content

Instantly share code, notes, and snippets.

View bradkrane's full-sized avatar

Brad Krane bradkrane

  • Waterloo, Ontario
View GitHub Profile
@bradkrane
bradkrane / make-devenv.sh
Created November 6, 2019 12:36
Quick DevEnv Debian 9.8 CAC-Deploy
#Roll then connect to VM
passwd # always change root
apt update
apt install aptitude
aptitude # install security updates
apt install fail2ban firehol unattended-upgrades apt-listchanges sudo
apt install postgres ruby git emacs
adduser brad
@bradkrane
bradkrane / pgsql-cmd-line.md
Last active October 2, 2020 17:03
Setup psql 12.0 on Windows 10 - No password localhost windows users

Setup psql 12.0 on Windows 10

  • No password localhost windows users
  • Usefull for on the command line: type <some_file>.psql | psql
  • Windows Binary 12.X as of writing https://www.postgresql.org/download/
  • Remember the postgress password for the step when opening pgAdmin later

Default install path: C:\Program Files\PostgreSQL\12\

Add pgsql path to command line

#hostname:port:database:username:password
localhost:5432:postgres:postgres:01234567989
@bradkrane
bradkrane / 12\data\pg_hba.conf
Last active October 30, 2019 19:24
PSQL no Auth Local Users
# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Refer to the "Client Authentication" section in the PostgreSQL
# documentation for a complete description of this file. A short
# synopsis follows.
#
# This file controls: which hosts are allowed to connect, how clients
# are authenticated, which PostgreSQL user names they can use, which
# databases they can access. Records take one of these forms:
@bradkrane
bradkrane / country-code-to-currency-code-mapping.csv
Created February 24, 2019 23:13 — forked from borismacias/country-code-to-currency-code-mapping.csv
Country, Country Code, Currency code mapping in CSV format Taken from https://gist.github.com/304261 Contains 249 countries.
Country CountryCode Currency Code
New Zealand NZ New Zealand Dollars NZD
Cook Islands CK New Zealand Dollars NZD
Niue NU New Zealand Dollars NZD
Pitcairn PN New Zealand Dollars NZD
Tokelau TK New Zealand Dollars NZD
Australian AU Australian Dollars AUD
Christmas Island CX Australian Dollars AUD
Cocos (Keeling) Islands CC Australian Dollars AUD
Heard and Mc Donald Islands HM Australian Dollars AUD