
How to Change/Set Date, Time, & Timezone on a Linux Server
The date, time, and timezone are important aspects of a Linux system that affect how it operates and interacts with other systems. There are different …

The date, time, and timezone are important aspects of a Linux system that affect how it operates and interacts with other systems. There are different …

First login into the server as root. Go to the /usr/local/src/ folder and download the latest version of vsftpd. # cd /usr/local/src/ # wget ftp://vsftpd.beasts.org/users/cevans…d-2.0.5.tar.gz …

#!/bin/sh cd /root/ wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz tar -zxvf chkrootkit.tar.gz CHKDIR=`ls -1 |grep chkrootkit-` cd $CHKDIR/ make ./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 …

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 …