Go 语言学习资料与社区索引:https://github.com/Unknwon/go-study-index
VIM配置插件:https://github.com/humiaozuzu/dot-vimrc
Go 语言正则在线测试 :http://regoio.herokuapp.com/
GO-IN-ACTION,介绍了vagrant+分布式:https://github.com/astaxie/go-best-practice/blob/master/ebook/zh/01.2.md
[ipfs网络电影](ipfs.guide)
****
2019-3-29
清华vagrant-boxes镜像:https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cloud-images/xenial/
vagrant集群设置(比GO-IN-ACTION好):http://chrisrc.me/2015/11/15/autoit-cluster-dev-on-vagrant-with-ansible/
启动VM后,要设置公钥,否则没法git clone ,centos yum git版本过低(不升级也可以),要源码安装,编译后将安装目录加入PATH环境变量中:https://blog.csdn.net/sxg0205/article/details/81412921
*****
2019-4-1
django and extjs :https://github.com/lino-framework
处理报错 ```ansible-playbook fatal: [node-2]: UNREACHABLE! Permission denied``` :https://stackoverflow.com/questions/34854806/ansible-permission-denied-publickey-password
ansible中文文档:https://ansible-tran.readthedocs.io/en/latest/docs/playbooks_intro.html
go语言全栈web框架revel:https://github.com/revel/revel
django开源项目管理工具:https://github.com/taigaio/
*****
2019-4-2
fabric安装nodejs,设置taobao镜像:https://blog.csdn.net/wangtaoking1/article/details/78005038
fabric中文:https://github.com/HyperledgerCN/hyperledgerDocs/blob/master/docs/write_first_app_zh.md
*****
2019-4-4
vscode and javascript : https://code.visualstudio.com/docs/nodejs/nodejs-tutorial
*****
2019-4-8
fabric-kafka无法pull,更改docker镜像:https://www.cnblogs.com/qq952693358/p/6406189.html
fabric1.0仅支持node.js6.9.x,降低node.js版本:https://tecadmin.net/install-nodejs-with-nvm/
测试了很多fabric,都不行,退回到yeasy的版本:https://github.com/yeasy/docker-compose-files/tree/master/hyperledger_fabric/v1.0.0
*****
2019-4-9
docker 怎么都得注册阿里云加速 圈人的游戏
`sudo systemctl daemon-reload`
`sudo systemctl restart docker`
*****
2019-4-10