How 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  /usr/local/cpanel/bin/setupdbmap Now...

Read More

MySQL 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...

Read More

How 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...

Read More

How 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...

Read More

Installing 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...

Read More

Important 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...

Read More

SolusVM 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...

Read More

Are 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...

Read More

How 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...

Read More

Setting 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...

Read More