Digital Ocean VPS vs. RamNode VPS

  If you are looking for an unmanaged VPS, then Digital Ocean and RamNode are both worthy contenders. Both offer SSD hard drives that are supposed to be faster than the conventional hard drives. Both are reputed to own their own hardware and co-locate with well known datacenters. The pricing of both is very reasonable.

Read More

How To Set Reverse DNS for VPS IP Addresses

I am using PHPList to send emails to my subscribers. When you use PHPList (or any other self-hosted email programme) a large number of mails are either rejected outright or delivered to the Spam/ Junk folder of the recipient. Three things are essential to avoid emails being rejected by the receiving or being treated as

Read More

How To Track Visitors Coming To Your Site

When visitors come to your site, you want to know (i) what search term or link they came from; (ii) which Country they came from; (iii) did they browse any other pages, (iv) how long did they stay on the site. This information is very valuable. If people are repeatedly coming to your site in

Read More

WordPress Nginx Cache Plugin

If you are running WordPress on apache, you have no problem because all the well-known cache plugins like Quick Cache, WP Super Cache & W3 Total Cache work very well. However, if you are running WordPress on nginx, then you have a problem because with the different rewrite rules that Nginx has, the cache plugins

Read More

Could Not Create Directory: WordPress Plugin/ Upgrade FTP Problem

We have seen that to be able to upload plugins to your wordpress, you need to install a ftp programme like vsftpd. When you feed in the ftp information, you will run into this problem: Downloading install package from http://downloads.wordpress.org/plugin/twitter-mentions-as-comments.1.5.2.zip…Unpacking the package…Could not create directory. /var/www/wp-content/upgrade/twitter-mentions-as-comments.tmpReturn to Plugin Installer I solved the problem this way:

Read More

SSH Commands To Check The VPS Performance

Here are some common SSH commands done through putty to check the performance of the VPS Checking the processor used for the VPS [abc@vps2 ~]$ cat /proc/cpuinfoprocessor : 0vendor_id : GenuineIntelcpu family : 6model : 44model name : Intel(R) Core(TM) i7 CPU 970 @ 3.20GHzstepping : 2cpu MHz : 3200.539cache size : 12288 KB To

Read More

Quick Cache & Nginx

Quick Cache is one of my favourite WordPress cache plugins because it works very well without requiring any configuration and delivers a noticeable quickness with which the web pages are delivered. You can check whether Quick Cache is working by seeing the “source” of the page. At the bottom, you will see This Quick Cache

Read More

How To Create Back-Up Of VPS Server

In creating a back-up of a VPS server, there are three things you must take care of: (i) All the files must be backed up; (ii) The MySql database should be backed up; (iii) A copy of the data base should be either downloaded onto your computer and/or transferred to another VPS so that if

Read More