Skip to content

Instantly share code, notes, and snippets.

@jshafton
jshafton / keybase.md
Last active February 20, 2018 23:55
keybase.md

Keybase proof

I hereby claim:

  • I am jshafton on github.
  • I am jshafton (https://keybase.io/jshafton) on keybase.
  • I have a public key ASB4ZvYq9WMqDRBCLxBNwnW--IYxcrmeNx6R7J0ab0bK2wo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jshafton on github.
  • I am jshafton (https://keybase.io/jshafton) on keybase.
  • I have a public key ASAI5UP53NXtJ30o2vIZsp0nvo7bX-Z0bxWqye7na-vmTAo

To claim this, I am signing this object:

@jshafton
jshafton / upgrade_script_client.sh
Last active January 2, 2016 15:39
Ubuntu 12.04 - upgrading Postgres 9.2 / PostGIS 2.0 to Postgres 9.3 / PostGIS 2.1
# Add the repo for PG 9.3
wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c "echo 'deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main' > /etc/apt/sources.list.d/pgdg.list"
sudo apt-get update -y
# Install the client libs
sudo apt-get install postgresql-client-9.3 -y