摘要:
set http_proxy=http://127.0.0.1:port set https_proxy=http://127.0.0.1:port ss设置,启用系统代理,pac模式 https://blockchain-fabric.blogspot.com/2019/02/hyperledge 阅读全文
摘要:
https://micro.mu/docs/cn/index.html gomicro文档 https://github.com/micro/go-micro gomicro代码 https://www.zhihu.com/question/65502802 关于微服务架构,这个里面JobYuan的 阅读全文
摘要:
gitlab+openldap https://docs.gitlab.com/ee/administration/auth/ldap.html#ldap redmine+openldap https://www.cnblogs.com/37Y37/p/9430272.html https://bl 阅读全文
摘要:
https://www.zhihu.com/question/30461290 golang资料精选汇编 https://www.golangnote.com/ 一些golang语言的tips,偶尔翻翻 http://c.biancheng.net/golang/ 一个不错的教程 和vue相关的: 阅读全文
摘要:
证书目录说明 ordererOrganization peerOrganization-orgXXXX --ca 组织根证书和私钥1 --tlsca tls根证书和私钥2 --msp admincerts 组织管理员身份验证证书3 cacerts 组织根证书 就是上面的1 tlscacerts tl 阅读全文
摘要:
https://github.com/wrouesnel/postgres_exporter golang实现的 POST http://192.168.1.107:9093/api/v1/alerts: prometheus post 给 alertmanager的url地址 content-ty 阅读全文
摘要:
zookeeper使用和原理探究(一) http://www.blogjava.net/BucketLi/archive/2010/12/21/341268.html zookeeper的作用和原理讲的比较浅显易懂,和几个zookeeper的使用场景 kafka和zookeeper原理和应用场景介绍 阅读全文
摘要:
copy来的,这里记录一下 1. 升级系统: sudo apt-get upgrade 2. 安装docker 下载docker-ce: https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce 阅读全文
摘要:
配合hub.docker.com 的dablyo/haproxy-keepalived-nodejsv9:190407 使用的 [root@haproxy ~]# cat haproxy.cfgglobal daemon maxconn 256 pidfile /root/haproxy.pid d 阅读全文