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