Skip to content

Instantly share code, notes, and snippets.

View taylorbanks's full-sized avatar

Taylor Banks taylorbanks

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1Q2YTQSG1CSvoWFrt423ubQn5tAuJKDBZ4 https://explorer.blockstack.org/address/1Q2YTQSG1CSvoWFrt423ubQn5tAuJKDBZ4
Verifying that "taylorbanks.id" is my Blockstack ID. https://onename.com/taylorbanks

Keybase proof

I hereby claim:

  • I am taylorbanks on github.
  • I am taylorbanks (https://keybase.io/taylorbanks) on keybase.
  • I have a public key ASDyDb9X9tppH3PxlTESXg_iZcyZNKodBbLFU4lY_mvedgo

To claim this, I am signing this object:

root@OpenWrt:~# cat /etc/config/network
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'ifname' 'eth0.1'
option 'type' 'bridge'
@taylorbanks
taylorbanks / gist:4196062
Created December 3, 2012 16:24 — forked from samsonjs/gist:4076746
Compiling and running mosh on Dreamhost
PREFIX=$HOME
VERSION=1.2.3-ltb
# Install Protocol Buffers
wget http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2
tar -xf protobuf-2.4.1.tar.bz2
cd protobuf-2.4.1
./configure --prefix=$PREFIX
make
make install
@taylorbanks
taylorbanks / disable-chrome-print-preview
Created November 30, 2012 17:32
Disable Chrome Print Preview Dialogue
defaults write com.google.Chrome DisablePrintPreview -boolean true
@taylorbanks
taylorbanks / ml_remove_owduplicates
Created November 14, 2012 14:34
Remove Duplicates in OS X 'Open With' Context Menu
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
@taylorbanks
taylorbanks / ml_vacuum
Created November 14, 2012 14:32
Vacuum Mail on Mountain Lion
sqlite3 ~/Library/Mail/V2/MailData/Envelope\ Index vacuum;