<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>服务器管理</title>
<link>http://www.91linux.com/html/article/guanli/index.html</link>
<description>Linux教程 / 服务器管理</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.91linux.com' target='_blank'&gt;91Linux!&lt;/a&gt;</generator>
<webmaster>cooldgjk@gmail.com</webmaster>
<item>
    <title>如何显示用户在本主机上执行了什么命令</title>
    <link>/html/article/guanli/20071129/8640.html</link>
    <description>可以用lastcomm命令显示用户（root和非root）在本主机执行了哪些命令，设置步骤： 1.#vi /etc/rc2.d/S99ac</description>
    <pubDate>2007-11-29</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>查看Apache并发请求数及其TCP连接状态</title>
    <link>/html/article/guanli/20071126/8564.html</link>
    <description>这两天搭建了一组Apache服务器，每台服务器4G内存，采用的是prefork模式，一开始设置的连接数太少了，需要</description>
    <pubDate>2007-11-26</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>ProFTPD+mysql安装配置</title>
    <link>/html/article/guanli/20071122/8515.html</link>
    <description>一,直接使用，不连接数据库: 1,解压并编译安装: tar -zxvf proftpd-1.3.0.tar.gz ./configure --prefix=/u</description>
    <pubDate>2007-11-22</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>apache+mysql+php安装过程</title>
    <link>/html/article/guanli/20071120/8450.html</link>
    <description>一.安装Apache 1.解压缩后 #./configure --sysconfdir=/etc --enable-ssl --enable-modules #make;make in</description>
    <pubDate>2007-11-20</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux NFS服务器性能优化</title>
    <link>/html/article/guanli/20071120/8428.html</link>
    <description>NFS是网络文件系统（Network File System）的简称，是分布式计算系统的一个组成部分，可实现在异种网络上</description>
    <pubDate>2007-11-20</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>在HPUX和SuSE Linux上设置NFS共享的方法</title>
    <link>/html/article/guanli/20071120/8423.html</link>
    <description>因工作需要，要在HPUX上建一个目录，在SuSE Linux上建另一个目录，使得这两个目录内容完全相同且同步。 比</description>
    <pubDate>2007-11-20</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Bind配置找不到zone配置文件问题</title>
    <link>/html/article/guanli/20071120/8420.html</link>
    <description>今天配置Bind老是不成功，后来从/var/log/message中找到以下信息，原来是bind找不到zone配置文件named.10.</description>
    <pubDate>2007-11-20</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>APACHE2.2.4+RESIN3.0.24的整合</title>
    <link>/html/article/guanli/20071120/8419.html</link>
    <description>前几次安装 apache+resin 一直都没有成功过 . 昨天实在不想回家 , 所以就再做一次试下 . 参考了官方的相关</description>
    <pubDate>2007-11-20</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Samba文件服务器的配置</title>
    <link>/html/article/guanli/20071119/8358.html</link>
    <description>1 2 3 1 #rpm qa |grep samba samba-common- 3.0.0.15.i386.rpm samba-client- 3.0.0-15.i386.rpm samba-</description>
    <pubDate>2007-11-19</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>POSIX 文件能力：分配根用户的能力</title>
    <link>/html/article/guanli/20071117/8292.html</link>
    <description>Linux 多年来都使用能力（capability）的概念，但是最近实现了 POSIX 文件能力。POSIX 文件能力将根用户的</description>
    <pubDate>2007-11-17</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>[FreeBSD] 一直出现 ssh/tcp: bind: Address already in use</title>
    <link>/html/article/guanli/20071116/8285.html</link>
    <description>[FreeBSD] 一直出现 ssh/tcp: bind: Address already in use 的讯息 consol 上会一直出现 ssh/tcp: bind:</description>
    <pubDate>2007-11-16</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>SSH重建Linux中的用户邮件箱</title>
    <link>/html/article/guanli/20071116/8265.html</link>
    <description>这里所说的邮件箱，就是当你ssh登录后。系统提示你有mail。就是这个东西。 今天用logwatch查看日志时，系</description>
    <pubDate>2007-11-16</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux服务器应用：关于Apache配置和日志</title>
    <link>/html/article/guanli/20071115/8250.html</link>
    <description>1、设置环境变量 在apache里面，你可以用正则来判断很多变量，然后设定另外一个变量以便后面的配置使用 比</description>
    <pubDate>2007-11-15</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux AS4.0 for ORA9204_Install</title>
    <link>/html/article/guanli/20071114/8219.html</link>
    <description>Linux AS4.0 for ORA9204 oracle为在oracle网站上下载的9204 以下是我个人的安装过程： 1 、完全安装linux</description>
    <pubDate>2007-11-14</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>SPOOLING系统</title>
    <link>/html/article/guanli/20071114/8213.html</link>
    <description>SPOOLING技术实际上是一种外围设备同时联机操作技术,又称为排队转储技术。 它在输入和输出之间增加了输入</description>
    <pubDate>2007-11-14</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>调整Sun Directory Server 6.0 最大2000查询的限制</title>
    <link>/html/article/guanli/20071114/8210.html</link>
    <description>Sun Directory Server 6.0默认只能查询2000条的记录，对于大数据量的用户需要对这一配置进行优化。下面我就</description>
    <pubDate>2007-11-14</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>DHCP/DNS的动态更新</title>
    <link>/html/article/guanli/20071114/8200.html</link>
    <description>如果一台机子要连接到网络，就要它从所在的子网获得IP地址，通过TCP/IP协议连入网络中，这就需要它所在的子</description>
    <pubDate>2007-11-14</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux 中软件 RAID 使用常见问题解决</title>
    <link>/html/article/guanli/20071113/8175.html</link>
    <description>来源：ibmdeveloperworks 作者：张 志斌 在文章Linux 中软件 RAID 的使用中我们讲述了 Linux 系统中软 RAI</description>
    <pubDate>2007-11-13</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux 中软件 RAID 的使用</title>
    <link>/html/article/guanli/20071113/8174.html</link>
    <description>在以数据为中心的信息时代，如何妥善有效地保护数据是存储系统的核心问题之一。人们可以忍受计算机宕机，</description>
    <pubDate>2007-11-13</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Apache中禁止以目录方式访问的设置</title>
    <link>/html/article/guanli/20071112/8145.html</link>
    <description>找到Apache 的 httpd.conf 配置文件将： Options Indexes FollowSymLinks 改为： Options FollowSymLinks</description>
    <pubDate>2007-11-12</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Apache中禁止IP段,在httpd.conf中的写法</title>
    <link>/html/article/guanli/20071112/8143.html</link>
    <description>说明: 控制哪些主机能够访问服务器的一个区域 语法: Allow from all|host|env=env-variable [host|env=env</description>
    <pubDate>2007-11-12</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux系统环境下 搭建Discuz论坛的方法</title>
    <link>/html/article/guanli/20071109/8110.html</link>
    <description>环境 linux AS4 2.6.9 1.安装mysql 使用版本 mysql5.1.22-rc.tar.gz 把安装包拷贝到/usr/local目录后执行</description>
    <pubDate>2007-11-09</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>ioFTPD的权限控制</title>
    <link>/html/article/guanli/20071107/8036.html</link>
    <description>ioFTPD 以性能高效著称，引申自 FreeBSD 下的 glFTPd ，连目录都很 linux ，我们姑且认为它是从 glFTPd 移</description>
    <pubDate>2007-11-07</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>给linux添加新硬盘的经过</title>
    <link>/html/article/guanli/20071107/8034.html</link>
    <description>最近又出了不少新网络游戏，游戏更新服务器空间不足了。于是就想要给服务器上再加一块新硬盘。 游戏服务器</description>
    <pubDate>2007-11-07</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>由chkconfig控制系统初始化的服务</title>
    <link>/html/article/guanli/20071107/8032.html</link>
    <description>由chkconfig控制系统初始化的服务：（本实验环境Red Hat Linux RHEL5） 在复习的过程中，对运行级别和init</description>
    <pubDate>2007-11-07</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>限制用户的最小密码长度</title>
    <link>/html/article/guanli/20071105/7973.html</link>
    <description>修改/etc/login.defs里面的PASS_MIN_LEN的值。比如限制用户最小密码长度是8： PASS_MIN_LEN 8 这样用户设置</description>
    <pubDate>2007-11-05</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>AS4服务器下 Apache随系统自启动的方法</title>
    <link>/html/article/guanli/20071105/7969.html</link>
    <description>1.操作系统RH AS4 运行的服务器有SAMBA、VSFTP等，都是在安装AS4的时候一起安装的。 2.通过whereis httpd</description>
    <pubDate>2007-11-05</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>使用 watchdog 构建高可用性的 Linux 系统及应用</title>
    <link>/html/article/guanli/20071105/7959.html</link>
    <description>Linux 在不同领域如电信、终端便携设备等得到广泛应用，不同领域的应用对 Linux系统也提出相应的需求。Car</description>
    <pubDate>2007-11-05</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Apache服务器实现的用户验证</title>
    <link>/html/article/guanli/20071102/7947.html</link>
    <description>Apache服务器已经内置用户验证机制，大家只要适当的加以设置，便可以控制网站的某些部分要用户验证。大家</description>
    <pubDate>2007-11-02</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下配置 Tomcat+JDK+MySQL应用平台</title>
    <link>/html/article/guanli/20071101/7928.html</link>
    <description>一、所需主体软件 J2SDK 1.4.0 版 tomcat -5.0.25版 mysql-4.0.20版 二、软件安装 1. MYSQL安装 命令列表</description>
    <pubDate>2007-11-01</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux用户管理：设置用户口令的使用期限</title>
    <link>/html/article/guanli/20071031/7908.html</link>
    <description>口令老化（Password aging）是一种增强的系统口令生命期认证机制，虽然它会一定程序的削弱用户使用的便利</description>
    <pubDate>2007-10-31</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>SER服务器的安装与配置</title>
    <link>/html/article/guanli/20071030/7876.html</link>
    <description>1、 安装Linux系统之后，检查系统的软件包里是否有 Gcc=2.9x Bison Flex Make Sed Mysql 现在的linux版本</description>
    <pubDate>2007-10-30</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>vsftpd设置整理篇</title>
    <link>/html/article/guanli/20071030/7870.html</link>
    <description>vsftpd设置整理篇 ###############################用户登陆控制########################### #接受匿名用</description>
    <pubDate>2007-10-30</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux 系统用户账号管理的基本操作命令</title>
    <link>/html/article/guanli/20071030/7858.html</link>
    <description>1、useradd 作用：在linux系统中添加一个用户账号 示例：[root@rhel4 root]#useradd shangwen 2、passwd</description>
    <pubDate>2007-10-30</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统出现严重故障后的救援模式</title>
    <link>/html/article/guanli/20071029/7844.html</link>
    <description>1、把系统安装光盘插入，重启机器，启动时迅速按下Del键，进入CMOS，把启动顺序改为光盘先启动，这样就启</description>
    <pubDate>2007-10-29</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>在DEBIAN下使用tarball安装POWERDNS记</title>
    <link>/html/article/guanli/20071023/7764.html</link>
    <description>以前在工作中管理DNS是一件极其麻烦和郁闷的事，每次都要先TELNET到服务器，然后CD ZONES目录，再vi ZONES</description>
    <pubDate>2007-10-23</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>野火兔的窝</comments>
</item>
<item>
    <title>安装 ns2.26 + gnutellasim</title>
    <link>/html/article/guanli/20071023/7763.html</link>
    <description>安裝gnutellasim前要先裝PDNS，而裝PDNS要先裝libSynk，裝完libSynk和PDNS後再patch gnutellasim， 1.inst</description>
    <pubDate>2007-10-23</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>gaogilbert.cublog.cn</comments>
</item>
<item>
    <title>Unix/Linux常用监控和管理命令工具</title>
    <link>/html/article/guanli/20071022/7732.html</link>
    <description>ps：查看系统中的进程，Linux中可以使用ps -aux查看所有进程 参数w表示加宽显示的命令行，参数w可以写多次</description>
    <pubDate>2007-10-22</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>开源或免费虚拟主机管理系统</title>
    <link>/html/article/guanli/20071022/7728.html</link>
    <description>1. ZPanel - 在Windows下的免费Hosting Panel 网址： http://sourceforge.net/projects/zpanel/ http://ww</description>
    <pubDate>2007-10-22</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统下的集群原理及其实例解析</title>
    <link>/html/article/guanli/20071022/7716.html</link>
    <description>一、集群和Linux上的集群解决方案 集群系统(Cluster)主要解决下面几个问题： 高可靠性（HA） 利用集群管理</description>
    <pubDate>2007-10-22</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>用Linux系统自身做一个L2TP的VPN服务器</title>
    <link>/html/article/guanli/20071022/7715.html</link>
    <description>用Linux自身做一个L2TP的VPN服务器。 先安装了RHEL5，然后到http://www.xelerance.com/software/xl2tpd/上</description>
    <pubDate>2007-10-22</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>在Linux系统上用Qpopper建立POP3服务器</title>
    <link>/html/article/guanli/20071022/7714.html</link>
    <description>当你在建立Sendmail或 者任何其他标准SMTP服务器时，重要的是要记住这是在你的Linux主机和其他邮件服务器</description>
    <pubDate>2007-10-22</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>介绍在Linux操作系统下安装Tomcat的方法</title>
    <link>/html/article/guanli/20071019/7685.html</link>
    <description>Tomcat是一个免费的开源的Serlvet容器，它是Apache基金会的Jakarta项目中的一个核心项目，由Apache，Sun和</description>
    <pubDate>2007-10-19</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title> 使用p3scan + clamav搭建透明邮件病毒拦截网关</title>
    <link>/html/article/guanli/20071018/7675.html</link>
    <description>p3scan： http://p3scan.sourceforge.net/ p3scan可以与多种扫毒引擎配合工作，我用的仍然是clamav，具体的</description>
    <pubDate>2007-10-18</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title> Postfix配置文件main.cf中常用参数介绍</title>
    <link>/html/article/guanli/20071018/7674.html</link>
    <description>外发域配置 参数： myorigin 说明： myorigin参数用于指定该服务器使用哪个域名来外发邮件。 缺省的情况下</description>
    <pubDate>2007-10-18</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>服务器网页缓存的深入分析</title>
    <link>/html/article/guanli/20071018/7672.html</link>
    <description>Expires、Cache-Control、Last-Modified、ETag是RFC 2616（HTTP/1.1）协议中和网页缓存相关的几个字段。前</description>
    <pubDate>2007-10-18</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux上构建一个RADIUS服务器详解</title>
    <link>/html/article/guanli/20071018/7671.html</link>
    <description>Linux上构建一个RADIUS服务器详解 为一名网络管理员，您需要为您所需管理的每个网络设备存放用于管理的用户</description>
    <pubDate>2007-10-18</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux系统下经典游戏CS1.5服务器架设</title>
    <link>/html/article/guanli/20071018/7664.html</link>
    <description>首先你要下载两个文件.hlds_l_3110_full.bin cs_15_full.tar.gz 接下来就是安装了,首先就是要把文件解压:</description>
    <pubDate>2007-10-18</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>五个步骤 设置Web服务器集群</title>
    <link>/html/article/guanli/20071018/7662.html</link>
    <description>通过在多个处理器之间分担工作负载并采用多种软件恢复技术，能够提供高度可用的环境并提高环境的总体 RAS</description>
    <pubDate>2007-10-18</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>apache2下的限速模块</title>
    <link>/html/article/guanli/20071017/7648.html</link>
    <description>mod_cband : is an Apache 2 module provided to solve the problem of limiting users' and virtualhosts</description>
    <pubDate>2007-10-17</pubDate>
    <category>服务器管理</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>

</channel>
</rss>
