Hostripples Featured

How insecure is SNMP protocol

SNMP itself does not define which information (which variables) a managed system should offer. Rather, SNMP uses an extensible design,…

13 years ago

To display the default Apache page how do I set the primary IP address for my cPanel environment !!!

To display the default Apache page how do I set the primary IP address for my cPanel environment .Log into…

13 years ago

How to configure cPanel !!!

Open a web browser and connect to your cPanel Control Panel located at https://ip address:2087.Login as the Administrator using the…

13 years ago

How to install BIND .

[Root @ example ~] # yum -y install BIND BIND-utilsIt is set assuming that the global address [192.16.0.80/29], private address…

13 years ago

Script to kill Roundcube stuck process !!

Create the new file roundcube.sh and insert the following code. #!/bin/sh for ROUNDCUBE in `ps aux | grep roundcube |…

13 years ago

Script to kill Roundcube stuck process !!

Create the new file roundcube.sh and insert the following code.#!/bin/shfor ROUNDCUBE in `ps aux | grep roundcube | awk -F…

13 years ago

How to use cgi script to check the Server uptime .

The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads#!/bin/bash echo Content-type: text/plainecho echo $(hostname)echo “=>”echo…

13 years ago

How to use cgi script to check the Server uptime .

The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo…

13 years ago

Add SPF and Domainkeys in cPanel

If you have a cPanel based server, adding an SPF record or domain keys entries for domains are so much…

13 years ago

Database size doesn’t get updated in cPanel.

If the database inside the cPanel shows 0 mb, it is because the database cache file of the user is…

13 years ago