Technical notes, my online memory
Thursday, July 14, 2016
Running modern python on Ubuntu LTS
›
The python version on your Ubunutu LTS may be slightly behind latest, or years behind, depending on the release cycle. Here's how to run...
Tuesday, July 12, 2016
Run a different command on an existing docker container using exec
›
To run a previously created container with bash, start it as normal and then use exec (this assumes your original container can actually run...
Thursday, July 7, 2016
Creating a Google Cloud service account that can only create new objects in a single bucket
›
I wanted a service account that can only create new objects in a single bucket, and have those objects be publicly readable by default. Use ...
Tuesday, June 7, 2016
Make test pypi the default pip installer
›
It's possible to make the testpypi index the default for pip, but still retrieve any dependencies not on testpypi from the production re...
Sunday, May 22, 2016
Lowe's OC821 Iris Outdoor Video Camera
›
Some quick links to help others find information about using the Lowe's OC821 outdoor video camera without paying for the overpriced Low...
Wednesday, May 18, 2016
Bash default value environment variable that can be overridden
›
Often in bash scripts I want to have a constant that is overridable. It's something I expect people to want to change but isn't wort...
Friday, May 13, 2016
launchd ThrottleInterval
›
Apple's documentation of the launchd options leave a lot to be desired. It leaves out important details and is fairly ambiguous about l...
‹
›
Home
View web version