OpenVZ Commands Introduction ====================vz -> recommends ext3 file systemPIM -> IP:4643PMC -> mangaing h/w nodePPP -> for managing a single containerAll the above things need a license from parallel==================== Templates ====================OS template -> vzpkg (cache needs to created before creating the container)EZ template -> points to the repository that contains… Continue Reading Open VZ and commands

Some Plesk 1. Getting all the domain account information from Plesk———————————————————————— mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e “select login,password,home from sys_users INNER JOIN accounts on accounts.id=sys_users.account_id;” 2. Get client login details from Plesk.———————————————– mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e “select login,password from clients INNER JOIN accounts on accounts.id=clients.account_id;”… Continue Reading Plesk and MYSQL

LiteSpeed installation in WHM. How to add the liteSpeed module or plugin in the cPanel WHM. cd /usr/srcwget http://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.shchmod 700 lsws_whm_plugin_install.sh./lsws_whm_plugin_install.shrm -f lsws_whm_plugin_install.sh Login to WHM, “LiteSpeed Web Server Plugin for WHM” should show up in WHM “Plugins” section.Now you can then install/manage LiteSpeed Web Server from WHM.

How to install cloudlinuxOS in your shared server. It is easy to switch cPanel server from CentOS 5.x to CloudLinux. The process takes a few minutes and replaces just a handful of RPMs. 1) Get either by getting trial subscription or by purchasing subscription2) Download script: cpanel2cl3) Execute sh cpanel2cl… Continue Reading install cloudlinuxOS in cpanel.

These are the few useful path for ASSP spam filter set in the cPanel. find the email: each time you need to analyze an email problem first check if the problem is on ASSP using commands like this # tail -60000 /usr/local/assp/maillog.txt | grep “email” or# tail -60000 /usr/local/assp/maillog.txt |… Continue Reading ASSP spam filter in cpanel. useful commands.

Hello, Is there any way to decrypt “Cpanel password. I know that the cPanel user is listed in “/etc/passwd” and password is encrypted in the “/etc/shadow”. If some one forgets the password the only option available is to reset the password. Is there any option to view the password without… Continue Reading cPanel password – decrypt it

Hello, In my VPS, PHP info page is not working. Its not showing changes when I do modifications. Please help me to fix the issue.? Solution: 1)Copy /usr/local/cpanel/cgi-sys/php5.cgi to /home/username/ public_html/cgi-bin 2)Add the below given script root [/home/username/public_html/cgi-bin]# vi phpini.cgi#!/bin/shexport PHPRC=/home/username/public_htmlexec /home/username/public_html/cgi-bin/php5.cgi 3)And added a php.ini in the location (/home/username/public_html)… Continue Reading PHP info page is not working

Exim commands 1) To delete mails in the mail queue older than a dayexiqgrep -o 86400 -i | xargs exim -Mrm 2)exim -bp|grep $name Will show the mail in queue for $nameexim -Mvh $MSGID View message headerexim -Mvb $MSGID View message bodyexim -M $MSGID Force delivery of messageexim -v -M… Continue Reading Exim mail server – commands

I am logging onto Cpanel fine but when trying to access RVsitebuilder i receive the following fatel error message. Fatal error: The encoded file /var/cpanel/rvglobalsoft/rvsitebuilder/www/ionctestlicense.php requires a license file.The license file /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder.lic has expired. in Unknown on line 0 I have no idea what this means can anyone help? Or… Continue Reading RVsitebuilder error in cPanel.