Month: November 2013

Install VNC Server On Ubuntu

The following simple guide help you to setup the VNC server on Ubuntu machines, VNC helps to share the desktop with the other machines which has a client installed. VNC...

Read More

How To Install Squid Proxy on CentOS 6

Step 1 – Spin up a CentOS 6.3 x64 droplet Step 2 – Install Squid yum -y install squid chkconfig squid on Step 3 – Setup Access Restrictions Since this...

Read More

Using More Than Two IPs (bind) In Lighttpd For Virtual Hosting

Virtual hosting is nothing but the provision of Web server hosting services so that a company (or individual) doesn’t have to purchase and maintain its own Web server and connections...

Read More

How To Install VNC Server On CentOS

VNC (Virtual Network Computing ) is a graphical desktop sharing system that uses the Remote Frame Buffer protocol to remotely control another coumputer on a network. To run the VNC Server...

Read More

Install GeoIP Module For Country/City Level Geo Targeting (NGINX)

Install MaxMind C API Type the following commands to install MaxMind C API: # cd /tmp # wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz # tar -zxvf GeoIP.tar.gz # cd GeoIP-1.4.6 # yum install zlib-devel # ./configure...

Read More

Apache Address already in use: make_sock: could not bind to port 80 or 443

First make sure port 80/443 is not used by any other service or application with netstat command: # netstat -tulpn| grep :80 If port 80 is bind to httpd, kill...

Read More

Install, Configure & Optimise PHP5 with PHP5-FPM

PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. Source : PHP-FPM Website PHP-FPM is far better...

Read More