原创 複習while,case,if,for及各種判斷腳本

#!/bin/bash#Author [email protected]=10m=0p=0while truedoecho """        產品列表爲: 小米                    蘋果             

原创 apache報錯

執行配置安裝httpd時出錯configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding

原创 zabiix監控磁盤io

系統只有sda硬盤,所以只需要監控sda就可以了,有需要自己修改模版及添加項目[root@123 ~]# vim /usr/local/zabbix/etc/zabbix_agentd.conf UserParameter=mysql.st

原创 mysql完整備份,超過十天的自動刪除

#!/bin/bash#Author [email protected] /sqlbak/usr/local/mysql/bin/mysqladmin -uroot -p123456 flush-logsMAXIMUM_BACKUP

原创 nginx安裝腳本

#!/bin/bash #!/bin/bash #author xieping #date:2015-03-31 16:00 #check the OS nginxdir=/usr/local/nginx nginxlog=/home/ww