<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>新手入门</title>
<link>/knowledge/beginner/index.html</link>
<description>Linux知识 / 新手入门</description>
<language>zh-cn</language>
<generator>&lt;a href='http://linux.jansfer.com' target='_blank'&gt;Power by Linux集中营&lt;/a&gt;</generator>
<webmaster>jansfer@126.com</webmaster>
<item>
    <title>  memcpy与strncpy区别</title>
    <link>/knowledge/beginner/20071026/1344.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  常见的“压缩与解压缩”方法</title>
    <link>/knowledge/beginner/20071026/1345.html</link>
    <description>压缩解压 linux下怎么解后缀名是gzip的文件？ 1.以.a为扩展名的文件: #tar xv file.a 2.以.z为扩展名的文件: #uncompress file.Z 3.以.gz为扩展名的文件: #gunzip file.gz 4.以.bz2为扩展名的文件: #bunzip2 file.bz2 5.以.tar.Z为扩展名的文件: #tar xvZf file.tar.Z</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux常见日志文件和常用命令</title>
    <link>/knowledge/beginner/20071026/1342.html</link>
    <description>成功地管理任何系统的关键之一，是要知道系统中正在发生什么事。Linux 中提供了异常日志，并且日志的细节是可配置的。Linux 日志都以明文形式存储，所以用户不需要特殊的工具就可以搜索和阅读它们。还可以编写脚本，来扫描这些日志，并基于它们的内容去自动执行某些功</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  UNIX的Shell命令使用详解</title>
    <link>/knowledge/beginner/20071026/1343.html</link>
    <description>1. 输出入转向 在 UNIX 中，每一个 process 均有三个特殊的 file descriptor ， 标准输入（ standard input ）、标准输出 （ standard output ）、标准错误输出（ standard error ）。这三个平常是接受 terminal 的输入，而由 terminal 显示出去。但是UNIX 提供使用者</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  将.c文件更名时使用的完美脚本</title>
    <link>/knowledge/beginner/20071026/1341.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux常用命令－磁盘管理命令</title>
    <link>/knowledge/beginner/20071026/1338.html</link>
    <description>df命令 功能：检查文件系统的磁盘空间占用情况。可以利用该命令来获取硬盘被占用了多少空间，目前还剩下多少空间等信息。 语法： df [ 选项 ] 说明： df 命令可显示所有文件系统对 i 节点和磁盘块的使用情况。 该命令各个选项的含义如下： -a 显示所有文件系统的磁盘使</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  从基础开始：Linux入门命令篇</title>
    <link>/knowledge/beginner/20071026/1339.html</link>
    <description>1.man 对你熟悉或不熟悉的命令提供帮助解释 eg:man ls 就可以查看ls相关的用法 注：按q键或者ctrl+c退出,在linux下可以使用ctrl+c终止当前程序运行 2.ls 查看目录或者文件的属*,列举出任一目录下面的文件 eg: ls /usr/man ls -l a.d表示目录(directory),如果是一个&quot;-&quot;</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  vi中将逗号和回车互换的技巧</title>
    <link>/knowledge/beginner/20071026/1340.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  软件安装之－－RPM命令大全</title>
    <link>/knowledge/beginner/20071026/1337.html</link>
    <description>RPM 大全 RPM 有五种基本的操作方式(不包括创建 软件 包): 安装, 卸载, 升级, 查询,和验证。 下面我们就来逐一的讲解吧。 一、 安装RPM包 RPM 软件 包通常具有类似foo-1.0-1.i386.rpm 的文件名。 其中包括 软件 包的名称(foo)，版本号(1.0)，发行号(1)， 和 硬件平台(i</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  另类技术：怎样显示一个字呢?</title>
    <link>/knowledge/beginner/20071026/1336.html</link>
    <description>怎样显示一个字呢？ 一个字实际上就是一个小图，如果小图上的点非黑即白，就称为黑白点阵； 如果小图上的点可以有不同的亮度甚至颜色，则称为AA点阵。 每个字，也就 是每个小图都有固定的编号，编辑器（client）可以只告诉server某个编号， server根据该编号去找出对应</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux中文件内容查看工具的使用介绍</title>
    <link>/knowledge/beginner/20071026/1335.html</link>
    <description>摘要： 本文讲述几种常用文件内容的查看工具，比如cat、more、less、head、tail等，把这些工具最常用的参数、动作介绍给新手，能让新手在短短的几分钟内上手运用。此文献给面对黑色的控制台不知所措的弟兄。 1、cat 显示文件连接文件内容的工具； cat 是一个文本文件查</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 应用：在 iSeries 上安装 DB2（2）</title>
    <link>/knowledge/beginner/20071026/1332.html</link>
    <description>图 9. 欢迎来到 DB2 Setup 向导 查看并 接受（Accept） 许可。再次点击 Next。 图 10. 软件许可协议（Software Licence Agreement） 选择安装类型。选择 Typical。（您可以点击 View Features 按钮来查看将要安装哪些部件，但是如果您需要改变它们，您应该进行定制安装</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 应用：在 iSeries 上安装 DB2（3）</title>
    <link>/knowledge/beginner/20071026/1333.html</link>
    <description>受保护用户 负责执行受保护用户定义的功能，比如 UDF 和存储过程。再一次请注意主目录的位置。 选择 New user，接受默认值，并输入密码。点击受保护用户屏幕上的 Next。 图 17. 受保护用户（Fenced user） DB2 工具目录（tools catalog）让您可以使用任务中心（Task Ce</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  常用命令之&amp;nbsp;make常见规则解析</title>
    <link>/knowledge/beginner/20071026/1334.html</link>
    <description>这是一段在Makefile中常见的规则 clean: rm -r core *.o *.a tmp_make for i in *.c; do rm -f `basename $$i .c`.s; done (cd chr_drv; make clean) (cd blk_drv; make clean) (cd math; make clean) 第一句的 rm -f core *. *.a tmp_make 作用只是删除文件，意思直白</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 应用：在 iSeries 上安装 DB2（1）</title>
    <link>/knowledge/beginner/20071026/1331.html</link>
    <description>本文中，我们将在 windows 上通过 VNC 客户机 vncviewer 来访问 iSeries 上的 Linux ，给出如图 1 所示的 host:display（在这里，我们以 iSeries 上 Linux 分区的 IP 地址作为 host，:1 作为 display）。然后我们给出密码登录到 root，如图 2 所示。 图 1. VNC 客户机</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title> Linux系统环境下新手怎么样安装网卡</title>
    <link>/knowledge/beginner/20071026/1773.html</link>
    <description>文主要面对新手，不对任何高难度问题进行讨论，包括双网卡，正常编译了driver也不能用的古怪网卡等。本文的主要目的是告诉新手，Linux下网卡是如何被驱动的。本文不讨论安装Linux的问题,假设用户已经成功安L inux，就等驱动网卡。 第一步--不要再问 Linux下能够装XXX卡</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title>  Linux 指令篇:档案目录管理--more</title>
    <link>/knowledge/beginner/20071026/1328.html</link>
    <description>名称：more 使用权限：所有使用者 使用方式：more [-dlfpcsu] [-num] [+/pattern] [+linenum] [fileNames..] 说明：类似 cat ，不过会以一页一页的显示方便使用者逐页阅读，而最基本的指令就是按空白键（space）就往下一页显示，按 b 键就会往回（back）一页显示，而且</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 指令篇:档案目录管理--mkdir</title>
    <link>/knowledge/beginner/20071026/1329.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  POWER 上安装 OpenOffice.org for Linux</title>
    <link>/knowledge/beginner/20071026/1330.html</link>
    <description>很多用户都需要使用高效的办公套件，POWER 上的 Linux 的用户也不例外。 OpenOffice.org 提供了一个可用于多种平台的开放源代码产品，其中包括了办公用户所需要的很多关键应用程序。本文阐明了如何在 iSeries 和 pSeries 服务器上的多用户 Linux 中安装和配置 OpenOffi</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 指令篇:档案目录管理--mv</title>
    <link>/knowledge/beginner/20071026/1327.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title> Treo 650成功安装Linux系统全过程</title>
    <link>/knowledge/beginner/20071026/1771.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 让Linux像Windows一样安装和卸载</title>
    <link>/knowledge/beginner/20071026/1772.html</link>
    <description>在Linux中要添加和删除程序是一件相当麻烦的事情，软件的安装可以用千奇百怪来形容。 除了最简单的双击rpm包来安装软件外，还有通过make、configure命令来安装的,也有通过把软件直接copy到指定目录来安装的。 除了rpm包的安装方法最简单外，其余的方法可能让初级用户相</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 新手入门：浅谈Linux的文件系统</title>
    <link>/knowledge/beginner/20071026/1768.html</link>
    <description>如果您是一位新手，也许 您还不知道怎么样把文件从Windows拷贝到Linux上吧？下面，我们把说明Unix文件系统以及mount的工作过程，然后再比较详细地讨论 mount的使用和有关选项。如果您已经了解Unix文件系统是怎么样工作的，那么可以跳过下面一节。否则，您最好继续接着</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux操作系统下中文字体的安装</title>
    <link>/knowledge/beginner/20071026/1769.html</link>
    <description>1、首先禁用xfs服务器。 运行Setup命令，在服务项中中止xfs随系统运行的特性。之所以禁用xfs服务器主要是因为xfs会自动更新字体目录下的fonts.dir文件，从而影响我们所做的修改。 2、把选中的字体拷贝到相关的目录。 一般选用simsun.ttf为基本的字体（据说该字体为最精</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Red Hat9.0与Win XP双系统安装指南</title>
    <link>/knowledge/beginner/20071026/1770.html</link>
    <description>如今Linux不仅在服务器领域的应用取得较大进展，而且在桌面应用领域也有越来越多的人选择使用。下面就以Red Hat Linux 9.0为例，介绍怎么样与Windows XP组成双系统。 给Linux划分领地 由于Linux无法安装在Windows的分区上，所以必须在硬盘中分割出一块领地专供Linux使</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title>  Linux 指令篇:档案目录管理--rmdir</title>
    <link>/knowledge/beginner/20071026/1325.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 指令篇:档案目录管理--rm</title>
    <link>/knowledge/beginner/20071026/1326.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux系统命令分类详解 (5)</title>
    <link>/knowledge/beginner/20071026/1322.html</link>
    <description>五.系统管理 whois 功能说明：查找并显示用户信息。 语 法：whois [帐号名称] 补充说明：whois指令会去查找并显示指定帐号的用户相关信息，因为它是到Network Solutions的WHOIS数据库去查找，所以该帐号名称必须在上面注册方能寻获，且名称没有大小写的差别。 --------</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 指令篇:档案目录管理--touch</title>
    <link>/knowledge/beginner/20071026/1323.html</link>
    <description>名称：touch 使用权限：所有使用者 使用方式： touch [-acfm] [-r reference-file] [--file=reference-file] [-t MMDDhhmm[[CC]YY][.ss]] [-d time] [--date=time] [--time={atime,access,use,mtime,modify}] [--no-create] [--help] [--version] file1 [file2 ...] 说</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 指令篇:档案目录管理--split</title>
    <link>/knowledge/beginner/20071026/1324.html</link>
    <description>名称：split 使用权限：所有使用者 使用方式：split [OPTION] [INPUT [PREFIX]] 说明： 将一个档案分割成数个。而从 INPUT 分割输出成固定大小的档案，其档名依序为 PREFIXaa, PREFIXab...；PREFIX 预设值为 `x'。若没有 INPUT 档或为 `-'，则从标准输入读进资料。 选</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  流量统计监控软件ntop安装详细分析</title>
    <link>/knowledge/beginner/20071026/924.html</link>
    <description>环境 redhat9.0 单块网卡 软件 gdome2-0.7.2-1.i586.rpm ntop-3.0-0.i386.rpm 下载地址 ftp://ftp.task.gda.pl/vol/d35/ftp.pld-linux.org/dists/1.1/PLD/i586/PLD/RPMS/gdome2-0.7.2-1.i586.rpm http://puzzle.dl.sourceforge.net/sourceforge/ntop/ntop-3.0-0.i386.r</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  FreeSoftware：自由软件即免费软件吗</title>
    <link>/knowledge/beginner/20071026/925.html</link>
    <description>Linux 是自由软件。关于 “自由”的涵义，人们有着不同的理解，但把自由简单地等同于免费是一种误区。 不堪收费软件价格昂贵的重负，不少使用者将目光投向了“FreeSoftware”。GPL条款中，“FreeSoftware”指的是“自由软件”而非免费软件。 自由软件虽然“自由”，但</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux中安装IE和Office等Windows软件</title>
    <link>/knowledge/beginner/20071026/922.html</link>
    <description>听说出了一种新的Linux中文版本，LinXP，可以在Linux下运行IE6.0 及Office 2000，PhotoShop 7等 Windows 应用软件，太好了，其实用 Windows 软件大家主要还是因为许多常用的应用软件如IE，Office 等只能在 Windows 下运行，而 Windows 经常出现的蓝屏、死机、网络病毒</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  在Linux下用软件实现RAID功能</title>
    <link>/knowledge/beginner/20071026/923.html</link>
    <description>数据安全性是人们在使用计算机中最重要的问题之一。通常情况下，人们会在服务器环境中采用硬盘镜像技术，以达到数据的双重备份。同样，在Linux环境下，我们也可以采用这种技术。 在Linux环境下，采用Raidtools工具，不仅可以将两个硬盘进行镜像，还可以制作软RAID0、RA</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title> Linux领域热点：Linux移动终端已经启航</title>
    <link>/knowledge/beginner/20071026/95.html</link>
    <description>Linux移动终端不是一个新鲜的东西，随着Linux移动终端平台上下游的发展，已经形成了一条完整的生态链，Linux移动终端这艘轻便的小舰艇已经启航。 在刚结束不久的LinuxWorld大会上，摩托罗拉推出了Motomagx下一代Linux平台，并宣称向全球发货的Linux手机已经达到900万部</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 开源历史回顾 Linux操作系统的发展与文化</title>
    <link>/knowledge/beginner/20071026/96.html</link>
    <description>说到Linux首先大家可能事先要想到它的起源，Linux是在70年代初期，首先由Unix系统的发展演变而来的。Unix是当年由AT＆T贝尔实验室在一些小型机上使用的多用户、多任务的操作系统，这种系统本身包含有一些源码，所以在高校的研究与大学相关的课题中被普遍引用，随着美国</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Windows与Linux最简单直接的区别是什么</title>
    <link>/knowledge/beginner/20071026/97.html</link>
    <description>1.价格 主流正版windows是2000元，而新的vista 是3200元，功能与windows相差不远，部分功能甚至超越windows的linux系统只需数十元或数百元就能获得提供技术支持的版本，网上还有免费的下载 2.开源与闭源 windows是闭源的，linux是开源的。 3.定制与自定义 windows是定</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 新手注意：关于Linux系统的一些错误认识</title>
    <link>/knowledge/beginner/20071026/94.html</link>
    <description>在开源文化概念方面，也会有一些理解上的误差。比方说可能认为Free Software是不是就是免费软件呢？不要去把Free Software直接简单的去想象成它是免费的概念，因为费用有和无，只是一个单方面的体现，而在Free Software里面，更多的强调的是一种思想的开放。像大家可能</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux攻略：正确安装VMWARE TOOLS</title>
    <link>/knowledge/beginner/20071026/1767.html</link>
    <description>1、以ROOT身份进入LINUX 2、按下 CTRL+ALT组合键，进入主操作系统，点击VMWARE状态栏安装提示，或者点击 SETTING菜单下的ENABLE VMWARE TOOLS子菜单。 3、确认安装VMWARE TOOLS。 这时我们并没有真正的安装上了VMWARE TOOLS软件包，如果您点击菜单：DEVICES，您就会发</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 新手入门：Linux操作系统的入门命令</title>
    <link>/knowledge/beginner/20071026/1766.html</link>
    <description>1.man 对你熟悉或不熟悉的命令提供帮助解释 eg:man ls 就可以查看ls相关的用法 注：按q键或者ctrl+c退出,在linux下可以使用ctrl+c终止当前程序运行 2.ls 查看目录或者文件的属*,列举出任一目录下面的文件 eg: ls /usr/man ls -l a.d表示目录(directory),如果是一个&quot;-&quot;</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title>  Linux系统命令分类详解 (4)</title>
    <link>/knowledge/beginner/20071026/1321.html</link>
    <description>四.1.RPM 命令手册 一、安装 命令格式： rpm -i ( or --install) options file1.rpm ... fileN.rpm 参数： file1.rpm ... fileN.rpm 将要安装的RPM包的文件名 详细选项： -h (or --hash) 安装时输出hash记号 (``#'') --test 只对安装进行测试，并不实际安装。 --percen</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title> 软件路由器coyote Linux安装使用指南</title>
    <link>/knowledge/beginner/20071026/1764.html</link>
    <description>coyote Linux（北美土狼）是一款非常小巧方便的软件路由器和防火墙软件，它以一张软盘为载体，可以使用一些比较古老的机器做为代理防火墙，而它的功能却很强大，本文简要介绍一些coyote Linux的安装及配置使用。 首先到http://www.vortech.net/ 上下载coyote Linux的最</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> linux下软件的基本安装和卸载</title>
    <link>/knowledge/beginner/20071026/1765.html</link>
    <description>Linux软件的安装和卸载一直是困扰许多新用户的难题。在Windows中，我们可以使用软件自带的安装卸载程序或在控制面板中的“添加/删除程序”来实现。与其相类似，在Linux下有一个功能强大的软件安装卸载工具，名为RPM。它可以用来建立、安装、查询、更新、卸载软件。该工</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title>  Linux系统命令分类详解 (2)</title>
    <link>/knowledge/beginner/20071026/1319.html</link>
    <description>二.文件管理 which 功能说明：查找文件。 语 法：which [文件...] 补充说明：which指令会在环境变量$PATH设置的目录里查找符合条件的文件。 参 数： -n 指定文件名长度，指定的长度必须大于或等于所有文件中最长的文件名。 -p 与-n参数相同，但此处的 包括了文件的路径</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux系统命令分类详解 (3)</title>
    <link>/knowledge/beginner/20071026/1320.html</link>
    <description>三.网络通信 ytalk 功能说明：与其他用户交谈。 语 法：ytalk [-isxY][-h ][用户名称...] 补充说明：通过ytalk指令，你可以和其他用户线上交谈，如果想和其他主机的用户交谈，在用户名称后加上其主机名称或IP地址即可。 参 数： -h 指定交谈对象所在的远端主机。 -i 用</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  从硬件到软件 SUN F4800安装步骤</title>
    <link>/knowledge/beginner/20071026/921.html</link>
    <description>1 . 验证电源空气条件及地面是否符合要求(参阅Sun Fire 6800/4810/4800/3800 系统安装指南) 1.1 检查电路 由于可能产生较大的交流电流，因此以下设备需要使用独立的供电电路： _ 系统的每一根交流电源线或者Sun Fire 机柜中Sun Fire 6800 系统的每一根RTS电源线； _ 外</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux命令与征服</title>
    <link>/knowledge/beginner/20071026/1317.html</link>
    <description>经过几番折腾，终于让 Linux 在我的硬盘上安居乐业了。怀着好奇、激动的心情第一次启动了 Linux 。在“LILO BOOT：”后面输入 Linux ，屏幕上开始不断向上滚动一行行的英文字，看得我眼花缭乱。不过很快就恢复了平静，空荡荡的屏幕上只剩下孤零零的“Login：”提示符，</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux系统命令分类详解 (1)</title>
    <link>/knowledge/beginner/20071026/1318.html</link>
    <description>一.备份压缩 zipinfo 功能说明：列出压缩文件信息。 语 法：zipinfo [-12hlmMstTvz][压缩文件][文件...][-x 范本样式] 补充说明：执行zipinfo指令可得知zip压缩文件的详细信息。 参 数： -1 只列出文件名称。 -2 此参数的效果和指定-1参数类似，但可搭配-h,-t和-z参数</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  PMT资源之Open Source多媒体软件</title>
    <link>/knowledge/beginner/20071026/919.html</link>
    <description>本文是“PMT Files”的一部分，收集、整理和汇编了Open Source的多媒体软件。最新版本可以从http://www.pmtsolution.net获得。 一、 音频/视频编辑 1. Cinelerra http://heroinewarrior.com/cinelerra.php3 Cinelerra是Heroine Virtual公司（http://heroinewarrior.com</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  如何实现Linux的软件磁盘阵列(RAID)</title>
    <link>/knowledge/beginner/20071026/920.html</link>
    <description>工作于内核 2.0.30 下的 Raid0 (striping) 从 2.x 版本开始, 内核已经实现了线性和 raid0(striping) 模式. 你必须重新编译内核 以带有多设备界面支持(multiple devices). 我强烈建议将它编译到内核中. 如果你是 使用模块方式, 你将会吃尽苦头. 检查是否多设备界面(mult</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 的魅力: MediaMVP 内幕</title>
    <link>/knowledge/beginner/20071026/918.html</link>
    <description>作为一款 MP3 和 MPEG 播放器，Hauppauge MediaMVP 使您能够通过电视机播放数字媒体。它是一种目标明确的嵌入式设备，也是在微型硬件上的简洁 Linux 实现的最佳例子。 除了 Hauppage MediaMVP 以外，我确实还见过更小的嵌入式 Linux 系统，但 Hauppage MediaMVP 是最小</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title> 源代码内容管理系统 Plone安装步骤过程</title>
    <link>/knowledge/beginner/20071026/91.html</link>
    <description>Plone是Zope上的一个用户友好、功能强大的开放源代码内容管理系统。Plone适合用作门户网站、企业内外网站、文档发布系统、协同群件工具，Plone也是一个应用开发平台 OS：RHEL5 (Tikanga) 安装过程 1、将原来的python卸载干净 2、重新安装tcl/tk wget http://prdownload</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 在未连接的Socket上发送UDP数据报的方法</title>
    <link>/knowledge/beginner/20071026/92.html</link>
    <description>UDP是一个简单的面向数据报的传输层协议，我们先站在UDP客户端的角度来看看如何发送一个UDP数据报，以及协议栈为发送一个UDP数据报做了哪些事情。 UDP数据报可以在未连接的socket上发送（使用sendto系统调用，指定目的地址），也可以在已连接的socket上发送（使用send</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 在RHEL5服务器上远程桌面（VNC）的配置</title>
    <link>/knowledge/beginner/20071026/93.html</link>
    <description>VNC(Virtual Network Computing)虚拟网络计算工具，本质上来说是一个远程显示系统，管理员通过它不仅仅可以在运行程序的本地机上察看桌面环境，而且可以从Internet上的任何地方察看远程机器的运行情况，而且它具有跨平台的特性。 Linux 要使用远程桌面需要安装VNC，好</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 在Linux操作系统中Apache与Tomcat的整合</title>
    <link>/knowledge/beginner/20071026/89.html</link>
    <description>系统环境：Red Hat Enterprise Linux Server release 5 (kernel 2.6.18-8.el5xen) 软件环境： httpd-2.2.3-6.el5.i386.rpm apache-tomcat-6.0.14.tar.gz jdk-6u2-linux-i586.bin mod_jk-1.2.25-httpd-2.2.4.so ——参考下载地址： http://apache.cs.utah.edu/tomcat/to</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Fedora core Linux网络配置命令概括介绍</title>
    <link>/knowledge/beginner/20071026/90.html</link>
    <description>图形化工具主要是通过如下命令调用： [root@localhost beinan]# /usr/bin/internet-druid [root@localhost beinan]# /usr/bin/neat [root@localhost beinan]# /usr/bin/neat-control 注：网络设置控制器；是图形化的 [root@localhost beinan]# /usr/bin/system-config-</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux环境下新手怎么样安装网卡</title>
    <link>/knowledge/beginner/20071026/1762.html</link>
    <description>本文主要面对新手，不对任何高难度问题进行讨论，包括双网卡，正常编译了driver也不能用的古怪网卡等。本文的主要目的是告诉新手，Linux下网卡是如何被驱动的。本文不讨论安装Linux的问题,假设用户已经成功安Linux，就等驱动网卡。 第一步--不要再问 Linux下能够装XXX</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 入门答疑：怎么样从DOS系统引导Linux系统</title>
    <link>/knowledge/beginner/20071026/1763.html</link>
    <description>Linux操作系统诞生很早，但近几年来广为流行，为人所知。它已从一个研究性系统，发展到一个易掌握的应用型系统。Linux的开放的特性和自由软件精神越来越被用户所喜爱。 这种操作系统带来了计算机操作系统的革命，它有可能在今后击败Windows操作系统。Linux操作系统不仅</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 教你怎么样在 Archlinux 安装Maya7.01</title>
    <link>/knowledge/beginner/20071026/1759.html</link>
    <description>准备myr_maya701_linux.tgz可在 http://www.alias.com/eng/index.shtml上注册后 在updata 下到安装显卡驱动并保证3D加速工作 rpm安装 因为maya只有rpm包形式的 如果用rpmunpack等工具解出或转包后在安装 很多连接要手动 很麻烦 目前还没有完美的转包工具... 这里本人用</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> FC4常用多媒体软件其他软件安装升级</title>
    <link>/knowledge/beginner/20071026/1760.html</link>
    <description>安装了FC4 ,很让一些linux新手失望,连mp3格式的歌都放不了啊,更不用说在线放歌看电影了#@---##!! 按照下面的方法安装后,你会发现FC4 的软件安装原来是那么的简单(不能在傻瓜化了): 1.安装前的准备: 确保你的电脑联网了并为root身份,新建一终端 , 输入 cd /etc rm -f yu</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 怎么样在你的Linux机器上安装运行Oracle</title>
    <link>/knowledge/beginner/20071026/1761.html</link>
    <description>经过了许多谣传和暗示之后，Oracle于1998年10月7日发布了Linux上的Oracle 8数据库和Oracle Application Server。这是Linux近期历史中最为耀眼的一幕。 无论您个人对Oracle公司的看法怎么样，该公司在大规模数据应用领域的巨大声誉使这次产品发布成为一个明确 无误的标</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title>  定制精彩的命令提示行</title>
    <link>/knowledge/beginner/20071026/1315.html</link>
    <description>提示行魔术--增强系统提示行 Daniel Robbins Gentoo Technologies 公司总载兼首席执行官 内容： 提示行基础 彩色化 Xterm 中的乐趣 参考资源 作者简介 如果您很容易使 shell 提示行变得色彩绚烂斓且带有更多信息， 为什么还要坚持用单调 的标准 shell 提示行呢？在这篇</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux中文化之两条命令搞定truetype字体</title>
    <link>/knowledge/beginner/20071026/1316.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  常用的tar和rpm命令参数列表</title>
    <link>/knowledge/beginner/20071026/1312.html</link>
    <description>常用的tar和rpm命令参数列表 一. tar 1.压缩一组文件为tar.gz后缀。 # tar cvf backup.tar /etc #gzip -q backup.tar 或 # tar cvfz backup.tar.gz /etc/ 2.释放一个后缀为tar.gz的文件。 #gunzip backup.tar.gz #tar xvf backup.tar 或 # tar xvfz backup.tar.gz 3.用</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  CVS常用命令速查手册</title>
    <link>/knowledge/beginner/20071026/1313.html</link>
    <description>作者： 车东 chedong@bigfoot.com 内容摘要： CVS是一个C/S系统，多个开发人员通过一个中心版本控制系统来记录文件版本，从而达到保证文件同步的目的。工作模式如下： CVS服务器（文件版本库） / | \ （版 本 同 步） / | \开发者1 开发者2 开发者3 开发人员入门可以主</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  ls命令选项详解</title>
    <link>/knowledge/beginner/20071026/1314.html</link>
    <description>ls 命令可以说是Linux下最常用的命令之一。它有众多的选项，其中有很多是很有用的，你是否熟悉呢？下面列出了 ls 命令的绝大多数选项。 -a 列出目录下的所有文件，包括以 . 开头的隐含文件。 -b 把文件名中不可输出的字符用反斜杠加字符编号(就象在C语言里一样)的形式</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux&amp;nbsp;的版本控制</title>
    <link>/knowledge/beginner/20071026/916.html</link>
    <description>版本控制系统或资源管理系统是现代软件开发的一个重要方面。不使用版本控制系统就如同超速驾驶一辆汽车：很刺激，也可能会更快抵达目的地，但事故却在所难免。本文概述了软件配置管理（SCM）系统及其优势，内容涵盖 CVS、Subversion、Arch 和 Git。本文还讨论了最常见</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  用Geronimo部署blog&amp;nbsp;和wiki&amp;nbsp;模块</title>
    <link>/knowledge/beginner/20071026/917.html</link>
    <description>blog 和 wiki 正给互联网带来一场风暴。这些分享想法并和朋友们合作的新方式已经被各种各样的社会团体（从少数几个好朋友组成的小圈子到大公司）证明是值得密切关注的。这些技术兴起的一个原因是，不论对于终端用户还是管理员来说，它们都很简单。管理员们发现 Apache</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  OpenSSH可实现一次性自动管理多台服务器</title>
    <link>/knowledge/beginner/20071026/913.html</link>
    <description>Linux系统管理员都清楚“安全外壳”协议是软件工具包中最便利也是最关键的工具之一。本文将向大家介绍一个被称作OpenSSH的开源SSH是如何工作的，以及它对于Linux系统环境的重要意义。 SSH可以通过网络管理外壳或Perl脚本安全快速实现一次性自动管理多台 服务器 。当然</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  了解开源vim&amp;nbsp;7.0新功能</title>
    <link>/knowledge/beginner/20071026/914.html</link>
    <description>几个月前，经过数年的开发后，最新版vim终于得以发布。新版vim 7.0保留与以前版本相同的界面和命令，但也增加了许多十分有用的新功能。 拼写检查是第一项新功能。现在，你可以在vim中执行拼写检查，应用vim对文本文件（如说明手册）或电子邮件客户端（如mutt）进行编辑</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  使用partimage&amp;nbsp;备份Linux&amp;nbsp;多格式分区</title>
    <link>/knowledge/beginner/20071026/915.html</link>
    <description>前文笔者介绍了：Linux下用mirrordir做硬盘分区镜像 。mirrordir工具速度很快但是我们发现：备份会占用大量的空间，可能会花很多钱。为了减少所需空间，节省开支，所以要对备份进行压缩。常见的方式有许多。有的程序内置压缩支持；比如GNUtar的-gzip（-z）选项，它在把</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title> Linux技巧：使用Fsck命令修复损坏的分区</title>
    <link>/knowledge/beginner/20071026/86.html</link>
    <description>输入Root密码登录后采用：fsck -t ext3 -r /usr/local 修复 fsck的命令的几个使用方法 指令：fsck 使用权限 : 超级使用者 使用方式 : fsck [-sACVRP] [-t fstype] [–] [fsck-options] filesys […] 说明 ： 检查与修复 Linux 档案系统，可以同时检查一个或多个 Linux</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 开源成趋势 惠普刀片系统将要引用Linux</title>
    <link>/knowledge/beginner/20071026/87.html</link>
    <description>PC数量的不断递增，数据交换频率的几何级增长，网络系统开始变得越来越复杂。在数据中心里，数以千计的服务器，连接各种网络存储就需要配置数百万的参数，“复杂性已经成为一切基础设施难题的根源”。在惠普刀片系统策略总监Richard Fichera的描述中，引入Linux开源的</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 用Windows下的Boot引导程序来引导Linux</title>
    <link>/knowledge/beginner/20071026/88.html</link>
    <description>除了用Grub外，这个方法也不错： 1、先装windows,再装linux 2、在装linux过程中，将grub或者lilo装在主分区上（不是MBR),或者干脆不要安装grub或lilo 3、linux安装好之后，使用第一张光盘启动系统，输入linux rescue 4、挂载硬盘的linux分区： chroot /mnt/sysimage 5</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 嵌入应用：如何制作和使用Jffs2文件系统</title>
    <link>/knowledge/beginner/20071026/84.html</link>
    <description>本文主要介绍如何在AT91SAM9261EK板子上制作和使用jffs2文件系统，使用的是linux-2.6.21内核。 首先配置MTD $ make menuconfig进入 Memory Technology Devices (MTD) --- * Memory Technology Device (MTD) support [*] Debugging [*] MTD partitioning support [*] Co</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 在无FAT的Windows下硬盘安装Fedora7系统</title>
    <link>/knowledge/beginner/20071026/85.html</link>
    <description>Redhat的产品都是直接支持硬盘安装的，安装的内核和initrd就在光盘的isolinux里面，由于Grub不支持NFTS格式的读写，所以你的安装光盘的ISO一定要放在一个fat or fat32的分区下。但是，要是都是NTFS的分区怎么办？由于Windows 2K&amp;XP限制了FAT32的大小，即FAT32 在2K or</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 怎么样在 Linux系统中安装和设置Nmap</title>
    <link>/knowledge/beginner/20071026/1756.html</link>
    <description>Linux是运行Nmap工具软件最常用的平台。事实上，大多数Linux发布版都包含Nmap，尽管Nmap也许不是默认安装的。即使你的系统已经有了一个Nmap软件，你还应该考虑升级到最新的版本http://www.insecure.org/nmap/download.html (注:并非所有的Nmap发布版都有一种特殊的Nmap</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux下制作简单的仿Windows安装界面</title>
    <link>/knowledge/beginner/20071026/1757.html</link>
    <description>安装包特性： 1、开始拷贝文件之前的操作都具有可逆性； 2、具有“默认安装”与“自定义安装”两种安装方式可选； 3、自动生成卸载脚本； 4、安装时能自动建立桌面快捷方式，卸载时能自动清除配置文件、游戏存档等软件残留文件。 以下操作以在红旗桌面版4.1下制作EVA-0</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 怎么样使Linux象Windows一样安装卸载</title>
    <link>/knowledge/beginner/20071026/1758.html</link>
    <description>在Linux中要添加和删除程序是一件相当麻烦的事情，软件的安装可以用千奇百怪来形容。 除了最简单的双击rpm包来安装软件外，还有通过make、configure命令来安装的,也有通过把软件直接copy到指定目录来安装的。除了rpm包的安装方法最简单外，其余的方法可能让初级用户相</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title>  Linux系统命令(文件传输)</title>
    <link>/knowledge/beginner/20071026/1311.html</link>
    <description>uuto 功能说明：将文件传送到远端的UUCP主机。 语 法：uuto [文件][目的] 补充说明：uuto为script文件，它实际上会执行uucp，用来将文件传送到远端UUCP主机，并在完成工作后，以邮件通知远端主机上的用户。 参 数： 相关参数请参考uucp指令。 ------------------------</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title> Linux下Grub开机管理程式安装简介</title>
    <link>/knowledge/beginner/20071026/1754.html</link>
    <description>一.简介: Linux向使用LILO作为多重开机管理程式，它可以启动任何安装在PC上的作业系统，例如DOS、 Windows95,98,2000,OS/2等。设定LILO最常用的方式分别为:把LILO安装在硬碟上的MBR或把其安装在含有/boot目录的分割区的boot sector上。 GRUB不像LILO在开机时并无法读取</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 在linux操作系统下JDK的安装与配置</title>
    <link>/knowledge/beginner/20071026/1755.html</link>
    <description>JDK版本：j2eesdk-1_4_03-linux.bin 1、在linux下安装JDK： 找到j2eesdk-1_4_03-linux.bin， 运行命令： #&gt; ./j2eesdk-1_4_03-linux.bin 安装是的默认路径是：/opt/SUNWappserver/,你可以更改为任意路径。如：/usr/local/.我是选择默认路径。 2、配置JDK 1）jdk配置文</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title>  Linux C编程---make命令的使用</title>
    <link>/knowledge/beginner/20071026/1309.html</link>
    <description>摘要:在开发一个系统时，一般是将一个系统分成几个模块，这样做提高了系统的可维护性，但由于各个模块间不可避免存在关联，所以当一个模块改动后，其他模块也许会有所更新，当然对小系统来说，手工编译连接是没问题，但是如果是一个大系统，存在很多个模块，那么手工编</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux 例行性命令的建立</title>
    <link>/knowledge/beginner/20071026/1310.html</link>
    <description>什么是例行性命令？ 每个人或多或少都有一些约会或者是工作，有的工作是例行性的，例如每年一次的加薪、每个月一次的工作报告、每周一次的午餐会报、每天需要的打卡等等；有的工作则是临时发生的，例如刚好总公司有高官来访，需要你准备演讲器材等等！用在生活上面，例</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  使用Linux&amp;nbsp;文本工具简化数据的提取</title>
    <link>/knowledge/beginner/20071026/912.html</link>
    <description>很多 Linux 系统管理员都需要做一些整理纯文本配置文件的乏味工作。幸运的是，Linux 有很多源自于 UNIX 的数据提取工具，包括 head、tail、grep、egrep、fgrep、cut、paste、join、awk 等。本文给出了几个真实的例子，它们可以展示如何使用这些简单的命令行工具更好地</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  如何提高linux命令行的工作效率</title>
    <link>/knowledge/beginner/20071026/1307.html</link>
    <description>摘要 本文介绍一些配置技巧，使你更好地操纵Linux命令行，提高工作效率 虽然最近几年个人计算机的潮流已经从命令行方式转向图形界面方式，大量的采用鼠标操作，但是shell 在Linux中依然有很强的生命力。shell有好几种，主要有bash、ksh、tcsh、zsh、ash，用得最多的是b</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  Linux关机命令详解</title>
    <link>/knowledge/beginner/20071026/1308.html</link>
    <description>摘要:在linux下一些常用的关机/重启命令有shutdown、halt、reboot、及init，它们都可以达到重启系统的目的，但每个命令的内部工作过程是不同的，通过本文的介绍，希望你可以更加灵活的运用各种关机命令. 在linux下一些常用的关机/重启命令有shutdown、halt、reboot、及</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  轻轻松松产生&amp;nbsp;Makefile</title>
    <link>/knowledge/beginner/20071026/910.html</link>
    <description>在 Unix 上写程式的人大概都碰过 Makefile，尤其是用 C 来开发程式的人。用 make 来开发和编译程式的确很方便，可是要写出一个 Makefile就不简单了。偏偏介绍 Makefile 的文件不多，GNU Make 那份印出来要几百页的文件，光看完 Overview 就快阵亡了，难怪许多人闻 Unix</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  BusyBox&amp;nbsp;简化嵌入式&amp;nbsp;Linux&amp;nbsp;系统</title>
    <link>/knowledge/beginner/20071026/911.html</link>
    <description>BusyBox 是很多标准 Linux 工具的一个单个可执行实现。BusyBox 包含了一些简单的工具，例如 cat 和 echo，还包含了一些更大、更复杂的工具，例如 grep、find、mount 以及 telnet（不过它的选项比传统的版本要少）；有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。本文</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  使用&amp;nbsp;GStreamer&amp;nbsp;进行多用途的多媒体处理</title>
    <link>/knowledge/beginner/20071026/908.html</link>
    <description>本文向您介绍 GStreamer，它是一种通用的多媒体处理库，可以使得多媒体处理更加容易。 多媒体，依照其定义，表示各种各样的媒体类型。您可以各种格式存储音频、视频和元数据。然而，这也就意味着要使用许多工具来处理这些不同的内容。 GStreamer 可以为您提供帮助。通</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title>  使用Flex和Bison&amp;nbsp;更好地进行错误处理</title>
    <link>/knowledge/beginner/20071026/909.html</link>
    <description>尽管使用 Flex 和 Bison 生成程序非常简单，但是要让这些程序产生用户友好的语法和语义错误消息却很困难。本文将介绍 Flex 和 Bison 的错误处理特性，并展示如何使用它们，然后详细介绍它们的一些缺陷。 简介 正如 UNIX 开发人员所了解的那样，Flex 和 Bison 的功能非</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linuxdby.com</comments>
</item>
<item>
    <title> 使用Yum自动更新Linux系统服务器的方法</title>
    <link>/knowledge/beginner/20071026/82.html</link>
    <description>YUM (Yellow dog Updater, Modified) 用于自动连接yum源，检查和更新软件包、安全修补程序，检查和更新Linux系统核心（如需要）。 1、下载yum软件 需注意yum软件版本及yum源的适用范围 yum下载页面http://linux.duke.edu/projects/yum/download.ptml yum2.0.X 适用于Ce</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 网上邻居中文目录显示为乱码的处理方法</title>
    <link>/knowledge/beginner/20071026/83.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux操作系统下播放Ape音乐的方法介绍</title>
    <link>/knowledge/beginner/20071026/79.html</link>
    <description></description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 实例解析：解决Grub引导WindowsXP的问题</title>
    <link>/knowledge/beginner/20071026/80.html</link>
    <description>系统为xp，ubuntu linux双系统。xp装在系统的第二个分区，第一个分区是dell的系统诊断工具。linux安装在第六个分区，第二个活动分区。 安装的时候因为花屏和我不明的操作导致系统启动菜单里没有xp。由于一些事情还需要在xp下完成，需要重新将xp启动出来。 相当久以前我</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux操作系统下的共享文件夹 用户设定</title>
    <link>/knowledge/beginner/20071026/81.html</link>
    <description>首先当然是要安装samba了，呵呵： sudo apt-get install samba sudo apt-get install smbfs 下面我们来共享群组可读写文件夹，假设你要共享的文件夹为： /home/ray/share 首先创建这个文件夹 mkdir /home/ray/share chmod 777 /home/ray/share 备份并编辑smb.conf允许</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> 新手手册之Linux下新手装网卡指南</title>
    <link>/knowledge/beginner/20071026/1752.html</link>
    <description>本文主要面对新新手,不对任何高难度问题进行讨论,包括双网卡,正常编译了driver也不能用的古怪网卡等.本文的主要目的是告诉新新手,Linux下网卡是如何被驱动的.本文不讨论安装Linux的问题,假设用户已经成功安Linux,就等驱动网卡. 第一步--不要再问 Linux下能够装XXX卡么?</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux经验谈之：在Linux下安装MySQL</title>
    <link>/knowledge/beginner/20071026/1753.html</link>
    <description>安装MySQL(UNIX) 你必须执行基本的指令安装MySQL源码包（一个未解包的 tar 文件）：成为 root, 用su 命令 ---------------------------------------------------------------- $ su --------------------------------------------------------------- 改变路径进入安装</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux 系统配置基础祥解：GRUB入门</title>
    <link>/knowledge/beginner/20071026/1749.html</link>
    <description>什么是 GRUB？ GRUB 是引导装入器 -- 它负责装入内核并引导 Linux 系统。GRUB 还可以引导其它操作系统，如 FreeBSD、NetBSD、OpenBSD、GNU HURD 和 DOS，以及 Windows 95、98、NT 和 2000。尽管引导操作系统看上去是件平凡且琐碎的任务，但它实际上很重要。如果引导装</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>
<item>
    <title> Linux 入门时必学60文件处理个命令</title>
    <link>/knowledge/beginner/20071026/1750.html</link>
    <description>Linux系统信息存放在文件里，文件与普通的公务文件类似。每个文件都有自己的名字、内容、存放地址及其它一些管理信息，如文件的用户、文件的大小等。文件可以是一封信、一个通讯录，或者是程序的源语句、程序的数据，甚至可以包括可执行的程序和其它非正文内容。 Linux</description>
    <pubDate>2007-10-26</pubDate>
    <category>新手入门</category>
    <author>秩名</author>
    <comments>Linux集中营</comments>
</item>

</channel>
</rss>
