http://docs.openstack.org/networking-guide/scenario_legacy_ovs.html
分类:
其他好文 时间:
2015-09-15 15:01:30
阅读次数:
129
bond技术是在linux2.4以后加入内核。一般步骤是1.把bonding模块加入内核,2 编辑要绑定的网卡设置,去除地址设定3 添加bond设备,设置地址等配置4重启网络5 在交换机上做支持具体信息看内核文档 Documentation/networking/bonding.txt参考实例:Li...
分类:
系统相关 时间:
2015-09-04 14:02:45
阅读次数:
611
1.修改主机名称[root@centos ~]# vim /etc/sysconfig/network打开文件,修改以下内容并保存 NETWORKING=yes #使用网络 HOSTNAME=centos #设置主机名称[root@centos ~]# hostname ce...
分类:
其他好文 时间:
2015-08-31 14:55:59
阅读次数:
154
https://www.udemy.com/python-programming-for-real-life-networking-use/https://pynet.twb-tech.com/blog/python/books-beginners.htmlPython Book Recommend...
分类:
编程语言 时间:
2015-08-29 12:20:20
阅读次数:
211
#! /bin/bash#Source function library. . /etc/init.d/functions#Check that networking is up.. /etc/sysconfig/networkif [ "$NETWORKING" = "no" ]then ...
分类:
Web程序 时间:
2015-08-27 20:41:42
阅读次数:
209
1.你需要精通面向对象分析与设计(OOA/OOD)、涉及模式(GOF,J2EEDP)以及综合模式。你应该了解UML,尤其是class,object,interaction以及statediagrams。 2.你需要学习Java语言的基础知识以及它的核心类库(collections,serialization,streams,networking,?multithreading,reflectio...
分类:
编程语言 时间:
2015-08-26 22:26:58
阅读次数:
155
The data link layer or layer 2 is the second layer of the seven-layer OSI model of computer networking. The data link layer is concerned with local de...
分类:
其他好文 时间:
2015-08-26 19:22:19
阅读次数:
158
实验手册http://down.51cto.com/data/2082999实验地址https://vlabs.holsystems.com/vlabs/technet?eng=VLabs&auth=none&src=vlabs&altadd=true&labid=11995Whatyou’lllearninthislabWindowsServer2012R2FailoverClusteringisMicrosoft’sindustryleadinghigh..
分类:
Web程序 时间:
2015-08-17 12:14:51
阅读次数:
504
链接:http://poj.org/problem?id=1287代码:#include #include #include #include #include using namespace std;const int N = 210;const int INF = 0xfffffff;int n...
分类:
Web程序 时间:
2015-08-16 22:43:35
阅读次数:
190
延迟定义和标准延迟延迟简单地说,它是一种转移或信息包从起点到终点,所花费的时间。 延迟=发送延迟+传播延迟+处理延迟+排队延迟:Propagation delay 传播时延传播时延这个概念。是指电磁信号或者光信号在传输介质中传输的时延。而在光纤或者铜线中。光信号和电磁信号的传播速度都在20万公里/秒...
分类:
Web程序 时间:
2015-08-15 18:06:08
阅读次数:
354