How to optimize and speed up your site

Increasing the speed with which a page loads involves aspects (i) the server configuration and (ii) the web pages (or wordpress) configuration. First, lets look at how we can speed up the time that it takes for the server to respond. (i) Using nginx instead of apache: My personal experience has been that nginx responds

Read More

Why keyword stuffing should be avoided

In trying to understand how google ranks a page in its search results, I learnt that keywords were important. Google determines the relevance of a page based on the density of the keywords and ranks it accordingly. So, a page which has more occurrences of ‘Nikon D2’ will be deemed to be a page on

Read More

Secure & Harden Centos VPS Server (Install APF Firewall)

Install APF (Advanced Firewall Policy) APF also works with iptables so you must make sure iptables is installed You can check the status of iptables with the command service iptables status and install it with the command yum install iptables* -y Now you can download & install APF wget http://www.rfxn.com/downloads/apf-current.tar.gztar -zxf apf-current.tar.gzcd apf-9*./install.sh Open the

Read More

WordPress VPS FTP Connection Problem

When you try to install or upgrade a plugin in WordPress, you will see this message Connection InformationTo perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host. If you enter your default root

Read More

Yum thread.error: can’t start new thread

When you do a yum update, you will periodically encounter this error Yum thread.error: can’t start new thread This error is caused by a bug in the fastestmirror plugin in Yum. To resolve this error, there are two solutions that you can try: (A) Solution I (i) Stop the mysql server with the command: /etc/init.d/mysqld

Read More

Difference Between VePortal & SolusVM

You need a control panel to manage your VPS and to perform functions like installing the OS, rebooting it, checking CPU & RAM usage etc. Some hosts like Burst.net & VolumeDrive offer VePortal while others like Virpus, MiniVPS & SemoWeb offer Solus VM. Lets’ take a look at the difference between the two: As one

Read More