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:
| 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 |
I hereby claim:
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' |
| 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 |
| defaults write com.google.Chrome DisablePrintPreview -boolean true |
| /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user |
| sqlite3 ~/Library/Mail/V2/MailData/Envelope\ Index vacuum; |