How to install maldet in linux server !

Maldet also known as Linux Malware Detect virus scanner for Linux. Go to the below path:     cd /usr/local/src/ Download the tar file using the below link:     wget http://www.rfxn.com/downloads/maldetect-current.tar.gz Extract the file using the below command:     tar -xzf maldetect-current.tar.gz go to the maldet folder:     cd maldetect-* Now, run the below command to install maldet:     sh ./install.sh […]

» Read more

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, where the available information is defined by management information bases (MIBs). MIBs describe the structure of the management data of a device subsystem; they use a hierarchical namespace containing object identifiers (OID). SNMP is based on the manager/agent model consisting […]

» Read more

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 your cPanel web server via Secure Shell (SSH).Located the httpd.conf file using the following command:located httpd.confOpen the httpd config file found in step 2 using the following command:pico /usr/local/apache/conf/httpd.confFind the first VirtualHost container in the file. It will look similar […]

» Read more

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 information sent to you in your setup email.Under the Welcome message click Next.Read the cPanel license agreement and click I Agree.Enter the requested information:Main Shared Virtual Host IP: enter the IP of your VPS Hostname: enter your domain name. If […]

» Read more

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 easier than manually entering them.cPanel provides the following scripts/commands to help us through this task:# /usr/local/cpanel/bin/domain_keys_installer# /usr/local/cpanel/bin/spf_installerNote:: This would add the records for all domains under this cPanel account. Meaning for all Addon domains too.

» Read more

Not able to login to Horde?

Many times it happens that horde wont allow user to login to webmail.Try following command to fix the issue root@server[~]#/usr/local/cpanel/bin/checkperlmodulesroot@server[~]#/scripts/fullhorderesetroot@server[~]#myisamchk -r /var/lib/mysql/horde/horde_sessionhandler.MYI If still you have problem then check the ownership for session directory present in /var/cpanel/userhomes/cpanelhorde directory. root@server[~]#ll /var/cpanel/userhomes/cpanelhordedrwx–x–x 4 cpanelhorde cpanelhorde 4096 June 5 2012 ./drwx–x–x 7 root root 4096 Dec 17 01:48 ../drwxr-x— 2 cpanelhorde cpanelhorde 4096 […]

» Read more

How to Enable html view for horde?

Login to shell using root user and follow the following steps to enable HTML view of horde webmail.root@server[~]# vi /usr/local/cpanel/base/horde/imp/config/mime_drivers.phpSearch for the line—-/*** HTML driver settings*/$mime_drivers[‘imp’][‘html’][‘inline’] = false;—–and replace it with——–/*** HTML driver settings*/$mime_drivers[‘imp’][‘html’][‘inline’] = true;——–Save the changes and restart the following services.root@server[~]#service cpanel restartroot@server[~]#/scripts/restartsrv_courier

» Read more
1 3 4 5 6 7 8