一、Linux Bridge网桥管理 网络虚拟化是虚拟化技术中最复杂的部分,也是非常重要的资源。 第一节中我们创建了一个名为br0的linux-bridge网桥,如果在此网桥上新建一台vm,如下图: VM2 的虚拟网卡 vnet1 也连接到了 br0 上。 现在 VM1 和 VM2 之间可以通信,同 ...
分类:
其他好文 时间:
2019-10-09 21:09:46
阅读次数:
108
1、eggjs官网: https://eggjs.org/zh-cn/tutorials/index.html 2、egg + vue 工程化解决方案,包括ssr: https://www.yuque.com/easy-team/egg-vue ...
分类:
Web程序 时间:
2019-10-09 15:27:59
阅读次数:
91
作者:HelloGitHub Prodesire HelloGitHub 的《讲解开源项目》系列,项目地址:https://github.com/HelloGitHub Team/Article 一、前言 在本系列前面四篇文章中,我们介绍了 的方方面面。它无疑是强大的,但使用方式上略显麻烦。需要先设 ...
分类:
编程语言 时间:
2019-10-09 09:30:19
阅读次数:
94
目标计划:熟悉Linux网卡 1.修改网卡名称,替换自动生成的网卡名 2.新建网卡配置文件与新增网卡的关系 3.网卡bond模式配置,team模式 4.NetworkManager nmcli管理网络 1.修改默认网卡名称 配置文件ifcfg eth0名称与文件内name device值保持一致 v ...
分类:
其他好文 时间:
2019-10-05 10:41:33
阅读次数:
100
bond模式: Mode=0(balance rr)表示负载分担round robin Mode=1(active backup)表示主备模式,只有一块网卡是active,另外一块是备的standby Mode=2(balance xor)表示XOR Hash负载分担 Mode=3(broadcas ...
分类:
其他好文 时间:
2019-10-05 00:39:08
阅读次数:
203
"Bubble Cup 12 Finals Online Mirror, unrated, Div. 1" 2019/10/4, solved 4/9, upsolved ??/9 "2019 2020 ACM ICPC Brazil Subregional Programming Contest" ...
分类:
其他好文 时间:
2019-10-04 20:32:06
阅读次数:
130
作者:HelloGitHub 追梦人物 文中涉及的示例代码,已同步更新到 "HelloGitHub Team 仓库" HTTP 报文以明文形式传输,如果你的网站只支持 HTTP 协议,那么就有可能遭受到安全攻击。你可以使用 Google 浏览器打开一个 HTTP 协议网站,会发现 Chrome 在网 ...
分类:
Web程序 时间:
2019-10-04 11:48:20
阅读次数:
103
Table: Teams Table: Matches You would like to compute the scores of all teams after all matches. Points are awarded as follows: A team receives three ...
分类:
其他好文 时间:
2019-10-03 12:42:49
阅读次数:
101
You may have already known that a standard ICPC team consists of exactly three members. The perfect team however has more restrictions. A student can ...
分类:
其他好文 时间:
2019-10-03 00:46:44
阅读次数:
101
目标计划:熟悉Linux网卡1.修改网卡名称,替换自动生成的网卡名2.新建网卡配置文件与新增网卡的关系3.网卡bond模式配置4.NetworkManager-nmcli管理网络 1.修改默认网卡名称配置文件ifcfg-eth0名称与文件内name device值保持一致vim /etc/udev/ ...
分类:
其他好文 时间:
2019-10-02 10:49:23
阅读次数:
97