摘要:
获取更多的信息。 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可以自动完成这个过程。它判断当前内核的版本号... 阅读全文
摘要:
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, ... 阅读全文
摘要:
linux的压缩/解压缩命令(tar,gzip等)及示例tar命令 [root@linux ~]# tar [-cxtzjvfpPN] 文件与目录 ....参数:-c :建立一个压缩文件的参数指令(create 的意思);-x :解开一个压缩文件的参数指令!-t :查看 tarfile 里面的文件!特别注意,在参数的下达中, c/x/t 仅能存在一个!不可同时存在!因为不可能同时压缩与解压缩。-z... 阅读全文
摘要:
Linux主机名Hostname详解 关键字: linux主机名hostname详解 1、 什么是主机名: 无论在局域网还是INTERNET上,每台主机都有一个IP地址,是为了区分此台主机和彼台主机,也就是说IP地址就是主机的门牌号。但IP地址不方便记忆,所以又有了域名。域名只是在公网(INtERNET)中存在(以实验为目的的局域网域网实验性除外),每个域名都对应一个IP地址,但一个 IP地址... 阅读全文