在centos6.5上面创建kvm很顺利,在centos7.1上面遇到有些问题,在此记录下来,参考文档https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/chap-Network_configuration.html#sect-Network_co..
分类:
其他好文 时间:
2016-05-30 15:55:47
阅读次数:
209
【示例一】回家过春节 原理 使用继承,子类中不需要实现那些重复的订票和庆祝团圆的代码了,避免了代码的重复;子类实现了不同方式的回家方法,把它栓入(hook)到父类中去,实现了完整的回家过年的逻辑。 架构图 源代码 HappyPeople.java package pattern.part1.chap... ...
分类:
其他好文 时间:
2016-03-29 00:52:20
阅读次数:
174
一 协议概述 PPP包含以下两个层次的协议: ·链路控制协议(LCP):负责建立、配置和测试数据链路连接 ·网络控制协议(NCP):负责建立和配置各种网络层协议(IP/IPX/AppleTalk) 1、为建立通信,PPP链路的每一端首先都必须发送LCP包,以配置数据链路。 2、在链路建立后,PPP链...
分类:
其他好文 时间:
2016-03-22 00:19:15
阅读次数:
796
linux下用ppp上网需要两个程序:pppd和chat。ubuntu自带pppd和chat,可以使用man查看具体使用方法。 典型的ppp拨号需要准备几个文件: 1. pppd脚本。 2. chat脚本。 3. chap-secrets文件。 4. pap-secrets文件。 chat脚本是真正
分类:
系统相关 时间:
2016-02-25 00:04:06
阅读次数:
300
chap密文验证:必须使用对方的hostname和相同密码来验证:看配置,R1和R2的R1(config)#usernameR2passciscoR1(config)#inters0/0R1(config-if)#clockrate64000R1(config-if)#ipaddress192.168.1.1255.255.255.0R1(config-if)#noshR1(config-if)#encapsulationpppR1(config-if)#..
分类:
其他好文 时间:
2016-02-24 17:45:34
阅读次数:
412
Tasklets are the preferred way to implement deferrable functions in I/O drivers. As already explained,tasklets are built on top of two softirqs named ...
分类:
其他好文 时间:
2015-12-03 08:27:39
阅读次数:
162
In recent kernel versions, each CPU has its own ksoftirqd/n kernel thread (where n is thelogical number of CPU). Each ksoftirqd/n kernel thread runs t...
分类:
其他好文 时间:
2015-12-03 02:15:43
阅读次数:
169