Initial commit
July 6, 2015
In the pursuit of an ad-free blog I stumbled upon Github pages. Another stellar offering from Github I thought. After a brief jaunt on Jekyll Themes I found the cleanest, most minimalist theme I could - Cactus.
I see this blog as a good platform to give answers to some of the problems that, when googled, lead to a stack overflow posted years ago with no answers. Either that or things that I found interesting for one reason or another.
Token code highlighting test:
# print listening tcp ports
# Linux
netstat -plnt
ss -plnt
# OS X (does this work on FreeBSD?)
lsof -nP | grep LISTEN