Month: August 2011

FIX ssh from whm

If you think your ssh is dead or blocked out in server firewall. Then you can start a stand alone ssh  from whm which will listen on port 22 . htt....

Read More

cPnginx version 5.1 Released

cPnginx version 5.1 Released Hello, The latest version of cpnginx plugin 5.1 is released with the following minor bug fix,  Whm plugin interface i....

Read More

Backup and restore a mysql table using mysqldump

There are two  methods for taking backup of a single table from a database and restore in into another database 1) Method 1 In this method you can....

Read More

Unable to open pty: No such file or directory

This issue comes with openvz nodes. After the creation of VE, we may face an issue like following, # vzctl enter 101 enter into VE 101 failed Unab....

Read More

Red5 Flash media server development: How to install and configure ?

Red5 Flash media server development: How to install and configure ? What is red5 server ? Red5 is an Open Source Flash Server written in Java that....

Read More

csf + lfd firewall configuration in vps (virtuozzo /openvz)

Introduction: In general csf is giving good compatibility with cpanel servers . But in a vps (openvz or Virtuzzo) the csf configuration is somethi....

Read More

How to reset mysql root password ?

1. Stop/ kill the mysqld # service mysql stop #pkill -9 mysqld 2) Start the mysql in safe mode as follows # mysqld --skip-grant-tables --user=root....

Read More