2013年1月30日

Difference in the result compiled by G++ and Microsoft cpp compiler.

摘要: there are some output difference in the result compiled by G++ and Microsoft cpp compiler. 阅读全文

posted @ 2013-01-30 02:33 ghostli123 阅读(135) 评论(0) 推荐(0) 编辑

2013年1月23日

Reinstall Ubuntu

摘要: 1. install jdkhttp://www.2cto.com/os/201111/110060.htmlhttp://hi.baidu.com/pj1990zp/item/7c9e9795681c65835814618ehttp://www.wikihow.com/Install-Oracle... 阅读全文

posted @ 2013-01-23 13:28 ghostli123 阅读(2511) 评论(0) 推荐(0) 编辑

2013年1月21日

DNS attack experiment

摘要: ghostli123@ghostli123-HP-Pro-3380-MT:~/Yang/12.29/tcpdump-4.3.0$ tcpdump -r ../2012.udp.pcap port 53 -w pureDNS.pcapreading from file ../2012.udp.pcap, link-type EN10MB (Ethernet)tcpdump: pcap_loop: bogus savefile headerghostli123@ghostli123-HP-Pro-3380-MT:~/Yang/12.29/tcpdump-4.3.0$ tcpdump -r pure 阅读全文

posted @ 2013-01-21 22:43 ghostli123 阅读(427) 评论(0) 推荐(0) 编辑

repair grub in Ubuntu

摘要: This link certainly solved my problem.https://help.ubuntu.com/community/Boot-Repair#A2nd_option_:_install_Boot-Repair_in_Ubuntu 阅读全文

posted @ 2013-01-21 11:32 ghostli123 阅读(120) 评论(0) 推荐(0) 编辑

2013年1月20日

Ubuntu下使用adb

摘要: 首先需安装jdk并配置环境变量1、下载sdkforlinuxhttp://developer.android.com/sdk/index.html2、解压缩,并更新cd ~/android-sdk-linux/tools./andirod3、配置环境变量sudo gedit ~/.bashrc#set path for android sdk toolsexport PATH=$PATH:~/android-sdk-linux/tools/export PATH=$PATH:~/android-sdk-linux/platform-tools/4、保存后,同步更新source ~/.bashr 阅读全文

posted @ 2013-01-20 15:59 ghostli123 阅读(480) 评论(0) 推荐(0) 编辑

LD_PRELOAD[quote]

摘要: add LD_PRELOAD commend: $ export LD_PRELOAD="./hack.so"delete LD_PRELOAD commend: $ unset LD_PRELOAD在Unix操作系统的动态链接库的世界中,LD_PRELOAD就是这样一个环境变量,它可以影响程序的运行时的链接(Runtime linker),它允许你定义在程序运行前优先加载的动态链接库。这个功能主要就是用来有选择性的载入Unix操作系统不同动态链接库中的相同函数。通过这个环境变量,我们可以在主程序和其动态链接库的中间加载别 的动态链接库,甚至覆盖正常的函数库。一方面,我们可 阅读全文

posted @ 2013-01-20 15:34 ghostli123 阅读(252) 评论(0) 推荐(0) 编辑

2011年12月22日

排队论

摘要: 哪个导师的学生?噢。排队论是一门应用型的学科(解决系统性能问题),而随机过程是基础学科,这个实验和排队论没有一点关系,你自己去看随机过程的书吧。 阅读全文

posted @ 2011-12-22 10:21 ghostli123 阅读(192) 评论(0) 推荐(0) 编辑

2011年8月15日

新闻随感(摩托罗拉125亿被Google收购)

摘要: 如果我是摩托罗拉的成员,这个时候差不多可以离开了,套现所有的股票。感觉Google维持不了每股40美元的股价。更为重要的是,企业已经不是自己的企业了,在感情归属上失去了重心。 阅读全文

posted @ 2011-08-15 21:46 ghostli123 阅读(147) 评论(0) 推荐(0) 编辑

(五天后)看了一些survey以后,老师给的建议

摘要: 可以从一个好的survey的一段入手来展开写这个方向,深入探讨下去,让别人对这个领域的问题,研究现状以及发展方向有个比较好的了解。 阅读全文

posted @ 2011-08-15 21:32 ghostli123 阅读(119) 评论(0) 推荐(0) 编辑

新学期到来

摘要: 归纳整理自己看过的文章,写一篇自己研究方向的survey。 阅读全文

posted @ 2011-08-15 21:30 ghostli123 阅读(108) 评论(0) 推荐(0) 编辑

导航