会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Talk is cheap, show me the code.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2016年9月9日
linux freetds操作mssql
摘要: 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日
ansible 控制windows
摘要: 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 版本介绍
摘要: Nginx官网提供了三个类型的版本Mainline version:Mainline 是 Nginx 目前主力在做的版本,可以说是开发版Stable version:最新稳定版,生产环境上建议使用的版本Legacy versions:遗留的老版本的稳定版 nginx下载地址:http://nginx
阅读全文
posted @ 2016-08-31 14:06 牛B大王
阅读(744)
评论(0)
推荐(0)
tar 压缩去除目录
摘要: 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)
上一页
1
2
3