2018年7月12日

fabric学习笔记---手动创建fabric测试网络(转)

摘要: 原文见 深入理解Fabric环境搭建的详细过程 http://www.cnblogs.com/studyzy/p/7451276.html 深蓝居 1、生成cryptogen(密码生成器) 我们将使用cryptogen工具为我们生成各种网络实体的加密材料(x509证书)。这些证书是身份的代表,它们允 阅读全文

posted @ 2018-07-12 12:06 wutongs 阅读(1439) 评论(0) 推荐(0) 编辑

2018年7月6日

ubuntu搭建fabric1.0环境(转)

摘要: 本文转载至博客园深蓝居,原文见: http://www.cnblogs.com/studyzy/p/7437157.html 本文搭建方法亲测有效。 1. 使用VirtualBox并在其中安装好Ubuntu 这一步其实没啥好说的,下载好最新版的VirtualBox,下载Ubuntu Server,我 阅读全文

posted @ 2018-07-06 15:31 wutongs 阅读(252) 评论(0) 推荐(0) 编辑

git clone失败或速度慢解决

摘要: 1、用浏览器访问 IPAddress.com or http://tool.chinaz.com 使用 IP Lookup 工具获得github.com和github.global.ssl.fastly.net域名的ip地址、 2、sudo vim /etc/hosts 3、在vi打开的hosts文 阅读全文

posted @ 2018-07-06 14:51 wutongs 阅读(3429) 评论(0) 推荐(0) 编辑

2018年7月4日

SSH失败解决方法

摘要: Linux 防火墙开启关闭 centOS7: //临时关闭 systemctl stop firewalld //禁止开机启动 systemctl disable firewalld Removed symlink /etc/systemd/system/multi-user.target.want 阅读全文

posted @ 2018-07-04 11:01 wutongs 阅读(8302) 评论(0) 推荐(0) 编辑

导航