Project Uptime : Progress Report 7 : Putting the finishing touches
We finally come to one of the last posts of Project Uptime. Now that all the components have been setup, I finally copied the wordpress directory...
We finally come to one of the last posts of Project Uptime. Now that all the components have been setup, I finally copied the wordpress directory...
Most of us worry about paging to disk (swap), but if you are running a transaction intensive application the paging that happens in RAM also starts...
This is on RHEL and CentOS distros. If you want to install packages without checking the GPG key (hope you know why you are doing this!!),...
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...
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/