<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>linux</title>
<link>/plus/list.php?tid=81</link>
<description>linux</description>
<language>zh-cn</language>
<generator>www.linuxmine.net.cn -- 全球中文linux门户</generator>
<webmaster>admin@youremail.com</webmaster>
<item>
    <title>在网络安全中起重大作用的Windows命令</title>
    <link>/html/anquan/ruanjianchanpin/20081120/72328.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 一些基本的命令往往可以在保护网络安全上起到很大的作用，下面几条命令的作用就非常突出。&amp;nbsp;&amp;nbsp;&amp;nbsp; 检测网络连接&amp;nbsp;&amp;nbsp;&amp;nbsp; 如果你怀疑自己的计算机上被别人安装了木马，或者是中了病毒，但是手</description>
    <pubDate>2008-11-20</pubDate>
    <category>网络安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>铸造企业网络安全环境的九大措施</title>
    <link>/html/anquan/ruanjianchanpin/20081120/72327.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 2008年注定是不平凡的一年。原因在于安全环境空前恶劣，如各种漏洞频频发现，Web攻击日益惨烈，SQL注入伺机而动，恶意软件日益隐蔽，企业的网络生存环境受到了前所未有的挑战。&amp;nbsp;&amp;nbsp;&amp;nbsp; 各种安全威胁程度</description>
    <pubDate>2008-11-20</pubDate>
    <category>网络安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>围堵局域网中“耳朵”:网络嗅探与监听</title>
    <link>/html/anquan/ruanjianchanpin/20081120/72326.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 所谓“监听”技术，就是在互相通讯的两台计算机之间通过技术手段插入一台可以接收并记录通讯内容的设备，最终实现对通讯双方的数据记录。一般都要求用作监听途径的设备不能造成通讯双方的行为异常或连接中断。&amp;nbsp</description>
    <pubDate>2008-11-20</pubDate>
    <category>网络安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>对话 UNIX: 更多 shell 脚本技术</title>
    <link>/html/linux/SHELL/20081120/72307.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 与其他 UNIX 操作系统和 Linux 一样，IBM? AIX? 操作系统提供了几种能够帮助系统管理员、开发人员和用户执行日常任务的强大工具，使他们或其客户的工作更轻松。在 UNIX 中，这些工具之一能够通过编写 shell 脚本来自动执行任务，从而简化那些困难</description>
    <pubDate>2008-11-20</pubDate>
    <category>SHELL编程</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux中.a,.la,.o,.so文件的意义和编程实现</title>
    <link>/html/linux/Linuxshujuku/POSTGRE/20081120/72306.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; Linux下文件的类型是不依赖于其后缀名的，但一般来讲：&amp;nbsp;&amp;nbsp;&amp;nbsp; .o,是目标文件,相当于windows中的.obj文件&amp;nbsp;&amp;nbsp;&amp;nbsp; .so 为共享库,是shared object,用于动态连接的,和dll差不多&amp;nbsp;&amp;nbsp;&amp;nbsp; .a为静态库,是好多个.o合在一</description>
    <pubDate>2008-11-20</pubDate>
    <category>PostGreSQL</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>4步用XAMPP快速搭建LAMP环境</title>
    <link>/html/linux/wangluoguanli/Linuxfuwuqi/20081120/72305.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; XAMPP就是：&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows/Solaris/Linux/MacOS + Apache + MySQL + Perl&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.到XAMPP官网下载最新版本XAMPP，网址：www.xampp.org&amp;nbsp;&amp;nbsp;&amp;nbsp; 我把网址复制下来可直接下载linux-1.6.8a.tar.gz&quot;&gt;http://jaist</description>
    <pubDate>2008-11-20</pubDate>
    <category>Linux服务器</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>利用多核多线程进行程序优化</title>
    <link>/html/linux/xitongguanli/nahejishu/20081120/72304.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 大家也许还记得 2005 年 3 月 C++ 大师 Herb Sutter 在 Dr.Dobb’s Journal 上发表了一篇名为《免费的午餐已经结束》的文章。文章指出：现在的程序员对效率、伸缩性、吞吐量等一系列性能指标相当忽视，很多性能问题都仰仗越来越快的 CPU 来解决。</description>
    <pubDate>2008-11-20</pubDate>
    <category>内核技术</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux 下JDK1.4与JDK1.6的区别实例解析</title>
    <link>/html/ceshi/ceshi2/20081120/72303.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 在 Linux 下用 jdk 1.6 写了个程序，编译打包后，一切正常，拿到 win 下，同样是 1.6 的jdk，居然说什么不兼容的编译类型，非法的 magic number.&amp;nbsp;&amp;nbsp;&amp;nbsp; 只好在 Linux 下用 jdk 1.4.2 这个经典的版本重新编译一下，结果就发现了下面两</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>ubuntu8.10速配指南之热门设置</title>
    <link>/html/ceshi/ceshi2/20081120/72302.html</link>
    <description>中文支持  中文方块问题 某些软件中文字体显示为方块的问题：sudo gedit /etc/fonts/conf.d/49-sansserif.conf找到最后第4行的 sans-serif 替换为 文泉驿正黑，即可解决。&amp;lt;string&amp;gt;文泉驿正黑&amp;lt;/string&amp;gt; fcitx 配置及相关 sudo apt-get install im-switch</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>十个理由让你爱上Fedora 10</title>
    <link>/html/ceshi/ceshi2/20081120/72301.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 出自：http://news.fedora-zh.org/2008/1 ... ill-love-fedora-10/&amp;nbsp;&amp;nbsp;&amp;nbsp; 六个月前的这个时候，我(jonrob)写过一篇文章，名字叫做“5 个理由让你爱上 Fedora 9”。这次是在 Fedora 10 即将发布的这段时间，有更多的理由你会爱上这个版</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Ubuntu 8.10新特性“私人文件夹</title>
    <link>/html/ceshi/ceshi2/20081120/72300.html</link>
    <description>&amp;nbsp;&amp;nbsp; Ubuntu Intrepid Ibex 带来有趣的、新的安全特性，桌面用户和服务器用户都适用 Encrypted ~/Private Directory.&amp;nbsp;&amp;nbsp; 一、建立你的私人文件夹&amp;nbsp;&amp;nbsp; 1、安装ecryptfs-utils&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo apt-get install ecryptfs-utils&amp;n</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>从Linux命令行更新Twitter和FriendFeed</title>
    <link>/html/ceshi/ceshi2/20081120/72299.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 学习如何使用 GNU Wget 和 cURL 将状态更新发送到 Twitter 和 FriendFeed，而不必使用 Twitter 桌面应用程序。此外，还学习如何从 Linux? 命令行跟踪来自 Twitter 和 FriendFeed 的 feed。&amp;nbsp;&amp;nbsp;&amp;nbsp; 人们选择 Linux 这样的操作系统，是因</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>synergy</title>
    <link>/html/ceshi/ceshi2/20081120/72298.html</link>
    <description>&amp;nbsp; synergy-两台电脑共享一套鼠标键盘-Linux&amp;amp;windows详细教程&amp;nbsp;&amp;nbsp;&amp;nbsp; 前些天，我把自己的台式电脑搬到实验室，与实验室里分配给我的电脑一起用。为了方便使用，我尝试了下用软件的方法实现两台电脑公用一套鼠标键盘，并且共享剪切板。本着分享的精</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>不必害怕Ubuntu的命令行</title>
    <link>/html/ceshi/ceshi2/20081120/72297.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 命令行并不是使用Ubuntu必须的技能。一般来说，只有在系统安装后的第一次配置和系统出问题才需要使用命令行。象Windows一样，在其它日常操作中我们几乎不必用到命令行，虽然Windows也配有一个DOS运行窗口。&amp;nbsp;&amp;nbsp;&amp;nbsp; 但要在Ubuntu中使用</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>调整双系统启动菜单顺序的软件</title>
    <link>/html/ceshi/ceshi2/20081120/72296.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 如果你的电脑安装了Ubuntu和Windows双系统的话，可以在Ubuntu中使用startupmanager这个软件来调整启动菜单的顺序，比如把Ubuntu或Windows设为默认的操作系统，还可以设置等待选择的时间。&amp;nbsp;&amp;nbsp;&amp;nbsp; 安装方法：在新立德软件包管理器里搜索</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Ubuntu 8.04升级到8.10全过程及问题解决</title>
    <link>/html/ceshi/ceshi2/20081120/72295.html</link>
    <description>用Ubuntu操作系统就是好，每半年发布一个新版本，而且是终身免费的，不像微软的Windows，几年才出一个新版，而且每个版本都要花几百块钱去买。Ubuntu 8.10终于于10月30日如期发布了，本来计划等发布一个星期后才升级的，一来担心刚发布大家都一窝蜂去下载导致网速很慢</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>对Android平台Linux部分的初步理解</title>
    <link>/html/ceshi/ceshi2/20081120/72294.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; Android是基于Linux内核的，对于喜欢研究底层的朋友来说，自然不会放过搞明白Linux层面上一些东西的机会。当然，最终目的还是要搞清楚 Linux是如何和上层lib以及虚拟机结合的，但是这得等Google完全开源Android之后了。很多关于Linux运行的细节，</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>红旗Linux6.0 SP1桌面版安装 xfce 4.4.3 方法</title>
    <link>/html/ceshi/ceshi2/20081120/72293.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 下面说说在红旗Linux6.0 SP1桌面版安装 xfce 4.4.3 的一些方法。&amp;nbsp;&amp;nbsp;&amp;nbsp; 1、首先到http://www.xfce.org/download/下载xfce 4.4.3&amp;nbsp;&amp;nbsp;&amp;nbsp; 下载 稳定版本 (4.4.3)的图形安装程序&amp;nbsp;&amp;nbsp;&amp;nbsp; xfce4-4.4.3-installer.run</description>
    <pubDate>2008-11-20</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>ubuntu常用命令集合</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72292.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 下面是本Linux菜鸟学习Ubuntu几个月以来收集的一些命令和一些小问题的解决方案，高手就可以忽略不计了，这主要是给比我还菜的鸟的.写的比较乱，wiki和论坛里都有，不过还是拿出来和大家分享下:&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&quot;运行&quot;(不知道叫什么，和win下</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux命令之网络安全基础知识</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72291.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 虽然Linux和Windows NT/2000系统一样是一个多用户的系统，但是它们之间有不少重要的差别。对于很多习惯了Windows系统的管理员来讲，如何保证Linux操作系统安全、可靠将会面临许多新的挑战。本文将重点介绍Linux系统安全的命令。&amp;nbsp;&amp;nbsp;&amp;nbsp;</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>最新ubuntu8.10下用wine安装QQ(图文)</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72290.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; （注：文章来源：西北农林科技大学linux社区linux.cn&quot;&gt;www.xnlinux.cn）&amp;nbsp;&amp;nbsp;&amp;nbsp; 目前在linux下使用qq的方法有多种，如lumaqq，eva，pidgin等，当然还有腾讯官方推出的qq forlinux，但是他们的功能都赶不上windows下的qq，其实我们完全</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Ubuntu 9.04 (Jaunty Jackalope)Alpha1放出</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72289.html</link>
    <description>Ubuntu is a community developed operating system that is perfect for laptops, desktops and servers. Whether you use it at home, at school or at work Ubuntu contains all the applications you'll ever need, from word processing and email applications,</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux平台刻录工具NeroLINUX 3.5.2.0版</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72288.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 我们都知道Nero是Windows平台下的刻录王者，同样，在Linux操作系统上，Nero Linux3是最权威的刻录工具，采用业界领先的Nero BurningROM引擎，使其成为Linux上最强大而且功能最多的刻录软件，自Nero今年3月份发布了NeroLINUX3.5版本之后，就开始支</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Ubuntu Muslim Edition 8.10发布</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72287.html</link>
    <description>Ubuntu穆斯林版本（UbuntuME）是一份免费的开放源码操作系统，它基于Ubuntu。其主要特性在于对伊斯兰教软件的包含，例如祈祷时间提醒，古兰经学习工具，以及一份网页内容过滤工具。&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mehdi Magnon has announced the releas</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>上海嵌入式系统工程师专题技术讲座</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72286.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 地&amp;nbsp;&amp;nbsp;&amp;nbsp; 点：华东师范大学（中山北路3663号）理科大楼A504学术报告厅&amp;nbsp;&amp;nbsp;&amp;nbsp; 时&amp;nbsp;&amp;nbsp;&amp;nbsp; 间：2008年12月6日13:00~16:30&amp;nbsp;&amp;nbsp;&amp;nbsp; 日程安排：&amp;nbsp;&amp;nbsp;&amp;nbsp; 　　会场签到 (13：00 – 13：30)&amp;nbsp</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>四款基于Ubuntu的非官方Linux发行版[图文]</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72285.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; Linux Mint&amp;nbsp;&amp;nbsp;&amp;nbsp; Linux Mint&amp;nbsp; 是一个基于 Ubuntu 的Linux发行版。他继承了 Ubuntu 的众多优点，同时也在 Ubuntu 的基础上加入很多自己优秀的特性。其目标是提供一种更开箱即刻可用的用户体验，免去用户要安装系统后还要自己安装</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Ubuntu将在ARM平台netbook上现身</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081120/72284.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 自由软件开发公司Canonical日前宣布该公司将会与社群开发出针对采用arm处理器的Ubuntu Linux桌面操作系统,先前ARM处理器多半是应用在小型电子装置,像是手机上的。先前我们在10月时曾经报导过新款ARM处理器将进军强调轻薄短小、节能又低价的轻省笔</description>
    <pubDate>2008-11-20</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>OpenOffice试用后感想</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081117/72280.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 从昨晚就开始下载1.1版了，怪我手背，挑得那台HK的下载服务器慢得像蜗牛。下载完毕开始安装，安装很简单，继承了微软的Next风格。我选择了全部功能，可惜机器上没装JRM，所以提示我将会有少许功能没法使用，心里很不安不知是哪一部分，也不说明一</description>
    <pubDate>2008-11-17</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>不容忽视被人轻视的“七大网络安全误解</title>
    <link>/html/anquan/ruanjianchanpin/20081117/72257.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 许多人对于自己的数据和网络目前有一种虚假的安全感：在系统安装了防火墙、在桌面上安装了防病毒和防间谍软件工具、使用加密技术发送和保存数据；此外，微软及各大安全公司不断增强安全工具和补丁程序……似乎可以</description>
    <pubDate>2008-11-17</pubDate>
    <category>网络安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>ubuntu一步架设ftp服务器 图文讲解</title>
    <link>/html/linux/wangluoguanli/Linuxfuwuqi/20081117/72251.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; ftp 文件传输服务，其余的不多讲了，直接进入主题。今天我给大家说的是使用vsftpd架设ftp服务器，希望对大家有所帮助。&amp;nbsp;&amp;nbsp;&amp;nbsp; A 安装vsftpd ：sudo apt-get install vsftpd.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 因为我们是通过sudo</description>
    <pubDate>2008-11-17</pubDate>
    <category>Linux服务器</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Ubuntu 8.10 局域网络配置</title>
    <link>/html/linux/wangluoguanli/wangluoguanli/20081117/72250.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 升级到Ubuntu8.10后，配置网络有点不同，最终还是搞定了，如图&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 开始在Prefix填写255.255.255.0结果是“确定”是灰暗的无法点击，弄了半天，在网上查到这一段话:PREFIX,变量配置为子网使用的位数，IP地址的每</description>
    <pubDate>2008-11-17</pubDate>
    <category>网络管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>如何改变Ubuntu8.10的启动画面</title>
    <link>/html/ceshi/ceshi2/20081117/72249.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 其实非常简单：&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo aptitude install splashy&amp;nbsp;&amp;nbsp;&amp;nbsp; 如果提示没有软件包，可以从官方网站下载。&amp;nbsp;&amp;nbsp;&amp;nbsp; 就是两个文件：&amp;nbsp;&amp;nbsp;&amp;nbsp; http://splashy.alioth.debian.org/ubuntu/splashy_0.3.8-2_</description>
    <pubDate>2008-11-17</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>《独孤九剑》锻造ubuntu大侠</title>
    <link>/html/ceshi/ceshi2/20081117/72248.html</link>
    <description>&amp;nbsp;《独孤九剑》锻造ubuntu大侠&amp;nbsp;&amp;nbsp;&amp;nbsp; 公元2008年11月某某日，中国东北某座城市的办公楼内，迎面走来了一个英俊非凡的少年，他就是我们故事的主人公：“剑魔独孤求败”。不过在这个年代，他的名字改叫：“CooL”。他现在走到办公桌上正专注与思考一些</description>
    <pubDate>2008-11-17</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>linux下飞快的BT客户端rtorrent设置</title>
    <link>/html/ceshi/ceshi2/20081117/72247.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 本文参考了这一篇文章http://forum.ubuntu.org.cn/viewtopic.php?f=73&amp;amp;t=165069&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a&amp;nbsp;&amp;nbsp;&amp;nbsp; 打开终端（以下代码如无特殊说明，均指在终端中的命令）&amp;nbsp;&amp;nbsp;&amp;nbsp; 安装&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo aptitu</description>
    <pubDate>2008-11-17</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>迁移到Linux平台应考虑的十个问题</title>
    <link>/html/ceshi/ceshi2/20081117/72246.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 随着经济环境的恶化和Vista没有获得太多的认可，很多IT部门考虑将平台向Linux迁移。尽管很多人认为Linux优于windows，但是在更换平台前应该先要慎重考虑。否则到最后你可能到发现必须得回到原来的平台，如果你考虑向Linux平台迁移，应先考虑以下十</description>
    <pubDate>2008-11-17</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux 下的显卡硬解码混战</title>
    <link>/html/ceshi/ceshi2/20081117/72245.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows 下有 DXVA，符合规范的解码器能够利用显卡的运算能力进行视频的部分甚至全部解码工作。现在 ATI 的 UVD2 和 NVIDIA 的 PureVideoHD 已经趋于成熟了。Intel 的 ClearVideo 也在进步中。总之使用 Windows 的用户可以尽情享受新型显卡带来的</description>
    <pubDate>2008-11-17</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Mac、Linux及iPhone用户都能用网络版Office</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081117/72244.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 微软日前澄清了围绕Office Web的一个关键问题，即运行Mac OS X和Linux操作系统的用户，以及iPhone用户都可以访问Office Web服务。&amp;nbsp;&amp;nbsp;&amp;nbsp; 一位名为莎拉·佩雷兹（Sarah Perez）的博主在微软Channel 10博客中阐明了访问Office Web的系统</description>
    <pubDate>2008-11-17</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Firefox 3.1将至 你的扩展准备好了么？</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081117/72243.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 对Firefox来说，丰富的扩展是提高自身实力必不可少的助推器，不过每次有较大规模升级的时候，扩展也必须跟着更新，以确保兼容性。现在，Firefox 3.1已经进入Beta测试阶段，而Mozilla也向开发人员发出呼吁，希望大家共同努力，确保最常用的95％的扩</description>
    <pubDate>2008-11-17</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>资深Linux系统管理员网络安全经验谈</title>
    <link>/html/linux/wangluoguanli/Linuxanquan/20081115/72240.html</link>
    <description>一个潜在的黑客如果要攻击你的Linux服务器，他首先就会尝试缓冲区溢出。在过去的几年中，以缓冲区溢出为类型的安全漏洞是最为常见的一种形式了。更为严重的是，缓冲区溢出漏洞占了远程网络攻击的绝大多数，这种攻击可以轻易使得一个匿名的Internet用户有机会获得一台</description>
    <pubDate>2008-11-15</pubDate>
    <category>Linux安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Ubuntu Tweak 0.4.2正式发布</title>
    <link>/html/linux/linuxxinshourumen/cyml/20081115/72239.html</link>
    <description>经过一个多月的开发，最新版本的Ubuntu Tweak正式发布了。 Ubuntu Tweak 0.4.2修正并改善了许多方面，并引入了“源编辑器”这个新特性。 —- 为了方便用户更方法的编辑和设定源，Ubuntu Tweak 0.4.2版加入了“源编辑器”。 什么是“源编辑器”呢？我来通过下面几张图</description>
    <pubDate>2008-11-15</pubDate>
    <category>常用命令</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>就是一行命令10秒钟架设一个blog站点！</title>
    <link>/html/ceshi/ceshi2/20081114/72237.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 在Ubuntu Linux下，你在命令终端下输入：nb，回车，系统会提示你：&amp;nbsp;&amp;nbsp;&amp;nbsp; The program 'nb' is currently not installed. You can install it by typing:&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo apt-get install nanoblogger&amp;nbsp;&amp;nbsp;&amp;nbsp; bash</description>
    <pubDate>2008-11-14</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>不改变系统设置 全新安装Ubuntu</title>
    <link>/html/ceshi/ceshi2/20081114/72236.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 是重新安装还是升级系统呢？ 每当一个新的Ubuntu版本发行时，每个Ubuntu用户通常都会面临这样的选择。重新安装或许更好，可是以前安装的程序和配置不就丢了么？如何在在保持系统现有配置的情况下全新安装Ubuntu的新版本呢？&amp;nbsp;&amp;nbsp;&amp;nbsp; 注</description>
    <pubDate>2008-11-14</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>四大策略有效保护FTP服务器口令的安全</title>
    <link>/html/anquan/ruanjianchanpin/20081114/72179.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 由于FTP服务器常被用来做文件上传与下载的工具，所以，其安全的重要性就不同一般。因为若其被不法攻击者攻破的话，不但FTP服务器上的文件可能被破坏或者窃取；更重要的是，若它们在这些文件上下病毒、木马，则会给</description>
    <pubDate>2008-11-14</pubDate>
    <category>网络安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>有关网络安全的6个急迫问题</title>
    <link>/html/anquan/ruanjianchanpin/20081114/72178.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 1、值得为服务器虚拟化去冒险吗？&amp;nbsp;&amp;nbsp;&amp;nbsp; 从传统服务器迁移到虚拟机（VM）环境的好处是通过硬件整合和卓越的灵活性来节省费用。但是，这样也许会带来一些不好的结果，包括：安全间隙和虚拟服务器泛滥，</description>
    <pubDate>2008-11-14</pubDate>
    <category>网络安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>化解无线网络的安全威胁 享受便利快捷</title>
    <link>/html/anquan/ruanjianchanpin/20081114/72177.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; 伴随着低档次无线网络设备的价格不断走低，以及操作上的越来越简便，低档次无线局域网网络在最近几年得到了快速普及。为了方便进行资源共享、无线打印、移动办公操作，我们只要耗费几百元钱购买一台普通的无线路由</description>
    <pubDate>2008-11-14</pubDate>
    <category>网络安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux下c++编程与kdevelop的环境配置</title>
    <link>/html/linux/Linuxshujuku/POSTGRE/20081114/72164.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; KDevelop是一个支持多程序设计语言的集成开发环境。它运行于Linux和其它类unix环境。&amp;nbsp;&amp;nbsp;&amp;nbsp; KDevelop本身不包含编译器，而是调用其它编译器来编译程序。&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.打开新立得软件包管理器&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.查找KDevelo</description>
    <pubDate>2008-11-14</pubDate>
    <category>PostGreSQL</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Solaris 10服务器TCP/IP配置实战</title>
    <link>/html/linux/wangluoguanli/wangluoguanli/20081114/72163.html</link>
    <description>　　一、理解Solaris 10网络控制文件　　Solaris 10使用下列网络控制文件来管理TCP/IP网络。　　1、/etc/hostname.interface文件　　这个文件是本地主机上定义的物理的端口的文件。一个本地主机至少有一个这样的文件，它是在安装Solaris 10的过程中形成的。例如/etc/h</description>
    <pubDate>2008-11-14</pubDate>
    <category>网络管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>CentOS 4.4及Linux下最常用最有效的安全设置</title>
    <link>/html/linux/wangluoguanli/Linuxanquan/20081114/72162.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; CentOS或Red Had Enterprise Linux 4 的用户要首先要打开SElinux，方法是修改/etc/selinux/config文件中的SELINUX=&quot;&quot; 为enforcing 。它可以保证你的系统不会非正常的崩溃。有些人认为应该关闭，我强烈不推荐，当然只是将centos用来玩玩，不是用于</description>
    <pubDate>2008-11-14</pubDate>
    <category>Linux安全</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>使用sudo来赋予普通用户root的权限</title>
    <link>/html/ceshi/ceshi2/20081114/72161.html</link>
    <description>　　常规来说，root的权限是不可随意分割的，所以很难既给某个用户完成一件任务的权力，比如说备份，而又不给这个人自由运行系统的权力。如果把root给多个人去使用，显然是个不安全的做法。&amp;nbsp;&amp;nbsp;&amp;nbsp; 针对这个问题，现在广泛的采用SUDO的方式来解决。&amp;nbsp;&amp;</description>
    <pubDate>2008-11-14</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux下让Apache以指定的用户和组来运行</title>
    <link>/html/ceshi/ceshi2/20081114/72160.html</link>
    <description>　　在Linux下使用80端口需要root权限，一些管理员为了安全的原因，认为 httpd 服务器不可能没有安全漏洞，因而更愿意使用普通用户的权限来启动服务器，这样就不能使用80端口及其他小于1024的端口，而必须使用大于 1024的端口来启动httpd，一般情况下8000或8080也是常</description>
    <pubDate>2008-11-14</pubDate>
    <category>系统管理</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>

</channel>
</rss>
