I write about

    How I configured Jenkins CI server in a Docker container (1 of 2)

    This will be a 3 part article on how, I’ve set up a Jenkins server in a Docker container, with support for Jenkins swarm client - for continuous integration and testing. In this post, I will go through the software installation, on the next post I will detail the set up and the last post will demonstrate the final system. [Read More]

    Reverse sort order of a multicolumn file in BASH

    I wanted to do some code clean up with flake8 and in the midst of it all I wanted to start bottoms up, that way I do not have to re-run flake everytime I make a change as it would eventually messes with the line numbers. Reason for doing all this, is that code that isn’t PEP8 gives me goosebumps, some might say I have OCD on non-PEP8 code [Read More]