2016年9月9日
摘要: 1、安装freetds wget http://mirrors.ibiblio.org/freetds/stable/freetds-stable.tgz tar xvzf freetds-stable.tgz cd freetds-0.91/ ./configure --prefix=/usr/l 阅读全文
posted @ 2016-09-09 16:32 牛B大王 阅读(1026) 评论(0) 推荐(0)
  2016年9月4日
摘要: 1、installing on the control machine #pip install "pywinrm>=0.1.1"2、http://blog.csdn.net/kellyseeme/article/details/50636813http://docs.ansible.com/ans 阅读全文
posted @ 2016-09-04 11:23 牛B大王 阅读(342) 评论(0) 推荐(0)
  2016年8月31日
摘要: Nginx官网提供了三个类型的版本Mainline version:Mainline 是 Nginx 目前主力在做的版本,可以说是开发版Stable version:最新稳定版,生产环境上建议使用的版本Legacy versions:遗留的老版本的稳定版 nginx下载地址:http://nginx 阅读全文
posted @ 2016-08-31 14:06 牛B大王 阅读(744) 评论(0) 推荐(0)
摘要: tar zcvf fd.tar.gz * --exclude=file1 --exclude=dir1 注意: 1、yes: --exclude=file1 no: --exclude file1 2、yes: --exclude=dir1 no: --exclude=dir1/ 阅读全文
posted @ 2016-08-31 14:05 牛B大王 阅读(1599) 评论(0) 推荐(0)