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