Tip: Extracting files from Linux packages .deb and .rpm

March 31, 2012 at 07:55 AM | categories: Tips, Linux | View Comments
dpkg-deb -x {deb-package name} {target directory} rpm2cpio | cpio -id ...

Generating Cryptography Keys in Python

March 27, 2012 at 09:18 AM | categories: Python, SSL, Howto | View Comments
PyOpenSSL may seem like the obvious option when working with cryptography keys in Python but i have found it to have some short coming such as the inability to save both the public and private key in a key pair....

Links of the Day

March 26, 2012 at 06:48 PM | categories: Python, Links | View Comments
I have been working on lots of LDAP integration using Python / Perl of recent, here are some links i found useful. Python ldap applications: binding to an ldap directory Python ldap applications: ldap opearations Python ldap applications:...

From Dokuwiki to Blogofile

March 21, 2012 at 08:33 AM | categories: Python, Markdown | View Comments
As you have noticed this site has a new look and feel, I decided to go back to basics, using simple text markup with no backend systems to manage and maintain. Given my new found love for Python am...