07 2011 档案

摘要:网桥管理添加名为br0的网桥ovs-vsctl add-br br0删除名为br0的网桥ovs-vsctl del-br br0列出所有网桥ovs-vsctl list-br判断网桥br0是否存在ovs-vsctl br-exists br0列出挂接到网桥br0上的所有网络接口ovs-vsctl l... 阅读全文
posted @ 2011-07-25 15:02 wangicter的博客 阅读(465) 评论(0) 推荐(0)
摘要:作者:gnuhpc http://blog.csdn.net/gnuhpc/1.移动光标在当前行里面有效的移动光标,注意这些字母都可以配合删除、移动等操作。fx:移动光标到当前行的下一个 x 处。很明显,x 可以是任意一个字母,而且你可以使用 ; 来重复你的上一个 f 命令。tx:和上面的命令类似,... 阅读全文
posted @ 2011-07-21 20:20 wangicter的博客 阅读(252) 评论(0) 推荐(0)
摘要:#include using namespace std;int main(int argc, char* argv[]){ifstream in("file.txt");in.seekg(0, ios::end); //设置文件指针到文件流的尾部streampos ps = in.tellg();... 阅读全文
posted @ 2011-07-20 13:58 wangicter的博客 阅读(362) 评论(0) 推荐(0)
摘要:进入解压后目录,输入以下命令配置Open vSwitch工程,生成Makefile文件。[root@localhost ~]# ./configure --with-l26=/lib/modules/`uname -r`/build--with-l26:生成内核模式的Open vSwitch时需指定... 阅读全文
posted @ 2011-07-01 16:02 wangicter的博客 阅读(276) 评论(0) 推荐(0)
摘要:资料来源:http://noxrepo.org/noxwiki/index.php/Special:AllPagesTopologyFrom WikidbJump to: navigation,searchOverview The Topology application provides an i... 阅读全文
posted @ 2011-07-01 15:53 wangicter的博客 阅读(218) 评论(0) 推荐(0)
摘要:Developing in NOX:Building a Python only component Pure python components are much simpler to construct than C++ components. As an example, see src/no... 阅读全文
posted @ 2011-07-01 15:28 wangicter的博客 阅读(266) 评论(0) 推荐(0)
摘要:学习材料:http://noxrepo.org/noxwiki/index.php/NOX_Installation#InstallationQ&A:NOX runs, now what?Many users start by playing around with the pyswitch com... 阅读全文
posted @ 2011-07-01 15:26 wangicter的博客 阅读(330) 评论(0) 推荐(0)