Hostripples Featured

Configure eth1

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

12 years ago

Eclipse Installation

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

12 years ago

Eth0 : Duplex Settings

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

12 years ago

Domain Configuration files in Cpanel server

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…

12 years ago

Disable the ping

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,…

12 years ago

How to install a CRELoaded template

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

12 years ago

PHP+Mysql DB connection script

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

12 years ago

Clamd status failed in WHM

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

12 years ago

LibClamAV Error: Database Directory

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…

12 years ago

Clamav Upgrade error

Following error occurred while upgrading the clamav :- #make ............... ............... ............... cdiff.o(.text+0x1a37): In function `cdiff_apply': ../shared/cdiff.c:984: undefined reference to…

12 years ago