2011年11月30日
摘要: Q:The headers for the current running kernel were not found.error in /var/log/vboxadd-install.log/tmp/vbox.0/Makefile.include.header:97: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR= and run Make againA:安装缺少的包,并创建一个符号链接就可以了。yum install kernel-devel gcc makels 阅读全文
posted @ 2011-11-30 16:57 eshizhan 阅读(1948) 评论(1) 推荐(1) 编辑
摘要: 不看不知道,一看真奇妙,太简单了,KISS法则 符号:` 名称:反引号,上分隔符 位置:反引号(`)这个字符一般在键盘的左上角,数字1的左边,与(~)在同一键上,不要将其同单引号(’)混淆 作用:反引号括起来的字符串被shell解释为命令行,在执行时,shell首先执行该命令行,并以它的标准输出结果 阅读全文
posted @ 2011-11-30 16:39 eshizhan 阅读(23457) 评论(0) 推荐(2) 编辑