摘要: 十一、Ansible中的同步模块(rsync) Synchronize模块 1 2 3 4 5 6 7 This is a wrapper around rsync. Of course you could just use the command action to call rsync your 阅读全文
posted @ 2018-02-28 16:24 Oops!# 阅读(2531) 评论(0) 推荐(0) 编辑
摘要: 使用须知 支持 ios9.0 以上系统,兼容 iphone、ipad、ipod 等设备。 电脑上用 PP 助手安装 Shadowrocket Mac电脑上用PP助手安装Shadowrocket 下载安装 PP 助手(pro.25pp.com) 连接手机在 PP 助手中搜索 Shadowrocket并 阅读全文
posted @ 2018-02-28 14:43 Oops!# 阅读(788) 评论(0) 推荐(0) 编辑
摘要: shell 编程中使用到得if语句内判断参数 –b 当file存在并且是块文件时返回真 -c 当file存在并且是字符文件时返回真 -d 当pathname存在并且是一个目录时返回真 -e 当pathname指定的文件或目录存在时返回真 -f 当file存在并且是正规文件时返回真 -g 当由path 阅读全文
posted @ 2018-02-28 09:29 Oops!# 阅读(901) 评论(0) 推荐(0) 编辑