博客

孤傲的苍狼

https://www.cnblogs.com/xdp-gacl/

金角大王

1 http://www.cnblogs.com/alex3714/articles/5885096.html
2 http://www.cnblogs.com/alex3714/articles/5188179.html  
View Code

银角大王

1 http://www.cnblogs.com/wupeiqi/articles/4906230.html
2 http://www.cnblogs.com/wupeiqi/articles/5433893.html#3527880
3 http://www.cnblogs.com/wupeiqi/articles/4911365.html
View Code

作业

1 http://bbs.51cto.com/viewthread.php?tid=1469697&extra=&frombbs=1
View Code

https://github.com/limingchang/python_study_task/

http://edu.51cto.com/center/wejob/usr/live?train_id=94

https://raw.githubusercontent.com/racaljk/hosts/master/hosts

url

tcpdump 抓包
http://www.cnblogs.com/ggjucheng/archive/2012/01/14/2322659.html

清理缓存内存
http://www.ha97.com/4337.html

nginx ip限制
http://blog.sina.com.cn/s/blog_721cd3390101e8xv.html

zabbix安装
http://www.cnblogs.com/mrwang1101/p/5513158.html

zabbix rpm 安装
http://www.cnblogs.com/enjoycode/p/zabbix_3_installation_on_centos_7.html


安装Beanstalkd队列以及PHP代码测试
http://blog.csdn.net/johnny880730/article/details/50536179

yum安装LNMP
http://www.cnblogs.com/xiaoit/p/3991037.html
报错处理 
http://blog.163.com/oracle_wwf/blog/static/213030127201211305636623/


zabbix监控交换机
http://www.jb51.net/article/56972.htm

binlog恢复
http://www.cnblogs.com/sandea/p/5205792.html
http://orangeholic.iteye.com/blog/1698736


zabbix自定义监控
http://yangrong.blog.51cto.com/6945369/1542271


僵尸进程
http://www.linuxde.net/2013/07/14924.html

思科三层交换机划分vlan
http://www.doc88.com/p-996568390191.html
http://wenku.baidu.com/link?url=7hT_8zfC8pbvbiiYM_zJsUhVLRNWHowJWTateQ97AhUYzxU31REnHwExdG5-Y4tjLEWBhTohYxX9LMmDeABBLBRbYqr0nSVXQ5Z0yvj-9bS


openvpn
http://19930412.blog.51cto.com/6974556/1760900


openvpn 链接 freeradius
http://wangzan18.blog.51cto.com/8021085/1736459/


Zimbra邮件系统的环境部署(centos6.7)

http://wandiankafei.blog.51cto.com/10878910/1742186

安全删除binlog日志
http://www.cnblogs.com/wangxiaoqiangs/p/5336273.html


scp远程拷贝,不用输入密码的方法 
http://blog.itpub.net/27042095/viewspace-745587/


免秘钥
http://blog.csdn.net/five3/article/details/8648484

zabbix监控IO
http://blog.csdn.net/leezqang/article/details/50175969


zabbix监控进程
http://yangrong.blog.51cto.com/6945369/1542271

http://blog.csdn.net/u012062455/article/details/53259682
邮件报警配置
http://www.jb51.net/article/56973.htm

ntp服务搭建
http://www.cnblogs.com/jim-hwg/p/4606821.html

ntp报错处理
http://www.blogjava.net/spray/archive/2008/07/10/213964.html

centos 配置代理上网
http://blog.csdn.net/fwj380891124/article/details/42168683

yum服务搭建
http://www.centoscn.com/CentosServer/www/2014/0829/3601.html 
http://www.tuicool.com/articles/EFFBfmM

yum服务器定时更新脚本

centos6.5
yum服务器定制更新脚本
0 22 * * 0 sh /root/rsync_epel.sh
0 22 * * 0 sh /root/rsync_centos.sh
0 22 * * 0 sh /root/rsync_ubuntu.sh
 

0 22 * * 0 sh /root/rsync_epel.sh
#!/bin/bash
Date=`date +%Y%m%d`
Time=`date +%H%M%S`
/usr/bin/rsync -arvtopgzlH --delete --exclude=SRPMS/ --exclude=i386/ --exclude=isos/ --exclude=ppc64/ --exclude=ppc/ rsync://mirrors.kernel.org/fedora-epel/ /pub/mirrors/epel

vim rsync_ubuntu.sh 
#!/bin/bash
Date=`date +%Y%m%d`
Time=`date +%H%M%S`
/usr/bin/rsync -arvtopgzlH --delete --exclude=*i386* rsync://hk.archive.ubuntu.com/ubuntu/ /pub/mirrors/ubuntu/ > /root/logs/rsync_ubuntu/rsync_utuntu$Date$Time.log


vim rsync_centos.sh 
#!/bin/bash
Date=`date +%Y%m%d`
Time=`date +%H%M%S`
#Logfile="/root/logs/rsync_ubuntu/$Date$Time.log"
#RsyncBin="/usr/bin/rsync"
/usr/bin/rsync -arvtopgzlH --delete --exclude=SRPMS/ --exclude=i386/ --exclude=isos/ rsync://mirrors.kernel.org/centos /pub/mirrors/centos/ > /root/logs/rsync_centos/rsync_centos$Date$Time.log


centos6.6
http://www.osyunwei.com/archives/7918.html

 

 MY

51cto
http://blog.51cto.com/7456193

163.com
http://blog.163.com/m13262209921_1/

github
https://github.com/hanwei666/hanwei.git

码云
https://gitee.com/pyhanwei/python.gitph

作业部落
https://www.zybuluo.com/mdeditor#1539643

博客园
https://www.cnblogs.com/hanwei666/

  

posted @ 2016-11-09 22:56  ༺༽秋水.无痕༼༻  阅读(324)  评论(0编辑  收藏  举报
……