上一页 1 ··· 35 36 37 38 39
摘要: VXLAN协议 VXLAN是Virtual eXtensible Local Area Network的缩写,RFC 7348的标题“A Framework for Overlaying Virtualized Layer 2 Networks over Layer 3 Networks”,说明了V 阅读全文
posted @ 2019-07-24 17:54 401335990 阅读(2502) 评论(0) 推荐(0)
摘要: mysql 5.7 yum 安装完启动报错,如图: 处理步骤:查看/etc/my.cnf 数据存放目录,将里面内容移除到/opt后,启动mysql正常. 阅读全文
posted @ 2018-10-31 22:10 401335990 阅读(144) 评论(0) 推荐(0)
摘要: 本人在虚拟机上安装了ZABBIX,同时安装server和agent端,但无法通过 [root@centos7 ~]# netstat -nalptu | grep zabbixtcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 2176/zabbix_agentd 监测到监 阅读全文
posted @ 2018-10-11 22:44 401335990 阅读(358) 评论(0) 推荐(0)
摘要: 1.flannel介绍 flannel是coreos开发的容器网络解决方案。flannel为每个host分配一个subnet,容器从此subnet中分配ip。这些ip可以在host间路由,容器间无需nat和port mapping就可以跨主机通讯。 每个subnet都是从一个更大的ip池中划分的,f 阅读全文
posted @ 2018-10-01 17:31 401335990 阅读(1455) 评论(0) 推荐(0)
摘要: echo -e "this is line1\c" "excepted:this is also the line1" >this is line1 为什么会这样呢 man echo 后发现 在echo -e 后,对“\c” 的解释是:produce no further output 不产生进一步 阅读全文
posted @ 2018-09-21 16:55 401335990 阅读(575) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39