摘要: 010:")取出16进制值,在内核名字列表中查看一下,看下那个内核名称列表中, 究竟哪个内核函数包含这个被攻击的地址。 To find out the kernel function name, you''ll need to find the system binary associated with the kernel that exhibited the symptom. This is... 阅读全文
posted @ 2010-03-13 23:40 tungli 阅读(265) 评论(0) 推荐(0)
摘要: same version number as your working kernel, make a backup of your modules directory before you do a "make modules_install". 保存内核备份,方便处理某些东西出错的情况。这对开发版特别有用,由于新的发布版包含 那些没有被调试过的新代码。也要确认你保存那个内核所对应的模块的备份。... 阅读全文
posted @ 2010-03-13 23:40 tungli 阅读(371) 评论(0) 推荐(0)
摘要: ake defconfig" Create a ./.config file by using the default symbol values from arch/$ARCH/defconfig. 使用arch/$ARCH/defconfig中默认的特征值建立一个配置文件 "make allyesconfig" Create a ./.config file by setting symbol... 阅读全文
posted @ 2010-03-13 23:37 tungli 阅读(384) 评论(0) 推荐(0)
摘要: 获取更多的信息。 Alternatively, the script patch-kernel can be used to automate this process. It determines the current kernel version and applies any patches found. 还有个办法,脚本patch-kernel可以自动完成这个过程。它判断当前内核的版本号... 阅读全文
posted @ 2010-03-13 23:36 tungli 阅读(423) 评论(0) 推荐(0)
摘要: Linux kernel release 2.6.xx <http://kernel.org/>These are the release notes for Linux version 2.6. Read them carefully,as they tell you what this is all about, explain how to install thekernel, ... 阅读全文
posted @ 2010-03-13 23:35 tungli 阅读(960) 评论(0) 推荐(0)
摘要: linux的压缩/解压缩命令(tar,gzip等)及示例tar命令 [root@linux ~]# tar [-cxtzjvfpPN] 文件与目录 ....参数:-c :建立一个压缩文件的参数指令(create 的意思);-x :解开一个压缩文件的参数指令!-t :查看 tarfile 里面的文件!特别注意,在参数的下达中, c/x/t 仅能存在一个!不可同时存在!因为不可能同时压缩与解压缩。-z... 阅读全文
posted @ 2010-03-13 23:00 tungli 阅读(1345) 评论(0) 推荐(0)
摘要: Linux主机名Hostname详解 关键字: linux主机名hostname详解 1、 什么是主机名:   无论在局域网还是INTERNET上,每台主机都有一个IP地址,是为了区分此台主机和彼台主机,也就是说IP地址就是主机的门牌号。但IP地址不方便记忆,所以又有了域名。域名只是在公网(INtERNET)中存在(以实验为目的的局域网域网实验性除外),每个域名都对应一个IP地址,但一个 IP地址... 阅读全文
posted @ 2010-03-13 18:04 tungli 阅读(3132) 评论(0) 推荐(0)