
How to set up daily email alerts for chkrootkit?
Login to your server as root and at the root prompt fire the below command: root@xxx[~]vi /etc/cron.daily/chkrootkit.sh Insert the following to the new file: #!/bin/bash …
Login to your server as root and at the root prompt fire the below command: root@xxx[~]vi /etc/cron.daily/chkrootkit.sh Insert the following to the new file: #!/bin/bash …
To prevent DDOS, below are the steps: Setup the machine / network keeping security in mind Setup a firewall which does Ingress and Egress Filtering …
Login into WHM and refer the following steps one by one to check the server security: a. Check WHM >> Server Configuration >> Tweak Settings …
Nagios is a popular open source network monitoring application. It’s mainly used to monitor services On the server. Steps to configure nagios on Linux Machine:- …
Webmin is an open source, web-based interface designed to be used as a managing tool In Unix and Linux environment. It allows you to setup …
a.Login as root in your Linux server b. Type this command: [root@TftpServer ~]# yum install tftp-server c.Once the installation completes, Type this command [root@TftpServer ~]#vim …
Following steps could be referred for the same :- Make sure PHP runs as DSO Apache module. For this, log into your WHM and go …
Following steps could be referred : a.You will have to generate ssh key pairs for your connection . b. You can do so using the …
If you are using Fedora core Linux server then use yum to install rar : yum install unrar Also you can refer following steps: – …
In Linux, a hostname is a unique name that identifies a device on a network, and is used to identify the device in various network …
We have to compile php4 with apache and need to install php5 but do not compile it with apache. Normal configure commands could be used …