Technical notes, my online memory
Thursday, July 30, 2015
Docker cheat sheet
›
Intended as a living document, just some basics for now. Build from the Dockerfile in the current directory and tag the image as "dem...
Docker vs. Vagrant
›
Docker and Vagrant are somewhat similar technologies, so what are their relative strengths and weaknesses and when should you choose one ove...
Changing the IP address of the docker0 interface on Ubuntu
›
Docker picks an address range for the docker0 range that it thinks is unused. Sometimes it makes a bad choice. The docs tell you that this c...
Friday, May 1, 2015
Measure windows cmd.exe command execution time
›
The *nix command 'time' is very useful for timing how long commands take. To do the same with the windows command line you have two...
Thursday, April 30, 2015
Installing a windows MSI on the commandline, detecting MSI parameters (aka properties)
›
Installing a MSI is fairly straightforward. Here's an example of installing python without any gui prompting to a designated directory....
Tuesday, April 28, 2015
Using tox to test code under multiple python versions
›
Tox is a great project that makes testing against different python versions simple, standing on the shoulders of pip and virtualenv. For o...
Thursday, April 23, 2015
Python requirements.txt: including other files, and installing specific git commits
›
Some notes on the lesser-known aspects of requirements.txt files. Recursively including other requirements files You can recursively inc...
‹
›
Home
View web version