Enabling gzip compression if mod_deflate is not enabled
Enabling gzip support on server without using mod_deflate or mod_gzip Apache module. The technique uses PHP with Gzip support for compressing the files.
Enabling gzip support on server without using mod_deflate or mod_gzip Apache module. The technique uses PHP with Gzip support for compressing the files.
Nexus One, the Google Phone, has been officially released.
Google’s new mobile phone “Nexus One” powered by Android is to be released tomorrow.
Anyone who has worked with Linux must be familar with the wget utility. wget utility allows you to download files from a remote server using HTTP, HTTPS and FTP protocols. Downloading files using wget is as simple as wget http://www.joycebabu.com/my-photo.jpg Where http://www.joycebabu.com/my-photo.jpg is the file to be downloaded. By default wget saves the file with [...]
How to copy multiple files using the Secure Copy (scp) utility.
Sometimes you might want to view MySQL queries as and when they are being executed. This is possible with the MySQL General Query Log. In this post, I try to explain how to use query logging feature to view live running MySQL queries.
Every webmaster wants their websites to have 100% uptime. But the truth is that not even Google is able to ensure that. So the next best thing we can hope for is to be informed whenever a website goes down, so that the necessary actions can be initiated to bring it back online. Unfortunately, it [...]