10多年的信息工作,随时记录心得和资料,希望能结识更多的朋友
发布时间:2017-01-04 17:26:01
http://www.ttlsa.com/zabbix/install-zabbix-on-linux-5-ttlsa/经典的总结在了解《zabbix硬件、软件需求》之后,在你心里应该有备选的机器。今天开始安装zabbix。zabbix需要LNMP或者LAMP环境。环境的搭建不在本章范围内。LNMP环境配置Linux安装:http://www.osyunwei.com/archives/1024.htmlNGINX安装:http://w.........【阅读全文】
发布时间:2016-05-23 13:06:02
#! /bin/bashfunction read_dir(){ for file in `ls $1` do if [ -d $1"/"$file ];then read_dir $1"/"$file else if [ ${file##*.} == 'gz' .........【阅读全文】
发布时间:2015-10-29 22:08:03
http://blog.chinaunix.net/uid-25266990-id-3380929.htmlhttp://www.osyunwei.com/archives/7984.html......【阅读全文】