Archive for January, 2009

How to install mod_gzip on a Linux server

Posted on 27. Jan, 2009 by .

TweetThis 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 [...]

Continue Reading

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

Posted on 26. Jan, 2009 by .

TweetOk, 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

Continue Reading