by GerardJP | Mar 20, 2011 | Tech
Update: since there’s been a change in pylib’s netexec that breaks nexec.py I’ve updated the script. Click here to download the newest version! I Developed this commandline tool to make it easier to maintain stuff on a groing amount of servers. nexec...
by GerardJP | Dec 25, 2010 | Nostalgia
Enige tijd geleden gepost op LinkedIn. Bij wijze van kerstgedachte, als in “tijd van bezinning”, hierbij ook op het blog. — Het valt me op dat de status updates op linkedIn steeds vaker gebruikt worden voor berichtgeving als “ik ben vanavond...
by GerardJP | Nov 2, 2010 | Tech
A simple python function to downsize an image and calculate the new dimensions while keeping aspect ratio. I needed this functionality for a web application. There are some variations found on the net from which I constructed this simple but effective python function...
by GerardJP | Sep 28, 2010 | Tech
I recently wrote a a script that monitors file/dir changes, acts on a change and notifies me via notify-osd or email. While writing this I came to the conclusion that a simple thing as sending an email easily kicks up to at least 10 lines of code and some settings. So...
by GerardJP | Jun 7, 2010 | Tech
I’ve been looking into this because I did not want to spend more money on extra IP addresses for SSL connects. But I do have several websites I want to access encrypted (that is .. not over plain HTTP). There definitely are some articles (and forum threads) out...