06 2016 档案

源代码与二进制异同
摘要:转载至:http://blog.chinaunix.net/uid-26602509-id-3076870.html 源代码方式和二进制包是软件包的两种形式。二进制包里面包括了已经经过编译,可以马上运行的程 序。你只需要下载和解包(安装)它们以后,就马上可以使用。源代码包里面包括了程序原始的程序代码 阅读全文

posted @ 2016-06-30 15:11 不停不急 阅读(1272) 评论(0) 推荐(0)

chef 配置之 Templates
摘要:chef template 简单例子 cat nginx_config.rb puppet 是这样表达的 简单对比下方便理解 chef template的resource template is the resource name is the name of the resource block, 阅读全文

posted @ 2016-06-28 19:02 不停不急 阅读(411) 评论(0) 推荐(0)

shell ${}的使用
摘要:鼓励将SHELL中变量全部用{} 括起来,便于阅读,防止变量名产生歧义。 用于实现以下场景 阅读全文

posted @ 2016-06-21 10:52 不停不急 阅读(4970) 评论(1) 推荐(1)

导航