Error in exim main log for VPS

13 years ago

Error in exim main log for VPS: ------------------------------------- 2013-04-11 00:38:57 H=localhost ([xx.xx.xx.xx]) [127.0.0.1] Warning: Sender rate 1.0 / 1h 2013-04-11…

Configure eth1

13 years ago

Configure eth1 on the server. if eth1 is not showing up using ifconfig then add folloing entry for eth1 then…

Eclipse Installation

13 years ago

Eclipse Installation For multi-user access, you'll probably want to install this in the system-wide directory: /usr/local so, as root, copy…

Eth0 : Duplex Settings

13 years ago

Using Ethtool we can set it as follows. # ethtool -s eth0 speed 100 duplex full # ethtool -s eth0…

Domain Configuration files in Cpanel server

13 years ago

In following files we can see domains entry on cpanel server /var/cpanel/users/username /scripts/updateuserdomains /var/named/domain.db /etc/named.conf /usr/local/apache/conf/httpd.conf /etc/localdomains /etc/userdomains /etc/trueuserdomains /etc/trueuserowners…

Disable the ping

13 years ago

Add the following line to your init script for the network echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all This disables ping responses. To reenable,…

How to install a CRELoaded template

13 years ago

1. You should have a CRELoaded software installed on your server. CRELoaded is an open source, oscommerce based shopping system…

PHP+Mysql DB connection script

13 years ago

<?php $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_close($link);…

Clamd status failed in WHM

13 years ago

Clamd status failed in WHM >> serverice statsus Solution >> Disable Clamd in service manager and restart all service like…

LibClamAV Error: Database Directory

13 years ago

ERROR: LibClamAV Error: Database Directory: /usr/local/share/clamav not locked Solution: root@hostripples [~]# cd /usr/local/share/clamav/ root@hostripples [/usr/local/share/clamav]# ll total 28 drwxrwxr-x  5…