Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1097188
  • 博文数量: 186
  • 博客积分: 4939
  • 博客等级: 上校
  • 技术积分: 2075
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-08 17:15
文章分类

全部博文(186)

文章存档

2018年(1)

2017年(3)

2016年(11)

2015年(42)

2014年(21)

2013年(9)

2012年(18)

2011年(46)

2010年(35)

发布时间:2015-01-22 18:33:12

#DockerfileFROM centos:centos6MAINTAINER xiaofuRUN rpm --import https://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs && \rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpmRUN yum clean allRUN yum install -y puppet.noarchVOLUME ["/puppet"]$ docker build -t xiaofu/puppet ./dock.........【阅读全文】

阅读(1040) | 评论(0) | 转发(0)

发布时间:2015-01-22 18:26:53

install docker on your Mac OSX, and then start it. ruby -e "$(curl -fsSL ......【阅读全文】

阅读(1591) | 评论(0) | 转发(0)

发布时间:2014-12-04 13:16:33

The eth1 of cfg01o  wasn’t negotiated to  1000Mbps because  the cable which was attached to G0/18  goes wrong.  The status of G0/18 is yellow all the time.By the way, we can use ethtool or mii-tool to detect the status of NICs......【阅读全文】

阅读(1912) | 评论(0) | 转发(0)

发布时间:2014-07-22 14:27:57

     由于历史遗留缘故,某应用还运行在centos5.4-i386上,但在KVM虚拟化下,该机器频繁被hang住,message会看到        bugs,soft lockup,cpu#0 stuck for 10s     但在esxi里无问题,查找centos官方bug list无意中发现同类问题,并.........【阅读全文】

阅读(1153) | 评论(0) | 转发(0)

发布时间:2014-06-07 10:58:40

   看书看到的这个,随便记录一下,似乎gearman非常简单,当然从ops的视角来看,安装和调用都非常简单了。  client--->job -->worker.具体google看的更多,client发起请求,然后job做调度给worker来做处理。比如要实时统计access log,可以在每个web上统计,然后用gearman 汇总。比传统的awk 'xxx' ac.........【阅读全文】

阅读(950) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册