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...
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...
Inspired from this blog post by Vaidas Jablonskis. This tip has been tested on Redhat and Centos distributions. If you ever wanted to log all the...
A very timely post on Hacker News by Ewan Leith about configuring a low end server to take ~11million hits/per month gave me some more ideas...
I had to convert a scanned PDF file into an editable document recently. You can do this using OCR and there is a ton of software...
If you run into a situation, where you need to search through a bunch of files and print the names of the files that don’t contain...
Quick one liner for capturing traffic destined to and arriving from a host (IP address) using tcpdump and writing it to a file for analyzing later...