Procedure to create reseller account in Linux server with root access

Procedure to create reseller account in Linux server with root access 1. Login to whm panel using the url>> http://domainname or ip/whm 2. Under Account Functions >> Select create new accounts >> enter the details and create it 3. Under Reseller >>Select Reseller Center >> As shown in the below image select the domain name […]
To finding the hacked website (Gumblar/Martuz)

To finding the hacked website (Gumblar/Martuz) To finding the website is hacked by bad ware scripts or malware running on the server. You can find here http://unmaskparasites.com/ This site should be healthy report…. If the report shows bad-ware running.. You need to clean the site on the server & restore the old backup.. Then send […]
Support Access Number For cpanel

Support Access Number For cpanel How to get the support access number in cPanel From a Shell Run the following command. /usr/local/cpanel/cpanel -S You will get the support access number to raise the ticket in panel.
install ruby on rails

install ruby on rails 1.Download the software. 2. Create an empty database and accompanying user named redmine for example. For MySQL: create database redmine character set utf8; create user ‘redmine’@’localhost’ identified by ‘my_password’; grant all privileges on redmine.* to ‘redmine’@’localhost’; 3. Copy config/database.yml.example to config/database.yml and edit this file in order to configure your database settings for “production” […]
VPS CPanel Is Not Loading — Unable To Connect

VPS CPanel Is Not Loading — Unable To Connect While I try to connect the VPS Through http://IPADDRESS:2086/ or http://IPADDRESS/whm It through unable to connect error message Then I login to these account through Remote Login Then I restart the cPanel Using the following command /etc/init.d/cpanel restart Then the Problem has been resolved