docker常用命令 容器网络模式 bridge(默认) container() host(主机) macvlan none(无网络环境,不常用) null overlay docker run net=xx指定容器使用的网络类型 默认bridge 不隔离network namespaces的hos ...
分类:
其他好文 时间:
2020-04-03 00:30:15
阅读次数:
60
A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer ...
分类:
其他好文 时间:
2020-04-03 00:24:56
阅读次数:
77
Debugging SSL on Linux To help anyone looking at the SSL code, here are a few tips I've found handy. Contents Logging Network Traces Logging There are ...
分类:
系统相关 时间:
2020-04-02 19:44:51
阅读次数:
84
问题: 在Windows系统下,安装了VM VirtualBox,并创建虚拟机,如Linux(CentOS-7),创建虚拟机后网络设置中,桥接网络没有选项 解决: 1. 找到VirtualBox安装位置,进入其中,找到drivers/network/netlwf文件夹下,有一个文件VBoxNetLw ...
分类:
其他好文 时间:
2020-04-02 17:44:06
阅读次数:
99
var option = { title: { show: Object.keys(radar).length 0, // show: Object.keys(this.quanguoData).length 0, text: '暂无数据' , x: 'center' , y: 'center' , ...
分类:
其他好文 时间:
2020-04-02 16:20:33
阅读次数:
75
在Linux中输入命令, 编辑网络配置文件 vim /etc/sysconfig/network-scripts/ifcfg-ens33 在配置中作如下修改 BOOTPORTO=dhcp原本是自动获取ip,现在改成固定ip,改为BOOTPORTO=static ONBOOT=yes这个要是yes,表 ...
分类:
系统相关 时间:
2020-04-01 19:39:42
阅读次数:
230
vxlan 协议原理简介 1. vxlan 简介 VXLAN 全称是 Virtual eXtensible Local Area Network,虚拟可扩展的局域网。它是一种 overlay 技术,通过三层的网络来搭建虚拟的二层网络。rfc7348 (参考资料1) 上的介绍是这样的: A frame ...
分类:
其他好文 时间:
2020-04-01 14:35:06
阅读次数:
57
400GBASE-SR8 400G QSFP-DD ActiveOptical Cable has transceiver at its respective ends, a combination oftransmitter and receiver which is connected to a ...
分类:
其他好文 时间:
2020-04-01 13:07:43
阅读次数:
116
命令:nmtui 选择 Edit a connection 选择需要编辑的网卡 修改完成之后选择OK 然后一路退出 配置完成之后需要重启网卡服务 # 重启网卡 systemctl restart network ...
分类:
其他好文 时间:
2020-04-01 01:04:50
阅读次数:
155
大家好,我是小雨小雨,致力于分享有趣的、实用的技术文章。 内容分为翻译和原创,如果有问题,欢迎随时评论或私信,希望和大家一起进步。 分享不易,希望能够得到大家的支持和关注。 查看network时间 直接来一张大图你怕不怕?哈哈 咱们先看看谷歌浏览器network中waterfall各字段的含义哈。简 ...
分类:
Web程序 时间:
2020-03-31 20:56:17
阅读次数:
86