Chinaunix首页 | 论坛 | 博客
  • 博客访问: 586079
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

发布时间:2012-05-03 22:21:39

VMware环境下内核调试环境的搭建(KGDB)......【阅读全文】

阅读(3935) | 评论(0) | 转发(4)

发布时间:2015-03-30 10:58:51

http://www.delorie.com/gnu/docs/autoconf/autoconf_toc.html#SEC_Contents......【阅读全文】

阅读(636) | 评论(0) | 转发(0)

发布时间:2015-03-18 15:37:29

The simplest rule remains, though: Use whatever techniques make you productive. In the end, no one really cares if you call it a program or a script.......【阅读全文】

阅读(808) | 评论(0) | 转发(0)

发布时间:2015-03-16 16:51:10

# 总核数 = 物理CPU个数 X 每颗物理CPU的核数 # 总逻辑CPU数 = 物理CPU个数 X 每颗物理CPU的核数 X 超线程数# 查看物理CPU个数cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l# 查看每个物理CPU中core的个数(即核数)cat /proc/cpuinfo| grep "cpu cores"| uniq# 查看逻辑CPU的个数cat /proc/c.........【阅读全文】

阅读(2326) | 评论(0) | 转发(0)

发布时间:2015-03-13 15:39:07

http://www.rpm.org/max-rpm/index.htmlhttp://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/index.html......【阅读全文】

阅读(919) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册