Technical notes, my online memory

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...
Thursday, May 12, 2016

Python check compilation flags: CFLAGS

›
Here's a handy command to print the CFLAGS that python was compiled with: $ python-config --cflags -I/usr/local/Library/Taps/homebrew/h...
Wednesday, May 11, 2016

pip and distutils setup.py cheatsheet

›
Download source for version 2.1: pip download somepackage==2.1 Make a source distribution and stick it in another directory: python s...
Friday, May 6, 2016

Building a debian package for PPA distribution

›
Before you start packaging for PPA you should know two things: Packages must be built from source only. PPAs do not accept built .debs. On...
‹
›
Home
View web version
Powered by Blogger.