This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This script is tested on CentOS for Installing Apache from Source Code | |
| # Author Mansur UlHasan | |
| # Sr, Network & Sys Admin | |
| # GFK Etilize Pak | |
| # To install C/C++ Compilers, AutoConf and AutoMake | |
| yum install gcc gcc-c++ autoconf automake -y | |
| # Install Perl Compatible Regular Expressions Libraries (PCRE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Script is setup for Mysql Replication Monitoring | |
| # Author Mansur UlHasan | |
| # Mail [email protected] | |
| # Mail Function | |
| # Variables | |
| HOME="/usr/local/cron" | |
| Err1=`mysql -pv1t@m1nC -e 'show slave status \G;' |grep Last_Errno:` |
NewerOlder