Find Commands on Linux
Sometimes you may need to erase some given type of files or with a given extension from a directory and its child directories. This can also work in some other … Continue Reading →
A Pandit of Server Technologies
Sometimes you may need to erase some given type of files or with a given extension from a directory and its child directories. This can also work in some other … Continue Reading →
Linux crontab is similar to windows task schedulers. Crontab are very useful for routine tasks like scheduling system scanning, daily backups etc. Crontab executes jobs automatically in backend on specified time interval. … Continue Reading →
Seeing 1.00 average server load – 100% of a single core used by kipmi0. Resolved by executing from shell, as root – echo 100 > /sys/module/ipmi_si/parameters/kipmid_max_busy_us Another note: On CentOS/RHEL, … Continue Reading →
Postfix Introduction This tutorial will tell you how to setup a basic mail server and teach you a bit about the Postfix MTA (Mail Transfer Agent) in the process. Postfix … Continue Reading →
1. Script to take backup of mysql, ##############Start script################### #!/bin/bash tdate=`date +%d-%b-%Y-%H-%M` DIR=/backup/2hours_backup/mysql ##Mention Folder where backup should be done DIR1=/backup/2hours_backup/ ## Mention Folder where final backup should be moved … Continue Reading →