<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Linux社区</title>
<link>http://www.kuqin.com/linux/</link>
<description>挖经验 / Linux社区</description>
<language>zh-cn</language>
<generator>Copyright &amp;copy; 2007-2008 &lt;A href=&quot;http://www.kuqin.com&quot;&gt;酷勤网&lt;/A&gt; All Rights Reserved
&lt;A href=&quot;http://www.miibeian.gov.cn/&quot; target=&quot;_blank&quot;&gt;京ICP备07011765号&lt;/A&gt;</generator>
<webmaster>kuqin.com@163.com</webmaster>
<item>
    <title>Linux网站维护常用命令</title>
    <link>http://www.kuqin.com/linux/20090704/60472.html</link>
    <description>实时查看正在执行的sql语句

/usr/sbin/tcpdump -i eth0 -s 0 -l -w - dst port 3306 | strings | egrep -i 'SELECT|UPDATE|DELETE|INSERT|SET|COMMIT|ROLLBACK|CREATE|DROP|ALTER|CALL'
查看http连接
netstat -n | awk '/^tcp/ {++state[$NF]} END {for(key in </description>
    <pubDate>2009-07-04</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Linux命令free详解</title>
    <link>http://www.kuqin.com/linux/20090629/59497.html</link>
    <description>前段时间有个项目的用C写的，性能测试时发现内存泄露问题。关于怎么观察内存使用问题，free是很好用的一个命令。
bash-3.00$ free
total&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; used&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; free&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shared&amp;nbsp;&amp;nb</description>
    <pubDate>2009-06-29</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>Taobao QA Team</comments>
</item>
<item>
    <title>Linux查看系统配置常用命令</title>
    <link>http://www.kuqin.com/linux/20090629/59495.html</link>
    <description>Linux查看系统配置常用命令
2009-04-13 17:16系统 # uname -a # 查看内核/操作系统/CPU信息
# head -n 1 /etc/issue # 查看操作系统版本
# cat /proc/cpuinfo # 查看CPU信息
# hostname # 查看计算机名
# lspci -tv # 列出所有PCI设备
# lsusb -tv # 列出所有USB设备
#</description>
    <pubDate>2009-06-29</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>Taobao QA Team</comments>
</item>
<item>
    <title>Linux命令vmstat介绍</title>
    <link>http://www.kuqin.com/linux/20090629/59494.html</link>
    <description>vmstat介绍
通过STATSPACK收集服务器信息，主要通过收集VMSTAT的信息来展现服务器状况。VMSTAT工具是最常见的Unix监控工具，可以展现给定时间间隔的服务器的状态值。
一般VMSTAT工具的使用是通过两个数字参数来完成的，第一个参数是采样的时间间隔数，单位是秒，第二</description>
    <pubDate>2009-06-29</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>Taobao QA Team</comments>
</item>
<item>
    <title>在Linux中打开了太多文件（Too many open files）的解决方法</title>
    <link>http://www.kuqin.com/linux/20090624/58441.html</link>
    <description>回答一、
Linux内核有时会报告“Too many open files”，起因是file-max默认值（8096）太小。要解决这个问题，可以root身份执行下列命令（或将它们加入/etc/rcS.d/*下的init脚本。）
# echo &quot;65536&quot;&amp;nbsp; &gt; /proc/sys/fs/file-max&amp;nbsp; # 适</description>
    <pubDate>2009-06-24</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>关于Unix哲学</title>
    <link>http://www.kuqin.com/linux/20090618/57587.html</link>
    <description>先讲两个很老的小故事。


第一个故事。
有一家日本最大的化妆品公司，收到了用户的投诉。用户抱怨买来的肥皂盒是空的。这家公司为了防止再发生这样的事故，很辛苦地发明了一台X光检查器，能够透视每一个出货的肥皂盒。
同样的事故，发生在一家小公司。他们的</description>
    <pubDate>2009-06-18</pubDate>
    <category>Linux社区</category>
    <author>阮一峰</author>
    <comments>阮一峰的网络日志</comments>
</item>
<item>
    <title>高级Unix命令</title>
    <link>http://www.kuqin.com/linux/20090617/57350.html</link>
    <description>在Unix操作中有太多太多的命令，这些命令的强大之处就是一个命令只干一件事，并把这件事干好。Do one thing， do it well。这是unix的哲学。而且Unix首创的管道可以把这些命令任意地组合，以完成一个更为强大功能。这些哲学到今天都在深深地影响着整个计算机产业。比如</description>
    <pubDate>2009-06-17</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷壳</comments>
</item>
<item>
    <title>对Unix 40岁的一些感想</title>
    <link>http://www.kuqin.com/linux/20090613/56310.html</link>
    <description>本文来自：http://www.ruanyifeng.com/blog/2009/06/unix_turns_40.html
上个星期，ComputerWorld发表了一组文章，庆祝Unix操作系统诞生40周年。ComputerWorld文章译文：《Unix 40年：昨天，今天和明天》

虽然我以前就知道Unix的故事，但是这组文章还是令我读得津津</description>
    <pubDate>2009-06-13</pubDate>
    <category>Linux社区</category>
    <author>阮一峰</author>
    <comments>阮一峰的网络日志</comments>
</item>
<item>
    <title>Unix 40年：昨天，今天和明天</title>
    <link>http://www.kuqin.com/linux/20090612/56069.html</link>
    <description>经历了四个十年，操作系统的未来充满了变数，但传奇将会是永久的
原文：链接–Computerworld
译文：链接–酷壳
正文
40年前的一个夏天，一个程序员只用了一个月的时间就创造出了这个世界上迄今为止最重要一个软件的原型。
在1969年8月，Ken Thompson，AT&amp;</description>
    <pubDate>2009-06-12</pubDate>
    <category>Linux社区</category>
    <author>Gary Anthes</author>
    <comments>酷壳</comments>
</item>
<item>
    <title>使用wget来下载文件</title>
    <link>http://www.kuqin.com/linux/20090605/55078.html</link>
    <description>今天上网查了一些关于wget这个强大的网络工具的使用方法,现列举如下:

wget 使用技巧集锦
wget的使用形式是：
wget [参数列表] URL
首先来介绍一下wget的主要参数：
· -b：让wget在后台运行，记录文件写在当前目录下&quot;wget-log&quot;文件中；
· -t</description>
    <pubDate>2009-06-05</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>wget下载网站目录下的所有文件</title>
    <link>http://www.kuqin.com/linux/20090605/55077.html</link>
    <description>wget是linux下命令行的下载工具，功能很强大，虽然我很少用，一般下在一些小东西都是直接用firefox，seamonkey这些浏览器自带的下载功能下载，没有必要用wget或者其他下载工具。但是某些时候却不是浏览器自带的下载功能和一些其他的下载软件所能做的的，这时候就得用wge</description>
    <pubDate>2009-06-05</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>blogspot</comments>
</item>
<item>
    <title>方便的网络下载工具wget</title>
    <link>http://www.kuqin.com/linux/20090605/55076.html</link>
    <description>wget是一个强力方便的命令行方式下的下载工具。本文介绍了wget的基本用法。
网络用户有时候会遇到需要下载一批文件的情况，有时甚至需要把整个网站下载下来或者制作网站的镜像。在Windows下的用户都比较熟悉 Teleport，webzip等等网站下载工具，实际上AIX中也完全可以</description>
    <pubDate>2009-06-05</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>IBM中国技术支持与下载</comments>
</item>
<item>
    <title>Linux批量替换文件内容</title>
    <link>http://www.kuqin.com/linux/20090529/53781.html</link>
    <description>手工一个个改文件配置有点不太实际,所以google了一下,找到批量替换文件内容的好方法,命令结构如下:find -name '要查找的文件名' | xargs perl -pi -e 's|被替换的字符串|替换后的字符串|g'</description>
    <pubDate>2009-05-29</pubDate>
    <category>Linux社区</category>
    <author>kuuyee</author>
    <comments>BlogJava</comments>
</item>
<item>
    <title>Linux设备驱动Hello World程序介绍</title>
    <link>http://www.kuqin.com/linux/20090507/50176.html</link>
    <description>在本文中，我们学习如何编写一个简单的linux内核模块和设备驱动程序。我将学习到如何在内核模式下以三种不同的方式来打印hello world，这三种方式分别是： printk()，/proc文件，/dev下的设备文件。</description>
    <pubDate>2009-05-07</pubDate>
    <category>Linux社区</category>
    <author>Valerie Henson</author>
    <comments>酷壳</comments>
</item>
<item>
    <title>Linux swap 是必需的吗？ </title>
    <link>http://www.kuqin.com/linux/20090505/49563.html</link>
    <description>即使你的机器拥有足够多的物理内存，也有一些程序会在它们初始化时残留的极少再用到的内存分页内容转移到 swap 空间，以此让出物理内存空间。对于有发生内存泄漏几率的应用程序（进程），swap 空间更是重要。</description>
    <pubDate>2009-05-05</pubDate>
    <category>Linux社区</category>
    <author>Marcher</author>
    <comments>物以类聚</comments>
</item>
<item>
    <title>Linux 省电10招</title>
    <link>http://www.kuqin.com/linux/20090429/48866.html</link>
    <description>1. Linux Kernel 2.6.21 开始支持 Tickless，于是系统空闲时不再无故骚扰 CPU，可以节省大量能耗；2. 编译内核（make menuconfig）启用 Tickless和 CONFIG_USB_SUSPEND；3. PowerTOP 可以找出计算机闲置时哪些进程耗电最多……</description>
    <pubDate>2009-04-29</pubDate>
    <category>Linux社区</category>
    <author>hutuworm</author>
    <comments>知道分子</comments>
</item>
<item>
    <title>进程优先级和进程nice值？</title>
    <link>http://www.kuqin.com/linux/20090424/47813.html</link>
    <description>在系统启动的过程中，init进程会被赋予0（HP-UX系统值会被赋予20），其他所有进程继承了这个nice值（因为其他的进程都是init的子进程）。对于用户，从他们开始登陆初始化进程，其余在其底下衍生出来的子进程也会赋予该nice值。</description>
    <pubDate>2009-04-24</pubDate>
    <category>Linux社区</category>
    <author>胜通</author>
    <comments>Taobao DBA Team </comments>
</item>
<item>
    <title>echo 与 sudo</title>
    <link>http://www.kuqin.com/linux/20090423/47596.html</link>
    <description>本文介绍如何将 echo 命令与 sudo 命令配合使用，实现向那些只有系统管理员才有权限操作的文件中写入信息。</description>
    <pubDate>2009-04-23</pubDate>
    <category>Linux社区</category>
    <author>galeki</author>
    <comments>LinuxGem</comments>
</item>
<item>
    <title>微软能够帮助Linux的10个方面</title>
    <link>http://www.kuqin.com/linux/20090419/46725.html</link>
    <description>1、标准；2、代码分享；3、微软牌Linux；4、应用程序；5、营销；6、开发；7、普及；8、硬件支持；9、企业级的支持；10、消除开源威胁论。</description>
    <pubDate>2009-04-19</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>csdn</comments>
</item>
<item>
    <title> UNIX平均负载 第一部分 ：如何工作</title>
    <link>http://www.kuqin.com/linux/20090419/46646.html</link>
    <description>平均负载不是一个传统意义中的UNIX命令。相反，它是一个嵌入式的指标，显示在其他Unix命令如uptime和procinfo的输出中。这些命令通常是被UNIX的系统管理员用来观察系统资源消耗的。</description>
    <pubDate>2009-04-19</pubDate>
    <category>Linux社区</category>
    <author>Dr. Neil Gunther</author>
    <comments>译言</comments>
</item>
<item>
    <title>PHP监控Linux服务器负载</title>
    <link>http://www.kuqin.com/linux/20090417/46472.html</link>
    <description>由于Web Server以及PHP的实现方式所限，我们在现实环境中很难利用PHP去调用一些Linux中需要root权限才能执行的程序，对此，我从网上找到另外一种方式来绕开这个限制。</description>
    <pubDate>2009-04-17</pubDate>
    <category>Linux社区</category>
    <author>kimi</author>
    <comments>平凡的世界</comments>
</item>
<item>
    <title>PHP执行linux系统命令</title>
    <link>http://www.kuqin.com/linux/20090417/46471.html</link>
    <description>本文介绍如何在PHP中执行系统命令从而实现一些特殊的目的，比如监控服务器负载，重启MySQL、更新SVN、重启Apache等。</description>
    <pubDate>2009-04-17</pubDate>
    <category>Linux社区</category>
    <author>kimi</author>
    <comments>平凡的世界</comments>
</item>
<item>
    <title>Debian Linux LVM 配置手册</title>
    <link>http://www.kuqin.com/linux/20090402/43733.html</link>
    <description>LVM - Logical Volume Manager 是Linux系统下最强大的磁盘管理技术之一.它将您从不得不思考物理容量中解脱出来,代之以逻辑形式来思考这些容量. 当您需要考虑如何替用户数据和系统文件分配空间的时候,LVM可以让您彻底忘记传统的分区做法.</description>
    <pubDate>2009-04-02</pubDate>
    <category>Linux社区</category>
    <author>REISTLIN [雷斯林]</author>
    <comments>Reistlin.Com</comments>
</item>
<item>
    <title>Solaris的设备命名</title>
    <link>http://www.kuqin.com/linux/20090330/43135.html</link>
    <description>磁盘命名规则为 /dev/[r]dsk/c0t0d0s0 ，其中 0 表示数字，如 /dev/dsk/c0t3d0s0 。网卡是直接以驱动程序名称来命名的。比如我用的网卡是Broadcom的，所以网卡名称就是 bge0。</description>
    <pubDate>2009-03-30</pubDate>
    <category>Linux社区</category>
    <author>charlee</author>
    <comments>idv2</comments>
</item>
<item>
    <title>深度介绍Linux内核是如何工作的</title>
    <link>http://www.kuqin.com/linux/20090327/42998.html</link>
    <description>Kernel通过许多的进入端口也就是我们从技术角度所说的系统调用，来使得运行在它上面的应用程序可用。Kernel使用的系统调用比如&quot;读&quot;和&quot;写&quot;来提供你硬件的抽象（abstraction）。</description>
    <pubDate>2009-03-27</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>csdn</comments>
</item>
<item>
    <title>其实Unix很简单</title>
    <link>http://www.kuqin.com/linux/20090322/41873.html</link>
    <description>“高内聚，低藕合”的给Unix造成的结果是，其系统中基本上都是功能单一的小程序，这些小程序就像积木一样，当我们需要构造建一个自定义的建筑时，大多数情况下，我们只需要做的只是一个“搭积木”的简单游戏。</description>
    <pubDate>2009-03-22</pubDate>
    <category>Linux社区</category>
    <author>陈皓</author>
    <comments>csdn博客</comments>
</item>
<item>
    <title>你适合作哪一种类型的Linux程序员？</title>
    <link>http://www.kuqin.com/linux/20090315/40164.html</link>
    <description>各个IT公司招聘Linux程序员。结起来就是三条路：1. 网络：a. 系统管理员；b. 网页开发工程师；2. 嵌入式开发： 主要是手机的开发，同时还有一些视频设备等等电子设备的开发；3. 程序开发</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>完全用Linux工作，摈弃Windows</title>
    <link>http://www.kuqin.com/linux/20090315/40162.html</link>
    <description>UNIX 比 Windows 更适合用于科学研究工作，请大家理解 UNIX 的工作方式，不要用 Windows 的标准来要求 Linux，而要用一个科学工作者的标准来要求自己，用UNIX 的思想来武装自己。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>王垠</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>循序渐进学习Linux之特性综述</title>
    <link>http://www.kuqin.com/linux/20090315/40161.html</link>
    <description>LINUX是UNIX的一种版本。UNIX支持的硬件要多一些，LINUX支持的硬件也在不断扩大。很突出的一点是，LINUX至少和商用UNIX一样稳定。对于许多用户来说，最重要的因素是价格；显然，在这一点上LINUX要占优势。LINUX使得用户在PC机上运行完整的UNIX。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Linux的4个主要部分：内核、Shell、文件结构和实用工具</title>
    <link>http://www.kuqin.com/linux/20090315/40160.html</link>
    <description>Linux内核是系统的心脏，是运行程序和管理像磁盘和打印机等硬件设备的核心程序；Shell是系统的用户界面，提供了用户与内核进行交互操作的一种接口。它接收用户输入的命令并把它送入内核去执行；文件结构是文件存放在磁盘等存储设备上的组织方法……</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>4种主要Linux发行版之间的比较</title>
    <link>http://www.kuqin.com/linux/20090315/40159.html</link>
    <description>在我的环境中，我使用了Red Hat服务器，我看重的是它优秀的技术支持和广泛的应用。但是， 那些对系统稳定性要求很高的用户应该考虑一下Debian；不熟悉Linux的用户应该选择Mandrake；需要使用数据库高级服务和电子邮件网络应用的用户应当选择SuSE。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Linux与Windows比有什么优点与缺点</title>
    <link>http://www.kuqin.com/linux/20090315/40158.html</link>
    <description>本文对Windows和Linux的安全性、稳定性、硬件支持、规范性、源代码、应用程序界面（API）、系统可调节性、使用方便性、版权限制和费用、技术支持若干主要方面进行一些评述和比较。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>7大步骤建立可靠的Linux操作系统</title>
    <link>http://www.kuqin.com/linux/20090315/40157.html</link>
    <description>本文列出一些简易的步骤，帮助管理员保障Linux的安全，并显著降低他们面临的风险，您也可以在Linux手册和讨论论坛中发现更多内容。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Unix学习经验谈</title>
    <link>http://www.kuqin.com/linux/20090315/40156.html</link>
    <description>对于刚刚入门的新手来说，应该从学习Unix的体系结构和Unix的命令上先入手。学习Unix的体系结构，你可以去因特网上下载一本电子教材看看，而学习Unix的命令，笔者建议你使用一款名为UnixDOS的软件，其可以在Windows下仿真执行Unix命令。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Linux操作系统7大武器详解</title>
    <link>http://www.kuqin.com/linux/20090315/40155.html</link>
    <description>本文试就这一问题给出答案，让人们真正了解Linux带给我们的七件武器。Linux对比于商业软件，对学习者来说有一个境界上的差异，这个差异用一句话概述就是：以无法为有法，以无限为有限。这个境界上的差异也就是Linux七种武器的精华所在。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Linux个人体会</title>
    <link>http://www.kuqin.com/linux/20090315/40154.html</link>
    <description>如果你想系统的学习linux,你必需清楚的认识到这一点.现在有很多人,号称是linux爱好者,但是他们大部分的事情还是用windows 做,而linux只是作为一个随便玩玩的系统</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>阅读Linux源代码的工具---lxr和glimpse简介</title>
    <link>http://www.kuqin.com/linux/20090315/40153.html</link>
    <description>lxr(linux cross reference)对你指定的源代码文件建立索引数据库，利用perl脚本CGI动态生成包含源码的web页面，你可以用任何一种浏览器查阅。另外lxr还提供标识符搜索、文件搜索，结合程序glimpse还可以提供对所有的源码文件进行全文检索，甚至包括注释！</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>迁移到Linux桌面的6个忠告</title>
    <link>http://www.kuqin.com/linux/20090315/40152.html</link>
    <description>在考虑用Linux作为桌面操作系统之前，应当先在最终用户的桌面上安装OpenOffice应用程序套件，让用户领略开源软件是什么样的。因为Office工具是大多数企业员工最经常使用的应用程序，所以用户熟悉新的Office平台比熟悉新的桌面环境来得重要。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Linux关机命令详解</title>
    <link>http://www.kuqin.com/linux/20090315/40151.html</link>
    <description>其实halt就是调用shutdown -h。halt执行时﹐杀死应用进程﹐执行sync系统调用﹐ 文件系统写操作完成后就会停止内核。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Linux初学者学习指导</title>
    <link>http://www.kuqin.com/linux/20090315/40150.html</link>
    <description>快速上手的方法只有一个，那就是多动手操作、动脑，学习时要经常与Windows进行对比。建议你先安装RedHat Linux，然后练习如何配置它，如何使用Linux命令，如何在X―WINDOWS下操作，如何在Linux下安装应用软件，如何在Linux下上网、编辑文档等。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Windows与Linux的相似与不同之处</title>
    <link>http://www.kuqin.com/linux/20090315/40148.html</link>
    <description>Linux相对于Windows的许多变化都是有益的。空闲的GUI的开销被归还给服务。任务可以脚本化并可以自动执行。配置文件基于文本并且人类可读。在大多数情况下不必重新引导系统。实际上，您应该抑制重新引导系统的冲动。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>入门级学习：Linux学习方向和方法浅谈</title>
    <link>http://www.kuqin.com/linux/20090315/40147.html</link>
    <description>希望学Linux的朋友能够忘记Windows2000，最起码忘记Windows下的盘符、应用程序等基础的东西，其次要深刻明白Linux和Windows是2个不同的系统平台，可以去对比着学习，但不要直接拿Windows那套东西直接套用到Linux学习中。</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>系统学习Linux的11点建议</title>
    <link>http://www.kuqin.com/linux/20090315/40146.html</link>
    <description>Linux学习的路线图：1．掌握至少50个以上的常用命令；2．熟悉Gnome/KDE等X-windows桌面环境操作；3．掌握.tgz、.rpm等软件包的常用安装方法；4．学习添加外设，安装设备驱动程序（比如网卡）；5．熟悉Grub/Lilo引导器及简单的修复操作……</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>Linux的65问和回贴</title>
    <link>http://www.kuqin.com/linux/20090315/40144.html</link>
    <description>Ret Hat Linux启动到文字界面(不启动xwindow) ；切换图形和字符界面；windows下看linux分区的软件；在vmware的LINUX中使用本地硬盘的FAT分区 ……</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>如何系统的学习linux</title>
    <link>http://www.kuqin.com/linux/20090315/40143.html</link>
    <description>现在国人学习linux的状况也是这样,学linux的人个个都意气分发,以为学习linux会用linux是多么了不起.学了一点皮毛就认为很牛了.但是那些企业用人单位却很难找到真正适合的linux人材.因此,我想就目前的状况发表一下我的看法.</description>
    <pubDate>2009-03-15</pubDate>
    <category>Linux社区</category>
    <author>GuCuiwen</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>diff命令的好用功能</title>
    <link>http://www.kuqin.com/linux/20090314/39937.html</link>
    <description>diff的 -y 命令（长格式为 --side-by-side）可以将屏幕分成左右两部分，来比较两个文件之间的差异。许多图形化的比较工具都有这个功能，但如果只能使用命令行，这个参数就相当有用了。如果要改变左右各部分的宽度，可以通过 -W （--width）参数来指定。</description>
    <pubDate>2009-03-14</pubDate>
    <category>Linux社区</category>
    <author>charlee</author>
    <comments>idv2</comments>
</item>
<item>
    <title>探究Unix现状与未来</title>
    <link>http://www.kuqin.com/linux/20090314/39921.html</link>
    <description>Unix在未来的趋势更是完全不容乐观，但由于历史上UNIX的近40年的霸主地位，导致了很多关键应用程序和硬件到今天依然无法脱离Unix。不过，由于Linux的出现，许多应用和数据库都有了向Linux转移的机会。</description>
    <pubDate>2009-03-14</pubDate>
    <category>Linux社区</category>
    <author>秩名</author>
    <comments>csdn</comments>
</item>
<item>
    <title>Unix传奇</title>
    <link>http://www.kuqin.com/linux/20090314/39919.html</link>
    <description>在技术更新如此迅速的计算机世界的今天，Unix始终保持它那神圣的光环，它那曲折和令人叹息的历史，以及由它引发的思想变革，对当今计算机文化造成的深远影响，近40年所产生的人和事，让它成为了一个传奇，不能不让人为之惊叹。</description>
    <pubDate>2009-03-14</pubDate>
    <category>Linux社区</category>
    <author>陈皓</author>
    <comments>csdn博客</comments>
</item>
<item>
    <title>Gnome 比 KDE 好的 10 个理由</title>
    <link>http://www.kuqin.com/linux/20090311/39263.html</link>
    <description>10 个理由来支持 Gnome：KDE4 ；开始菜单；Nautilus vs. Dolphin；底层库；资源占用；Clutter ；可配置性 ；过多的任务栏程序；默认程序；KDE = Vista? </description>
    <pubDate>2009-03-11</pubDate>
    <category>Linux社区</category>
    <author>Jack Wallen</author>
    <comments>LinuxGem</comments>
</item>
<item>
    <title>Linux 下分析性能 nmon 也挺好用</title>
    <link>http://www.kuqin.com/linux/20090227/36793.html</link>
    <description>nmon 和 topas 读取的数据源是一样的(Perfstat API)，但细节上做得更为到位。nmon 抓取的数据很容易输出为 Round-Robin Database (RRD) 格式。便于进一步做数据展现。</description>
    <pubDate>2009-02-27</pubDate>
    <category>Linux社区</category>
    <author>Fenng</author>
    <comments>DBA notes</comments>
</item>

</channel>
</rss>
