Monthly Archives: June 2009

Poormans cloudfront with EC2 and varnish

Recently (10-20 minutes ago), amazon couldfront (a cdn) stopped sending dns replies in europe: % dig -t ns cloudfront.net ; DiG 9.4.3-P1 -t ns cloudfront.net ;; global options: printcmd ;; connection timed out; no servers could be reached I was … Continue reading

Posted in Work | Tagged , , , | 1 Comment

Django – sharing a memcached instance

Update: Some Curious User brought to my attention, that a ticket has been opened which, when implemented, will add a setting for a cache prefix. It will also allow other cache key manipulations. Until recently I’ve been using the file:// … Continue reading

Posted in Django, Programming, Python, Work | Tagged , , , | 6 Comments

Keeping ssh connections alive

I’ve got nothing more to say than: mads@workmads ~ % cat .ssh/config ServerAliveInterval 60 Happy ssh’ing.

Posted in Uncategorized | Tagged , , | 1 Comment