How can I check the load on the server, without logging in to it?
Following script to check the load on the server could be referred:- This script will create a file called chkload wherein all the details will …
Following script to check the load on the server could be referred:- This script will create a file called chkload wherein all the details will …
When a URL specifying only a directory is requested … eg.: https://www.domain.com/directory/ Initially, Apache looks for file names by default (in the order they appear): …
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 …
#!/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 …
Normally you get the following error Error or warning message : Check /var/tmp is mounted as a filesystem WARNING /var/tmp should either be symlinked to …
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 …
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 …
Enabling root ssh login is a risky practice that can compromise the security of your system. Root SSH login allows anyone with the root password …
Sometimes, an error in permissions or syntax within a script will result in an Internal Server Error 500, also known as an HTTP Error 500. …
Download Tarballs to ‘src’ directory: 1 cd /usr/local/src 2 wget https://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz 3 wget https://downloads.sourceforge.net/project/lame/lame/3.98.4/lame-3.98.4.tar.gz 4 wget https://www.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2 5 wget https://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2 6 wget https://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz 7 wget …