Setup HAProxy on CentOS !!!

HAProxy stands for High Availability Proxy, for the High Performance TCP/HTTP load balancing. Installation Steps : # yum -y install wget gcc gcc-c++ autoconf automake make # wget http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.20.tar.gz /download # tar -zxf haproxy-1.4.20.tar.gz # cd haproxy-1.4.20 # make TARGET=centos # cp haproxy /usr/sbin/haproxy Now take configuration files : # wget http://layer1.rack911.com/haproxy/haproxy-standard.cfg -O /etc/haproxy.cfg # wget http://layer1.rack911.com/haproxy/haproxy.init -O /etc/init.d/haproxy ================================================Sample […]

» Read more

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

Unsuspending Bandwidth Limit Exceeded user/domain

Hello,If domain is giving the error of “Bandwidth Limit Exceeded” you can unsuspend it from WHM or terminal as well.From WHM :To bring the website back online or un-suspend the bandwidth exceed-er, use the optionWHM >> Account Functions >> Unsuspend Bandwidth Exceeders >> click “Proceed”.This will reset the bandwidth usage to zero for the account. To increase the bandwidth limit […]

» 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

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 [10.0.0.0/24], the following settings in the domain name, and [server.world]: Setting BIND. Please replace to suit your environment. (192.16.0.80/29 is actually the address for private)[Root @ example ~] # echo ‘OPTIONS = “-4″‘ >> / etc / sysconfig / named […]

» Read more
1 24 25 26 27 28 31