Nagios installation step by step in centos/redhat or fedora part 1

What is Nagios? Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before

Read more

Centos FTP command not found : Linux FTP install

FTP command not found # ftp 192.168.1.56 -bash: ftp: command not found # yum -y install ftp The above command

Read more

File transfer in Linux : FTP in linux : Shell script to file trnsfer

This script use to transfer file from linux to ftp server. You can automate this file transfer by putting this

Read more

Linux Shell Script To Ftp File To Server

You need to create a shell scrip, needed to call from a crontab, to contact a FTP server and put or

Read more

Linux Cron Job – Schedule Job in linux: crontab

In all Operating system there option to schedule a job/activity that should be run on particular time interval. Here is

Read more

Email alert on disk space outage in linux

For Send mail Tutorial Click Here Need to be installed sendmail ( yum install sendmail) and mailx (yum install mailx)

Read more

Stop firewall services centos : linux firewall service stop at startup

Check the Status of The Iptables IPv4 Firewall Run the following command to check the status of the iptables IPv4 firewall :

Read more

Mount.cifs cannot allocate memory : Mounting windows share

Mounting a Windows (cifs) share on centos gives us a “Mount.cifs cannot allocate memory” error. Executing a command like this:

Read more

Changing centos/redhat run level init 3

What is a runlevel ? Runlevel is the preset state in which a Linux system operates. Below mentioned are the

Read more