HOW TO : Sync git clients across workstations using dropbox
I have recently started using git as a source control for the various scrips that I write. As I also mentioned in this post, I use...
I have recently started using git as a source control for the various scrips that I write. As I also mentioned in this post, I use...
The server has held up pretty well, since the installation of varnish. Based on this wiki post, I added the following to /etc/varnish/default.vcl [code] <pre> #...
Quick how to for finding out the list of processes, including threads spawned by these processes [code] ps -eLf | grep USERNAME [/code] Explanation of the...
For my own notes.. very nice post on perishablepress.com regarding using the different capabilities of mod_rewrite to secure your website (application) http://perishablepress.com/eight-ways-to-blacklist-with-apaches-mod_rewrite/
When I was ~9 years old, my dad bought home a Commodore 64K. It was slow.. it was terrible graphics and it took for ever to...
Apache configuration to redirect traffic to a particular URL based on the pattern in the URL (AKA URI). In this particular example, I want to redirect...