Monthly Archives: September 2015

Show hidden files in Atom sidebar

By default, the Atom editor hides files in its sidebar that match your VCS ignore file. This can be frustrating, as a hidden file isn’t necessarily one you don’t care about – for example, the node_modules folder will typically be excluded from a Node.js application, but you may wish to jump in and examine a module, do some […]

Posted in Tips | Tagged | 22 Responses

Make Docker play nicely with UFW

I’ve been spending a lot of time working with Docker over the last year, primarily in Ubuntu environments. So long in fact, that I seem to have forgotten this blog exists 🙂 Something it took me a while to figure out was how to stop Docker from bypassing UFW and exposing mapped ports to the […]

Posted in Fixes | Tagged , , | 14 Responses