随笔分类 - linux内核
摘要:http://www.cnblogs.com/yrpen/p/3777963.html http://www.cnblogs.com/hustcat/archive/2011/10/27/2226995.html http://www.cnblogs.com/hustcat/archive/2011
阅读全文
摘要:http://blog.csdn.net/fudan_abc/article/details/5738436
阅读全文
摘要:http://www.cnblogs.com/wangqiguo/p/5470602.html
阅读全文
摘要:http://kb.linuxvirtualserver.org/wiki/IPVS_FULLNAT_and_SYNPROXY
阅读全文
摘要:http://www.cnblogs.com/billyxp/p/3664672.html
阅读全文
摘要:http://blog.csdn.net/ljianhui/article/details/46734115
阅读全文
摘要:https://github.com/hellogcc/100-gdb-tips/blob/master/README.md
阅读全文
摘要:http://www.freebuf.com/sectool/99893.html
阅读全文
摘要:http://www.ibm.com/developerworks/cn/linux/l-graphvis/
阅读全文
摘要:http://www.blogjava.net/qileilove/archive/2013/09/04/403646.html
阅读全文
摘要:Downloading Packages:(1/10): gd-2.0.35-11.el6.x86_64.rpm | 142 kB 00:00 (2/10): graphviz-2.26.0-10.el6.x86_64.rpm | 1.0 MB 00:00 (3/10): libXaw-1.0.11
阅读全文
摘要:http://blog.csdn.net/ustc_dylan/article/category/469214
阅读全文
摘要:http://blog.csdn.net/acs713/article/category/1363650
阅读全文
摘要:http://myaut.github.io/dtrace-stap-book/
阅读全文
摘要:Playing with ptrace, Part II Issue 104 From Issue #104 December 2002 Dec 01, 2002 By Pradeep Padala inSysAdmin In Part II of his series on ptrace, Pradeep tackles the more advanced topics of se...
阅读全文
摘要:#include #include #include #include #include //#include #include const int long_size = sizeof(long); void reverse(char *str) { int i, j; char temp; for(i = 0, j ...
阅读全文
摘要:X86_64 的 Redhat / Centos / Scientific 下面,若要编译、运行32位程序,需要安装以下包: yum install libgcc.i686 yum install glibc-static.i686 yum install glibc-devel.i686 #include #include #include #include #include #in...
阅读全文
摘要:[root@monitor ~]# uname -aLinux monitor 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
阅读全文
摘要:http://blog.csdn.net/hmsiwtv/article/details/11022241
阅读全文
摘要:https://www.cl.cam.ac.uk/teaching/1516/L41/materials.html https://github.com/myaut/dtrace-stap-book
阅读全文