Posts
Detect if JS is running under Node
Published 2 July 2014 in archive with tags node , snippet , javascript Here is a snippet for how to detect if JavaScript is running under Node: Continue reading …Scale a Dockerfile app in Deis
Published 1 July 2014 in archive with tags deis , procfile , dockerfile Deis allows you to run apps in two different ways: using a Procfile, and using a Dockerfile. When using a Procfile, you define what type of processes you'll be running, such as: Continue reading …RDP via OpenSSH
Published 27 June 2014 in archive with tags ssh , rdp I wrote about connecting to RDP over SSH, but that relied upon PuTTY. As I'm now using OSX, I have access to OpenSSH. This makes things easier. Continue reading …Install Docker on OSX
Published 23 June 2014 in archive with tags vagrant , docker , homebrew , boot2docker To install Docker on OSX, you're going to need to install a few prerequisites. Continue reading …Install Vagrant on OSX
Published 23 June 2014 in archive with tags homebrew , osx , vagrant We're going to installVagrant
on OSX using Homebrew.
Continue reading …