Skip to content

Instantly share code, notes, and snippets.

View hipikat's full-sized avatar
🐶

Ada Wright hipikat

🐶
View GitHub Profile
@hipikat
hipikat / gist:9409651
Created March 7, 2014 11:09
Hipikat's Keybase GitHub-proof Gist
### Keybase proof
I hereby claim:
* I am hipikat on github.
* I am hipikat (https://keybase.io/hipikat) on keybase.
* I have a public key whose fingerprint is 975F 55E2 44F8 84CA 1B8D 55DD 0151 A45C 67B0 66D7
To claim this, I am signing this object:
@hipikat
hipikat / synergy_at_work
Last active August 29, 2015 14:19
Launch a Synergy client or server, over SSH tunnels, on a Mac
#!/bin/bash
#
# This is part of my 'At Work' Automator app.
# Requires a standard Synergy installation.
OFFICE_LOCATION='My Office (Ethernet)'
SERVER_HOSTNAME='my-computer'
SERVER_IP='10.11.12.13'
SERVER_CONF='/Users/hipikat/.synergy_at_work.conf'
CLIENT_PRIVATE_KEY='/Users/hipikat/.ssh/id_rsa'