发布时间:2014-03-24 17:30:57
The network section defines how the network is virtualized in the container.网路虚拟化作为第二层,为使用网络虚拟化,参数必须明确定义容器的网络接口。lxc.network.type :定义那种网络虚拟化被容器使用。 empty: create only the loopback interface veth.........【阅读全文】
发布时间:2014-03-19 10:07:39
Issue:virtualbox 4.2 version(4.3.8) install fedora 18~20 finish. start OS always report "Oh on, Something has gone wrong. A problem has occurred and the system can't recover.Please contect a system adminstrator"fellow step:gnome uses opengl by design. it is not just some "issue" to be fi.........【阅读全文】
发布时间:2013-09-24 12:52:04
通过两天的努力把linux下字符型设备实现。开发过程中,学过的文件系统、竞争、字符型设备、用户空间和内核空间数据传输都是零散的知识。通过手动编写代码让我清晰的明白了很多知识的运用。整个程序的步骤LDD书中讲的很清晰,我在稍微总结一翻。1.创建你要的设备类型,次设备类型如同你要操作的对象,里面每个字段都是你要.........【阅读全文】