摘要: 1. install xclip sudo apt-get install xclip 2. install gvim sudo apt-get install vim-gnome 此时使用 “+ 寄存器就可以工作了。 ref: http://vim.wikia.com/wiki/Accessing 阅读全文
posted @ 2015-09-21 09:30 lvmxh 阅读(358) 评论(0) 推荐(0) 编辑
摘要: neutron网络总览 (gitbook) 运行结果如下: $ ./nova-ifinfo a7026868-407c-4c54-bb8f-a68623d7e13fvm name is: instance-00000035 # 查找VM的名字qemu pid is: 43146, iface hos 阅读全文
posted @ 2015-08-25 19:00 lvmxh 阅读(452) 评论(0) 推荐(0) 编辑
摘要: $ sudo cat >> /usr/bin/nova-ssh << ENDFIRST=$1IDX=`expr index $1 "@"`if [[ $IDX == "0" ]] ; then echo "please input the user name" exit 1fiUSER=${FIRS... 阅读全文
posted @ 2015-08-14 10:44 lvmxh 阅读(545) 评论(0) 推荐(0) 编辑
摘要: http://www.blogjava.net/lihao336/archive/2010/10/11/334367.htmlLinux Shell History (快速使用Linux命令) Linux 历史特性 使用history命令可以调出历史曾经用过的命令列表 shell> history ... 阅读全文
posted @ 2015-08-14 08:52 lvmxh 阅读(458) 评论(0) 推荐(0) 编辑
摘要: openstack understand neutron https://www.gitbook.com/book/yeasy/openstack_understand_neutron/details linux 上实现 vxlan 网络 (英文版) 自己总结一下: 分析 VTEP的情况, 即Vxl 阅读全文
posted @ 2015-07-22 14:47 lvmxh 阅读(4575) 评论(0) 推荐(1) 编辑
摘要: 有关openstack的所有的帖子。https://www.ustack.com/blog/openstack_hacker/#Nova_Workflow网上已经很多的分析文章了:http://blog.csdn.net/ddl007/article/details/8602731?utm_sour... 阅读全文
posted @ 2015-07-08 18:33 lvmxh 阅读(622) 评论(0) 推荐(0) 编辑
摘要: pbr的介绍不多, http://ju.outofmemory.cn/entry/156745$ mkdir entry_test; cd entry_test; git init$ mkdir -p mypackage/api/v1/$ touch mypackage/__init__.py; t... 阅读全文
posted @ 2015-07-06 16:10 lvmxh 阅读(3559) 评论(0) 推荐(1) 编辑
摘要: http://libvirt.org/git/$ git clone git://libvirt.org/libvirt-python.git2013年的事情了。$ git show a7a1244commit a7a1244a739d134a9aca7f76c12d63043810c077Auth... 阅读全文
posted @ 2015-06-01 22:42 lvmxh 阅读(294) 评论(0) 推荐(0) 编辑
摘要: http://libvirt.org/git/$ git clone git://libvirt.org/libvirt-python.git2013年的事情了。$ git show a7a1244commit a7a1244a739d134a9aca7f76c12d63043810c077Auth... 阅读全文
posted @ 2015-06-01 22:41 lvmxh 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 很久没有编译 libvirt了。 工作需要,重新编译。 [org_ref]: http://libvirt.org/compiling.html 很简单。 编译过程, 还是很多问题。 依赖包(给懒人参考): $ sudo apt-get install libtool libxml-xpath-pe 阅读全文
posted @ 2015-05-31 01:27 lvmxh 阅读(640) 评论(0) 推荐(0) 编辑