Skip to content

Instantly share code, notes, and snippets.

View paulsturgess's full-sized avatar

Paul Sturgess paulsturgess

View GitHub Profile
@paulsturgess
paulsturgess / sublime_text.js
Last active December 15, 2015 04:59 — forked from twosixcode/gist:1988097
Make smart paste the default in Sublime Text 2. Put this in: Preferences > Key Bindings - User
// swap the keybindings for paste and paste_and_indent
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
cd /etc/ssl
openssl req -nodes -newkey rsa:2048 -keyout domain.key -out domain.csr
Generating a 2048 bit RSA private key
.................................................................................+++
........................+++
writing new private key to 'domain.key'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
@paulsturgess
paulsturgess / pg.sh
Last active December 16, 2015 11:39 — forked from cjolly/pg.sh
pg_ctl -D /usr/local/var/postgres stop -s -m fast
launchctl unload -w ~/Library/LaunchAgents/org.postgresql.postgres.plist
rm ~/Library/LaunchAgents/org.postgresql.postgres.plist
mv /usr/local/var/postgres/ /usr/local/var/postgres-9.0.4/
brew update
brew upgrade postgresql
cp /usr/local/Cellar/postgresql/9.1.3/homebrew.mxcl.postgresql.plist ~/Library/LaunchAgents/