linux

How to move your site to a new server

In this guide, we’ll look at moving a MYSQL based website to a new server. For the purpose of this guide, this step-by-step is for a vBulletin based site, but the principles are the same no matter what type of application your site is using (eg Drupal, WordPress, etc). We’ll… Transfer our website files from […]

How to install XCache

XCache is one of the most respected php cachers around, so here’s a little how to guide that I wrote up as a reference for myself a while back. Hope you find it useful… Ssh telnet into your server as root user Grab XCache by typing: cd /usr/local/src wget http://xcache.lighttpd.net/pub/Releases/1.2.2/xcache-1.2.2.tar.gz Wait for package to download