Archive for January, 2009

How to install mod_gzip on a Linux server

This guide will show you how to install mod_gzip on your Linux server

mod_gzip – what’s that, anyway?

mod_gzip – serving compressed content by the Apache webserver
mod_gzip is an external extension module for the WWW’s most popular web server Apache, created in autumn, 2000.
Its implementation allows for using the compression method gzip for a significant reduction of the volume of web page content served over the HTTP protocol.

More >

Moving large files from one linux server to your new linux server

Ok, so you like to move your 3 gig backup from your old server to your new server, but the the good old wget command is not doing the trick?

There is an easy way around with the scp command

More >