Tag archives: guides

RSS feed of guides

How to Install nginx on Ubuntu 12.10

How to Install nginx on Ubuntu 12.10

Introduction

Nginx is a free, Open Source Web server. It is much more lightweight than Apache and it can be used as the main web server software or be set up as a reverse proxy for Apache.

...

Read More


How to install Memcached on CentOS 6

How to install Memcached on CentOS 6

Memcached is a high performance distributed memory object cache server

How do I install memcached server under CentOS 6 to cache query for my php based apps?

Memcached is a high-performance, distributed memory object caching server, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. You need ...

Read More