上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 164 下一页
摘要: http://www.tinc-vpn.org/pipermail/tinc/2015-March/004076.html Problem With Android Configuration Vil Brekin vilbrekin at gmail.com Mon Mar 30 02:12:59 阅读全文
posted @ 2016-07-09 08:26 张同光 阅读(190) 评论(0) 推荐(0)
摘要: https://wiki.strongswan.org/issues/865Android >= 5.0.1, Problems when switching to WIFIAdded by M. C. over... 阅读全文
posted @ 2016-07-09 08:14 张同光 阅读(179) 评论(0) 推荐(0)
摘要: http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/l3_cli_n... 阅读全文
posted @ 2016-07-08 23:33 张同光 阅读(237) 评论(0) 推荐(0)
摘要: http://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7112-26.htmlUpdated:May 26, 201... 阅读全文
posted @ 2016-07-08 23:31 张同光 阅读(116) 评论(0) 推荐(0)
摘要: bridge="br_a_5" tap="tap_a_5" tunctl -t ${tap} ifconfig ${tap} up brctl addbr ${bridge} brctl addif ${bridge} ${tap} ifconfig ${bridge} up +++++++++++ 阅读全文
posted @ 2016-07-08 21:49 张同光 阅读(232) 评论(0) 推荐(0)
摘要: http://www.codesec.net/view/200831.html 在使用ucloud云主机的时候,发现他们制作镜像只能克隆系统盘数据制作,这是为什么,为什么不能连数据盘一起克隆呢,然后就问了一下他们的技术人员,他们底层用的是kvm技术,因为kvm镜像制作会按照你主机空间大小块来克隆,意 阅读全文
posted @ 2016-07-08 15:01 张同光 阅读(709) 评论(0) 推荐(0)
摘要: https://github.com/ztguang/linux/tree/master/kvm-qemu-libvirt-virtualization什么是KVMKVM(Kernel-based Virtual... 阅读全文
posted @ 2016-07-08 14:54 张同光 阅读(307) 评论(0) 推荐(0)
摘要: #!/system/bin/shcd /sdcard/tmpmount -o remount,rw /systemmount -o remount,rw /mkdir -p /system/xbin/quagga... 阅读全文
posted @ 2016-07-08 10:18 张同光 阅读(152) 评论(0) 推荐(0)
摘要: #!/system/bin/sh# execute "sed -i '460a init_in_android-x86_64.sh' /system/etc/init.sh" in android-x86_64-... 阅读全文
posted @ 2016-07-08 09:58 张同光 阅读(88) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2016-07-08 07:44 张同光 阅读(143) 评论(0) 推荐(0)
摘要: ----------------------------------------OK HOST AND GUEST can ping each other-----------------------------... 阅读全文
posted @ 2016-07-07 22:24 张同光 阅读(88) 评论(0) 推荐(0)
摘要: http://www.linux-kvm.org/page/9p_virtioExample Sharing Host files with the GuestThis example is based on q... 阅读全文
posted @ 2016-07-07 21:39 张同光 阅读(168) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/dog250/article/details/45788279 Linux的网卡驱动中内含了很多“虚拟网卡”。早先的文章曾经详细分析过tun,ifb等虚拟网卡,类似的思路,在虚拟化大行其道的趋势下,Linux源码树中不断增加对“网络虚拟化”的支持,不光是为了 阅读全文
posted @ 2016-07-07 20:27 张同光 阅读(536) 评论(0) 推荐(0)
摘要: #!/bin/sh # # This tool (seem-tools-CLI-semi-auto_4_vbox.sh) is released under GNU GPL v2,v3 # Author: Tongguang Zhang # Date: 2016-06-18 # # Note, Pr 阅读全文
posted @ 2016-07-07 15:47 张同光 阅读(132) 评论(0) 推荐(0)
摘要: #!/bin/sh # # This init script (seem-tools-auto_create_vm_android.sh) is released under GNU GPL v2,v3 # Author: Tongguang Zhang # Date: 2016-06-30 # # 阅读全文
posted @ 2016-07-07 15:46 张同光 阅读(94) 评论(0) 推荐(0)
摘要: https://kashyapc.fedorapeople.org/virt/add-network-card-in-guest.txtAdd a second NIC for a libvirt guest==... 阅读全文
posted @ 2016-07-07 15:36 张同光 阅读(120) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/yuanchao99/article/details/18086743下文domain表示虚拟机名字或id或uuid 1. 列出虚拟机的所有网口:virsh domifl... 阅读全文
posted @ 2016-07-07 15:23 张同光 阅读(148) 评论(0) 推荐(0)
摘要: http://www.thegeekstuff.com/2014/10/linux-kvm-create-guest-vm/by Karthikeyan Sadhasivamon October 20, 2014... 阅读全文
posted @ 2016-07-07 14:53 张同光 阅读(133) 评论(0) 推荐(0)
摘要: http://blog.elastocloud.org/2015/07/qemukvm-bridged-network-with-tap.htmlElasticitySunday, July 12, 2015QE... 阅读全文
posted @ 2016-07-07 14:11 张同光 阅读(363) 评论(0) 推荐(0)
摘要: https://www.ibm.com/support/knowledgecenter/linuxonibm/liaat/liaatbptap.htmLearn about QEMU networking opt... 阅读全文
posted @ 2016-07-07 14:05 张同光 阅读(243) 评论(0) 推荐(0)
上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 164 下一页