Tuesday, June 29, 2010

How to check server speed

You can check the server speed by using the following command

mii-tool

cant send email due to csf

solutions:

change the following settings in /etc/csf/csf.conf

=======
SMTP_BLOCK = "0"
SMTP_ALLOWLOCAL = "0"
======

PS: smtp block should be 1
allow local should be 1
else someone may use our server to relay

Also we can solve this problem by enabling smtp tweak via whm

Wednesday, July 15, 2009

click be installation

mkdir -p /var/netenberg/click_be/installer/
cd /var/netenberg/click_be/
wget http://www.netenberg.com/files/click_be/free/click_be_installer.bz2
tar -xjpf click_be_installer.bz2
cd /var/netenberg/click_be/installer/
php click_be.php status
php click_be.php install

rvskin installation

mkdir /root/rvadmin
cd /root/rvadmin
wget http://member.rvskin.com/auto_rvskin.tgz; tar -xvzf auto_rvskin.tgz perl auto_rvskin.pl

Thursday, July 9, 2009

Fantastico problems

Fantastico is not installed at the default location
/usr/local/cpanel/3rdparty/fantastico. Either move the
Fantastico directory from it's current location to
/usr/local/cpanel/3rdparty/fantastico OR enable
ioncube loaders in WHM -> Tweak settings.

To print a-z

for i in {a..z} ; do echo $i;done;

Unable to upload files via cpanel file manager

solution:

go to whm>manage plugins> install clamav

this will fix the issue