随笔分类 -  999_OK

摘要:http://stackoverflow.com/questions/28538091/using-persistant-storage-in-linux-kernel I am trying to use persistent store(Pstore) available in linux ke 阅读全文
posted @ 2016-09-02 21:04 张同光 阅读(310) 评论(0) 推荐(0) 编辑
摘要:+++++++++++++++++++++++++++++++++++++++++++++++++++ 无法完成安装:'内部错误:early end of file from monitor: possible problem: 2016-08-30T03:16:13.455843Z qemu-sy 阅读全文
posted @ 2016-08-30 15:45 张同光 阅读(136) 评论(0) 推荐(0) 编辑
摘要:hsl_experiment.txt # # 3 files # /root/hsl-win7-ns3-root.sh /root/hsl_install_6_docker-centos-quagga.sh /opt/share-vm/fedora23server-share/seem-6-win7 阅读全文
posted @ 2016-08-10 16:58 张同光 阅读(142) 评论(0) 推荐(0) 编辑
摘要:hsl-5-win7-ns3-root.sh #!/bin/sh # # This tool is released under GNU GPL v2,v3 # Author: Tongguang Zhang # Date: 2016-06-18 # # Note, Prerequisites fo 阅读全文
posted @ 2016-07-31 17:43 张同光 阅读(150) 评论(0) 推荐(0) 编辑
摘要:https://www.nsnam.org/wiki/Installation Prerequisites dnf install gcc gcc-c++ python python-devel mercurial bzr gsl gsl-devel gtk2 gtk2-devel gdb valg 阅读全文
posted @ 2016-07-31 16:18 张同光 阅读(313) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/zhuting/p/5675925.html 本周调研了一下多径TCP(MPTCP),几经周折终于从小白到将MPTCP协议配置到Linux系统中,并成功地通过MPTCP协议访问了支持MPTCP协议的检测网站。 本文主要介绍 实验环境无线网卡驱动的安装MP 阅读全文
posted @ 2016-07-28 17:56 张同光 阅读(402) 评论(0) 推荐(0) 编辑
摘要:// vi system/core/rootdir/init.rc // sh /system/xbin/quagga/sbin/init_in_android-x86_64.sh scp /opt/share-vm/fedora23server-share/seem_init.sh 10.109. 阅读全文
posted @ 2016-07-15 23:31 张同光 阅读(221) 评论(0) 推荐(0) 编辑
摘要:http://www.liweifan.com/2014/12/03/android-initrc-shell-script/ 2014年12月03日Android评论 3 条阅读 110,829 次 摘要: 本文介绍了一种在Android 4.2.2源码中添加、修改文件或者代码,来达到使Andro 阅读全文
posted @ 2016-07-15 22:34 张同光 阅读(554) 评论(0) 推荐(0) 编辑
摘要:[root@localhost ~]# cd /opt/android-x86/android-x86-6.0-rc1/ [root@localhost android-x86-6.0-rc1]# cat /etc/redhat-release Fedora release 24 (Twenty F 阅读全文
posted @ 2016-07-14 22:10 张同光 阅读(197) 评论(0) 推荐(0) 编辑
摘要:http://blog.chinaunix.net/uid-25909619-id-3554423.html //命令行测试wlan //加载驱动 #insmod /system/lib/modules/ath6kl/cfg80211.ko #insmod /system/lib/modules/a 阅读全文
posted @ 2016-07-09 14:36 张同光 阅读(416) 评论(0) 推荐(0) 编辑
摘要: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 张同光 阅读(178) 评论(0) 推荐(0) 编辑
摘要:bridge="br_a_5" tap="tap_a_5" tunctl -t tapifconfig{tap} up brctl addbr bridgebrctladdif{bridge} tapifconfig{bridge} up +++++++++++ 阅读全文
posted @ 2016-07-08 21:49 张同光 阅读(223) 评论(0) 推荐(0) 编辑
摘要:http://www.codesec.net/view/200831.html 在使用ucloud云主机的时候,发现他们制作镜像只能克隆系统盘数据制作,这是为什么,为什么不能连数据盘一起克隆呢,然后就问了一下他们的技术人员,他们底层用的是kvm技术,因为kvm镜像制作会按照你主机空间大小块来克隆,意 阅读全文
posted @ 2016-07-08 15:01 张同光 阅读(673) 评论(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 张同光 阅读(135) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/dog250/article/details/45788279 Linux的网卡驱动中内含了很多“虚拟网卡”。早先的文章曾经详细分析过tun,ifb等虚拟网卡,类似的思路,在虚拟化大行其道的趋势下,Linux源码树中不断增加对“网络虚拟化”的支持,不光是为了 阅读全文
posted @ 2016-07-07 20:27 张同光 阅读(512) 评论(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 张同光 阅读(126) 评论(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 张同光 阅读(89) 评论(0) 推荐(0) 编辑
摘要:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775266 Package: virtualbox Version: 4.3.20-dfsg-1 Severity: important When using virtualbox VMs in B 阅读全文
posted @ 2016-07-07 10:07 张同光 阅读(189) 评论(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-06-30 15:41 张同光 阅读(108) 评论(0) 推荐(0) 编辑
摘要:#!/bin/sh # # This tool (seem-tools-CLI-semi-auto.sh) is released under GNU GPL v2,v3 # Author: Tongguang Zhang # Date: 2016-06-18 # # Note, Prerequis 阅读全文
posted @ 2016-06-29 22:52 张同光 阅读(103) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示