HOW TO : Configure Cache Expiration in Apache
Cache servers depend on cache control headers provided by the web server. Essentially, the web server (based on the configuration) specify’s what content is cache-able and for how...
Cache servers depend on cache control headers provided by the web server. Essentially, the web server (based on the configuration) specify’s what content is cache-able and for how...
I attended a webinar hosted by Deepak Singh from Amazon’s Web Service group on analytics in the cloud. He made a very compelling case for utilizing...
LinkedIn (professional networking site) is providing a way to map your networks to see where you have your strongest connections. Here is a map of my...
This HOW TO is more for my notes. We had a request at work, where we had to parse some log files and create a graph...
Two pictures of my nephew one year apart. Now, I feel old 🙂
Quick way to figure out, which ports a particular program is using in linux [bash] netstat -plan | grep -i PROGRAM_NAME [/bash] Example : Check which...