< Browse > Home / Archive: January 2010

| Mobile | RSS

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.

[ More ] January 6th, 2010 | 4 Comments | Posted in Programming, Web Development |

Apple to fight Google back?

Apple buys Mobile Ad company Quattro.

[ More ] January 6th, 2010 | No Comments | Posted in News |

Nexus One released. Not available in India

Nexus One, the Google Phone, has been officially released.

[ More ] January 6th, 2010 | 1 Comment | Posted in News |

Nexus one to be launched tomorrow

Google’s new mobile phone “Nexus One” powered by Android is to be released tomorrow.

[ More ] January 4th, 2010 | No Comments | Posted in News |

Saving wget file with different filename

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 the same name [...]

[ More ] January 4th, 2010 | No Comments | Posted in Linux / Unix |

Copying multiple files simultaneously using scp utility

How to copy multiple files using the Secure Copy (scp) utility.

[ More ] January 1st, 2010 | No Comments | Posted in Linux / Unix |