Technical notes, my online memory
Monday, January 24, 2011
HOWTO add a directory to your python path
›
You can add to your python path like this: import sys sys.path.append("/home/me/mypy")
The (python) way of the future: pip and virtualenv
›
I recently discovered the magic of pip and virtualenv. Pip is shaping up as a serious contender for replacement of distutils and easy_inst...
Syntax highlighting code in Blogger
›
Posting code in Blogger by default results in something that is inexcusably ugly. How can you make code posted in blogger look pretty? For...
Wednesday, January 19, 2011
List of DNS Providers
›
Just came across a list of DNS providers I made a while ago, and thought I'd post it here. They all seem to still be in business. The ...
GPG HOWTO
›
Here is a good, quick intro to using GPG , including generating and publishing keys, encrypting and signing.
Tuesday, January 18, 2011
The Google Apps administrator control panel
›
The Google Apps administrator control panel for "your_domain.com" can be found at the fairly un-intuitive address: https://www.g...
Wednesday, January 12, 2011
Linux boot process digram
›
Finally got around to converting my RHCE notes on the linux boot process into a diagram.
‹
›
Home
View web version