Technical notes, my online memory

Tuesday, April 29, 2008

Windows Portable Executable (PE) File Format

›
Great articles by Matt Pietrek that discuss the PE format in-depth: http://msdn2.microsoft.com/en-us/magazine/cc301805.aspx http://msdn2.mic...

Bash 'for' loop examples

›
I can never remember the syntax for bash for loops: #!/bin/bash for i in $( ls ); do echo item: $i done #!/bin/bash for i in `seq 1 10`;...

PenguinTV broken on Gutsy

›
I have been using PenguinTV to download the radio shows I subscribe to. The interface is OK, except: The multiple download feature is broke...
Monday, April 28, 2008

HOWTO write a firefox plugin

›
I'm in the process of writing my first firefox plugin and have recorded my experiences here. The HOWTOs and links I used were: http://w...
Monday, April 7, 2008

Python memcached

›
Installing the python bindings for the C libmemcached: Patch libmemcache It's been a while since I used patch, so I thought I'd reco...
1 comment:
Sunday, March 30, 2008

Port forwarding to a VMWare NAT-ed OS

›
I had the need to forward ports to a VMWare machine behind a VMWare NAT. VMware has some good instructions on how to do this. For a linux...
Friday, March 28, 2008

Openchange: Open source exchange server

›
I just heard about Openchange , which is a GPL version of MS Exchange server. I think it is awesome people are working on this. Samba, ope...
‹
›
Home
View web version
Powered by Blogger.