原文 https://mp.weixin.qq.com/s?__biz=MzU2MjU1OTE0MA==&mid=2247484699&idx=1&sn=3b272da187dfd1e7397f9e49caada738&chksm=fc66e4d0cb116dc665fffcbfaa3ff6648a ...
分类:
系统相关 时间:
2020-02-21 17:56:56
阅读次数:
173
#!/bin/bashcat > /etc/sysconfig/network-scripts/ifcfg-bond0 <<EOFTYPE=BondUSERCTL=noBOOTPROTO=noneONBOOT=yesBRIDGE=br0BONDING_MASTER=yesBONDING_OPTS=" ...
分类:
其他好文 时间:
2020-02-07 10:24:49
阅读次数:
98
一、双网卡双IP。 eth0为电信,eth1为联通。 # cd /etc/network/ #vi interfaces # This file describes the network interfaces available on your system # and how to activa ...
分类:
系统相关 时间:
2020-02-06 01:15:41
阅读次数:
162
1.单网卡配置 /etc/network/interfaces auto eth0#iface eth0 inet dhcp(默认是DHCP被注释掉)iface eth0 inet staticaddress 192.168.8.110netmask 255.255.255.0gateway 192 ...
分类:
其他好文 时间:
2020-02-06 00:57:21
阅读次数:
164
This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's most famous spy, was captured by a group of d ...
分类:
其他好文 时间:
2020-02-05 16:17:41
阅读次数:
58
大家在日常办公生活中经常会遇到一个问题就是,办公室同时连接了内网和外网,如何能够同时上内网和外网呢?最近给一家单位调试网络,他们有自己的内部网络,同时还有外网。现在的要求是一台电脑要同时上内外网,也就是说用户在不做任何设置的情况下能自由的进行内网和外网的切换。 这样的情况里在企业里遇到的很多,对于专 ...
分类:
其他好文 时间:
2020-02-04 22:02:51
阅读次数:
112
原文:https://devblogs.microsoft.com/dotnet/orleans-3-0/ 作者:Reuben Bond,Orleans首席软件开发工程师 翻译:艾心 这是一篇来自Orleans团队的客座文章,Orleans是一个使用.NET创建分布式应用的跨平台框架。获取更多信息, ...
分类:
其他好文 时间:
2020-02-02 22:06:47
阅读次数:
103
如下是具有双网卡的Linux服务器,数据入口网卡是eth0,数据出口网卡是eth1: 而Linux**防火墙**的工作区域为下图中的绿色阴影部分(防火墙的概念这里不赘述): Linux系统中防火墙功能的两大角色:iptables和netfilter。iptables是Linux系统下应用层内置控制防 ...
分类:
其他好文 时间:
2020-01-28 14:02:00
阅读次数:
102
教程 How to Calculate Bond Total Return (https://www.wikihow.com/Calculate-Bond-Total-Return) 总结 Bond Total Return (债券总收益) = Bond Interest Earned (债券cou ...
分类:
其他好文 时间:
2020-01-16 14:57:31
阅读次数:
208
1、什么是Bond? 网卡bond是通过多张网卡绑定为一个逻辑网卡,实现本地网卡的冗余,带宽扩容和负载均衡,在生产场景中是一种常用的技术。Kernels 2.4.12及以后的版本均供bonding模块,以前的版本可以通过patch实现。 2、Bond实现原理: 网卡工作在混杂(promisc)模式, ...
分类:
系统相关 时间:
2020-01-16 01:20:49
阅读次数:
134