2015-9-11 笑看风云
linux知识
为了快捷的同步KeePass的数据库,决定通过坚果云来同步数据库,结果发现KeePass死活无法打开https的连接,总是提示:
error getting response stream (write the authentication or decryption has failed.)
这样的错误,开始我还以为是mono的库没有安装全,结果到后来发现哪怕把所有的库都安装好了结果还...
阅读全文>>
标签: 网络 Linux ubuntu keepass
评论(4)
浏览(15114)
2015-9-5 笑看风云
linux知识
最近国内网络不好,于是想到了通过阿里云来进行代理中转,于是有了这篇文章。
首先我们安装haproxy这个软件:
aptitude install haproxy
然后备份haproxy原来的配置文件:
mv /etc/haproxy/haproxy.cfg{,.bak}
然后在重新创建配置文件:
vi /etc/haproxy/haproxy.cfg
接着把一下内容写入到文件中:
glob...
阅读全文>>
标签: 网络 Linux 网络代理
评论(0)
浏览(16540)