Below is the simple script for monitoring mysql error logs. You can set the cron jobs as per your need(eg. daily,hourly) [crayon-673f9360089c6518762899/] Hope this …
Read More »Linux
Hadoop-3.1.0 Multi Node Connection and Configuration in easiest way
HADOOP MULTI NODE INSTALLATION PROCESS [ Note: I am creating multi node in most easiest way by creating and using everything in root mode on …
Read More »SSH Login Without Password Using ssh-keygen & ssh-copy-id
You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article. …
Read More »send mail from linux using mailx
This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx. First of all, the server you want to send …
Read More »shell script to check disk space and send email alerts
This article contain infromation about shell script to check disk space and send email alerts in linux. I wrote this article for regularly checking the …
Read More »How To Create Crontab Job On Linux
What is Crontab? If you want to perform regular operations(for example schedule a task) on Linux, you should create a cron job. Create a Crontab …
Read More »How To Check Crontab Job Log on Linux
With Crontab Jobs you can run your bash scripts regularly on the linux operating system. In some cases you may want to check if your …
Read More »device is busy
You can receive “device is busy” error when you want to unmount a mount point in Linux operating system. For unmount operation, you may want …
Read More »