Vinay Kudithipudi
  • Home
  • About
  • Lab

Project Uptime : Progress Report 6 : Tweaking Varnish

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> #...

14 Apr 2012

HOW TO : Check number of processes (including threads) being run/executed by a user in Linux

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...

11 Apr 2012

Using Apache mod_rewrite for enhancing your application security

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/

11 Apr 2012

Thank you Mr.Tramiel, for introducing me to the world of computers..

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...

10 Apr 2012

HOW TO : Redirect web traffic based on URL patterns in Apache

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...

09 Apr 2012

The race is on..

Instead of posting individual posts every day to track my progress (or lack of) in the 60 day challenge, I created this page (https://kudithipudi.org/2012-60-day-resolution/) for the...

07 Apr 2012
  • Sign up
Vinay Kudithipudi © 2026. Powered by Ghost