Converted to Octopress

For those who actually visit my blog on a regular basis, you’ll have noticed that there have been alot of changes over the last couple of months. For some time now I’ve been unhappy with my blogging platform, which up until recently had been Graffiti a platform formerly by Telligent. Graffiti started out with amazing promise, and then … nothing. It was never updated, and eventually was made open source, but without a primary contributor it just died.

Command Line FTW!

TL;DR Summary : BASH command line to extract the most often repeated line of text from a log file: cat filename.log | sort | uniq -c | sort -nr

Edition Wars