07 2017 档案
nginx安装扩展 sub_filter&http_ssl_module
摘要:nginx之所以轻,因为默认没有安装各种各样的扩展; nginx安装扩展插件: 下面列出两个可能会用到的插件 一、sub_filter内容过滤器,这个在nginx做http转发的时候会很常用 1.下载插件>git clone git://github.com/yaoweibin/ngx_http_s 阅读全文
posted @ 2017-07-07 16:11 cyqAkin 阅读(2959) 评论(0) 推荐(0)
certificate verify failed (https://gems.ruby-china.org/specs.4.8.gz)
摘要:redis集群配置中 >gem sources -a https://ruby.taobao.org/ Error fetching https://gems.ruby-china.org/: SSL_connect returned=1 errno=0 state=error: certifica 阅读全文
posted @ 2017-07-06 20:11 cyqAkin 阅读(1132) 评论(0) 推荐(0)
Ubuntu下ClickHouse安装
摘要:ClickHouse目前仅支持在ubuntu下面部署,而且国内中国文档也比较少 >vi /etc/apt/sources.list #在最后一行追加 #ubuntu16.04 使用Xenial: deb http://repo.yandex.ru/clickhouse/xenial stable m 阅读全文
posted @ 2017-07-05 19:37 cyqAkin 阅读(2416) 评论(0) 推荐(0)
redis.conf配置详解(转)
摘要:# redis 配置文件示例 # 当你需要为某个配置项指定内存大小的时候,必须要带上单位,# 通常的格式就是 1k 5gb 4m 等酱紫:## 1k => 1000 bytes# 1kb => 1024 bytes# 1m => 1000000 bytes# 1mb => 1024*1024 byt 阅读全文
posted @ 2017-07-05 13:00 cyqAkin 阅读(193) 评论(0) 推荐(0)
php使用sftp上传文件
摘要:搞这个SFTP文件传输搞了一整天真是醉了,从sftp安装,到php的ssh2扩展安装,最后到php应用ssh2来上传文件;最后就没有最后了 Failure creating remote file: (null) 一直报这个错误!网上能搜的基本找了个遍都不起作用,一开始以为laravel框架问题,后 阅读全文
posted @ 2017-07-04 17:14 cyqAkin 阅读(978) 评论(0) 推荐(0)
ubuntu下安装nginx1.11.10
摘要:(本页仅作为个人笔记参考) 为openssl,zlib,pcre配置编译 wget http://om88fxbu9.bkt.clouddn.com/package/nginx/nginx-1.11.10.tar.gz wget http://om88fxbu9.bkt.clouddn.com/pa 阅读全文
posted @ 2017-07-03 11:11 cyqAkin 阅读(201) 评论(0) 推荐(0)