• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 41 下一页

2017年11月10日

CentOS下VMware用桥接模式,静态ip上外网
摘要: 桥接网卡选择 在window上用 ipconfig /all CentOS下VMware用桥接模式,静态ip上外网 15年的时候,写过一篇博客:VMware中网络设置之Bridged 也是关于linux下vmware桥接模式、静态ip上外网的配置,不过当时更多的是用图形界面来实现的,通用性不强。生产 阅读全文
posted @ 2017-11-10 00:09 会飞の鱼 阅读(596) 评论(0) 推荐(0)
 

2017年11月8日

mesos in docker
摘要: docker pull mesosphere/mesos-master:1.4.0 docker pull mesosphere/mesos-slave:1.4.0 在Docker中运行Mesos的推荐方式是在自己的机器上运行每个主站和从站容器,并使用自己的IP。 主机网络(--net =host) 阅读全文
posted @ 2017-11-08 23:18 会飞の鱼 阅读(333) 评论(0) 推荐(0)
 

2017年11月7日

go cobra
摘要: https://github.com/spf13/cobra https://github.com/spf13/cobra/blob/master/bash_completions.md cobra init cobratest main.go 目录下 Persistent Flags 一个标志可以 阅读全文
posted @ 2017-11-07 19:02 会飞の鱼 阅读(325) 评论(0) 推荐(0)
 

2017年11月5日

drbd mysql
摘要: 使用drbd前 升级内核 yum install kernel* 重启 4.1、准备: 两个节点ha-node1和ha-node2均按照centos7.0系统,每个节点两块磁盘,一块用作根分区一块用作drbd 修改主机名: 节点1 节点2 4.2、磁盘分区如下 4.3、创建lvm(每个节点都需执行) 阅读全文
posted @ 2017-11-05 22:31 会飞の鱼 阅读(699) 评论(0) 推荐(0)
 

2017年11月4日

go 根据字符串生成随机值
摘要: md5.Sum([]byte(v.Sshcmd))) 阅读全文
posted @ 2017-11-04 13:32 会飞の鱼 阅读(845) 评论(0) 推荐(0)
 

2017年11月3日

docker plugin test
摘要: docker build -t docker-volume-drbd . id=$(docker create docker-volume-drbd true) docker export $id -o img.tar 解压到rootfs scp.sh `pwd`/drbd_plugin /home 阅读全文
posted @ 2017-11-03 18:15 会飞の鱼 阅读(288) 评论(0) 推荐(0)
 

2017年11月1日

docker ui
摘要: If you're running Docker over tcp: 阅读全文
posted @ 2017-11-01 14:37 会飞の鱼 阅读(223) 评论(0) 推荐(0)
 

2017年10月31日

go grpc
摘要: https://godoc.org/google.golang.org/grpc go get google.golang.org/grpc go get -a github.com/golang/protobuf/protoc-gen-goprotoc --go_out=plugins=grpc: 阅读全文
posted @ 2017-10-31 23:11 会飞の鱼 阅读(219) 评论(0) 推荐(0)
 

2017年10月28日

python gun readline
摘要: https://github.com/ludwigschwardt/python-gnureadline 阅读全文
posted @ 2017-10-28 14:12 会飞の鱼 阅读(314) 评论(0) 推荐(0)
 
pyinstaller 打包
摘要: [root@mhc nsf]# pip install pyinstallerCollecting pyinstaller Downloading PyInstaller-3.3.tar.gz (3.5MB) 100% |████████████████████████████████| 3.5MB 阅读全文
posted @ 2017-10-28 13:55 会飞の鱼 阅读(1250) 评论(0) 推荐(0)
 
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 41 下一页