摘要:
http://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7112-26.htmlUpdated:May 26, 201... 阅读全文
摘要:
bridge="br_a_5" tap="tap_a_5" tunctl -t ${tap} ifconfig ${tap} up brctl addbr ${bridge} brctl addif ${bridge} ${tap} ifconfig ${bridge} up +++++++++++ 阅读全文
摘要:
http://www.codesec.net/view/200831.html 在使用ucloud云主机的时候,发现他们制作镜像只能克隆系统盘数据制作,这是为什么,为什么不能连数据盘一起克隆呢,然后就问了一下他们的技术人员,他们底层用的是kvm技术,因为kvm镜像制作会按照你主机空间大小块来克隆,意 阅读全文
摘要:
https://github.com/ztguang/linux/tree/master/kvm-qemu-libvirt-virtualization什么是KVMKVM(Kernel-based Virtual... 阅读全文
摘要:
#!/system/bin/shcd /sdcard/tmpmount -o remount,rw /systemmount -o remount,rw /mkdir -p /system/xbin/quagga... 阅读全文
摘要:
#!/system/bin/sh# execute "sed -i '460a init_in_android-x86_64.sh' /system/etc/init.sh" in android-x86_64-... 阅读全文
摘要:
http://www.android-x86.org/documents/debug-howto 2a. using adb with KVM (qemu) If you are using KVM instead of Virtualbox you may find the following u 阅读全文