In Search of Updates
2017-03-25
Trying to parse key value log lines in go
›
I want to build a honeytail parser that will take log lines that look like key1=val1 key2=val2 key3=val3... There are a few additional c...
1 comment:
2017-01-19
Working with ulimits and open file descriptors
›
Yet another in the long list of things I always forget how to do between needing to do them... Cheatsheet to working with ulimits and too ...
2016-10-10
Working with the MySQL slow query log on RDS with the AWS Go SDK
›
In order to let you submit RDS logs directly to Honeycomb , I've been exploring how to use the go RDS SDK to tail the mysql slow query ...
2016-04-01
Simulating network delay on OSX
›
As of Mac OSX Yosemite, the tool to manipulate the networking stack changed from ipfw to pf. There are many guides out there on the interne...
2 comments:
2016-03-31
Log all mysql queries
›
For the record, to log all mysql queries (as opposed to the slow query log, which only runs "slow" queries, even when you set the ...
1 comment:
2016-03-23
Copying Playlists from iTunes to Plex Media Server on FreeNAS
›
I've managed to copy one playlist from iTunes to my Plex media server running on FreeNAS. It was an ordeal. For the next time I try, h...
1 comment:
2016-03-17
Sublime Text CLI doesn't work after upgrading to El Capitan
›
I suffered this problem on my new laptop: a staple of opening files in sublime from the command line stopped working: $ subl -n /tmp/foo.sh...
›
Home
View web version