How to Make Phone Numbers Clickable for Smartphones in WordPress
The number of users browsing websites from their phones is increasing every day. A lot of businesses put their phone numbers on their website, but it is not clickable. Recently, one of our readers who...
View ArticleHow to Fix WordPress Login Page Refreshing and Redirecting Issue
Every now and again, we get an email from our users saying they were unable to login to their WordPress admin area. Login issues can be caused by various different errors such as error establishing...
View ArticleHow to Fix the WordPress White Screen of Death
If you have been using WordPress for a few years, then you have encountered the white screen of death at least once. The WordPress white screen of death is one of those extremely annoying problems...
View ArticleHow to Deactivate All Plugins When Not Able to Access WP-Admin
Often times during troubleshooting, many sites will recommend deactivate all plugins and activate them one by one. What’s worst is sometimes you get locked out of your WordPress admin panel, so you...
View ArticleHow To Fix WordPress Memory Exhausted Error – Increase PHP Memory
We have transferred numerous client websites, and sometimes a WordPress Memory Exhausted error shows up when activating a new plugin or doing some other task. Usually the error looks like this: 1...
View ArticleHow to Install Minecraft Server on CentOS VPS
Virtual servers are the ideal hosts for minecraft servers. Setting up a Minecraft server is simple, but there are a few requirements you must double-check: + Xen-based VPS. Due to differences in how...
View ArticleHow to Fix the Error Establishing a Database Connection in WordPress
If you have been surfing the web for a while, you have at least seen this error a few times. Error Establishing a Database Connection is one of those curses that could be caused by many reasons. As a...
View ArticleHow to Create/Restore Backup In Kloxo
Backup/Restore is a core part of Kloxo. You can take backup of your entire hosting and you can trivially restore it exactly on another server. In a cluster setup, you can take backup in one cluster...
View ArticleInstall IonCube Loader Using The Atomic Yum Repository On CentOS Linux
The other day I needed to install ionCube Loader for encrypted PHP code to run on a CentOS Linux server but was initially unable to find a repository that included the php-ioncube-loader RPM package....
View ArticleDomainKey And DKIM Working Simultaneously In Kloxo
I have DomainKey and DKIM working simultaneously. Here’s what you need to do 1. Install Mail::DKIM perl module yum install perl-Mail-DKIM 2. Install libdomainkeys wget...
View ArticleSetting Up A Linux Streaming Server
Linux, streaming server Linux, allows you to stream video, audio or other media on your website. If you don’t use an open source streaming server or a Darwin streaming server Linux your website will...
View ArticleHow to Configure Nginx as a Front End Proxy for Apache On Ubuntu
Both nginx and apache are powerful and effective servers. Apache currently reigns as the #1 server for websites and since its public release in 2006, nginx has taken the world by storm and is now the...
View ArticleAre you under a DoS or DDoS attack ? How to find out ?
Your server appearing pretty slow could be many things from wrong configs, scripts and dodgy hardware – but sometimes it could be because someone is flooding your server with traffic known as DoS (...
View ArticleSolusVM Security Alert – CRITICAL
This is an email I just received from SolusLabs. PLEASE READ THIS INFORMATION CAREFULLY. THIS INFORMATION IS RELEVANT TO ALL VERSION OF SOLUSVM, INCLUDING BETA VERSIONS. In the last few hours a...
View ArticleImportant Security Alert – SolusVM WHMCS Module
We have been made aware of an exploit in the SolusVM WHMCS module. We thought we’d inform you as SolusVM are not able to email you directly. Please find the following information on their blog and take...
View ArticleInstalling Ruby on Rails on Ubuntu 12.04 LTS with RVM
Step One— Install Ruby with RVM Before we do anything else, we should run a quick update to make sure that all of the packages we download to our VPS are up to date: sudo apt-get update Once that’s...
View ArticleHow to Create a New User and Grant Permissions in MySQL
About MySQL MySQL is an open source database management software that helps users store, organize, and later retrieve data. It has a variety of options to grant specific users nuanced permissions...
View ArticleHow to Install Git on Ubuntu 12.04
About Git Git is a distributed version control system released to the public in 2005. The program allows for non-linear development of projects, and can handle large amounts of data effectively by...
View ArticleMySQL Restart Failed : The Server Quit Without Updating PID File
You may face this error while restarting MySQL. Below are some fix for the same. [root@server:~ ] $ service mysqld start Starting MySQL... ERROR! The server quit without updating PID file This error...
View ArticleHow to fix the missing Databases in cPanel
In this case you may find the databases under /var/lib/mysql directory via shell, but missing in cPanel interface. You may use the following script to fix this. /scripts/update_db_cache...
View Article