
linux
kernel121
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx + django
nginx-0.8.45django-1.2 #user nobody;worker_processes 2;error_log logs/error.log;# error_log logs/error.log notice;# error_log logs/error.log info;#pid logs/nginx.p...原创 2010-07-21 12:21:06 · 130 阅读 · 0 评论 -
Systemtap on ubuntu
[url]http://linux.chinaunix.net/techdoc/system/2008/12/21/1054028.shtml[/url]2010-02-23 17:45:45 · 101 阅读 · 0 评论 -
gdb thread apply all
gdb > thread apply all bt 不需一个线程一个线程切换了。原创 2010-06-02 11:23:58 · 2967 阅读 · 0 评论 -
undefined reference __dn_expand
$ objdump -T /lib/libresolv.so.2|grep dn_expand000040e0 w DF .text 0000005e GLIBC_2.0 dn_expand000040e0 g DF .text 0000005e GLIBC_2.2 __dn_expandLooks like the newer glibc abi added a couple o...原创 2010-06-27 21:21:54 · 1344 阅读 · 0 评论 -
ip addr
IP Alias ip addr add 192.168.1.198/24 dev eth0ip addr add 192.168.1.199/24 dev eth0原创 2010-06-30 15:17:15 · 223 阅读 · 0 评论