在线笔记
全部博文(596)
发布时间:2013-04-23 10:34:19
#!/bin/shwhile [ "1" = "1" ]do# do somethingdone#!/bin/shwhile test "1" = "1" do# do somethingdone#: 表示空语句#/bin/shwhile :.........【阅读全文】
发布时间:2013-04-17 23:34:27
$sudo apt-get install linux-headers-$(uname -r)......【阅读全文】
发布时间:2013-04-17 22:46:06
1.安装sudo apt-get install linux-tools-common sudo apt-get install linux-tools或者http://manpages.ubuntu.com/manpages/lucid/man1/perf.1.html2.教程https://code.google.com/p/kernel/wiki/PerfUserGuidehttp://www.ibm.com/developerworks/cn/linux/l-cn-perf1/?ca=drs-......【阅读全文】