<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
  <channel>
    <title>Linux</title>
    <link>https://zgdoc.com/listinfo-285-0.html</link>
    <description>Latest 50 infos of Linux</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 06:14:04 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://zgdoc.com/e/data/images/rss.gif</url>
      <title>智格文秘网</title>
      <link>https://zgdoc.com/</link>
    </image>
    <item>
      <title><![CDATA[宝塔linux面板常用命令大全]]></title>
      <description><![CDATA[ 安装宝塔Centos安装脚本yum install -y wget &amp;amp;&amp;amp; wget -O install.sh http://download.bt.cn/install/install_6.0.sh &amp;amp;&amp;amp; sh install.sh Ubuntu/Deepin安装脚本wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh &amp;amp;&amp;amp; sudo bash install.sh Debian安 ]]></description>
      <link>https://zgdoc.com/showinfo-285-369129-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-369129-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Tue, 26 Apr 2022 06:16:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux伪静态使用说明]]></title>
      <description><![CDATA[ linux系统下，支持强大的伪静态功能

本文以discuz实现伪静态为例，其他网站请参考本文修改或联系您的程序开发商咨询

1. 文章中引用的部分，则是实现伪静态的方法！我们在桌面建立一个记事本，将引用中的内容复制，保存-另存为（保存类型为所有文件，保存文件夹名为 ]]></description>
      <link>https://zgdoc.com/showinfo-285-207591-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-207591-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 18 Mar 2012 07:14:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[提示IFCONFIG命令不存在解决办法]]></title>
      <description><![CDATA[         # ifconfig提示命令不存在使用 # /sbin/ifconfig 即可原因： 系统默认的环境变量设置不对在 普通用户 和root用户下分别执行echo $PATH，PATH里少了四个地址：/sbin:/usr/sbin:/usr/local/sb ]]></description>
      <link>https://zgdoc.com/showinfo-285-95435-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95435-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:31:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux文件属性详细说明]]></title>
      <description><![CDATA[         Linux上的文件以.开头的文件被系统视为隐藏文件，仅用ls命令是看不到他们的，而用ls -a除了显示 一般文件名外，连隐藏文件也会显示出来。ls -l（这个参数是字母L的小写，不是数字1）这个命令可以使用 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95400-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95400-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:30:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中安装及卸载RPM软件包]]></title>
      <description><![CDATA[         在 Linux 操作系统下，几乎所有的软件均通过RPM 进行安装、卸载及管理等操作。RPM 的全称为Redhat Package Manager ，是由Redhat 公司提出的，用于管理Linux 下软件包的软件。Linux 安装时，除了几个核心模块 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95401-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95401-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:30:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux中使用crontab定时执行PHP脚本]]></title>
      <description><![CDATA[ 最近急需这种方法，记录一下，有空的时候尝试^^在 linux下，可以使用crontab + php的方法：1、使用crontab &amp;amp;ndash;e编辑定时任务内容为:xx:xx:xx 执行一个test.php文件2、php文件必须在文件头一行，加上解释器路径(就象perl做的那样)#!/usr/loc ]]></description>
      <link>https://zgdoc.com/showinfo-285-95338-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95338-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux查看系统时间命令]]></title>
      <description><![CDATA[         date   查看系统时间设置系统时间# date --set “09/17/10 11:50&quot; （月/日/年时:分:秒）# clock  ]]></description>
      <link>https://zgdoc.com/showinfo-285-95339-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95339-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[服务器日志节省空间的高效率方法]]></title>
      <description><![CDATA[         一 空间节省最近服务器空间经常不足导致报警，所以经过测试我把所有的日志进行压缩存储，如某机器xxx日志压缩前6.1G，压缩后1.2G 压缩了几乎百分之80.这样一来我可以节省下很多空间，但是经常需要分析日志 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95340-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95340-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux三个内核文件详细解析]]></title>
      <description><![CDATA[         在网络中，不少服务器采用的是Linux系统。为了进一步提高服务器的性能，可能需要根据特定的硬件及需求重新编译Linux内核。编译Linux内核，需要根据规定的步骤进行，编译内核过程中涉及到几个重要的文件。比如 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95341-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95341-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中写个简单的网卡驱动程序]]></title>
      <description><![CDATA[         学习应该是一个先把问题简单化，再把问题复杂化的过程。一开始就着手处理复杂的问题，难免让人有心惊胆颤，捉襟见肘的感觉。读Linux网卡驱动 也是一样。那长长的源码夹杂着那些我们陌生的变量和符号，望而生 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95213-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95213-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[shell经典实例分享]]></title>
      <description><![CDATA[         如何远程杀死僵进程?所谓“僵进程”是指处于睡眠中，而且没用的进程。在进行并行计算时经常会有僵进程产生。由于用 top 看不到“僵进程”，所以写了如下一个叫做“rkill”的 shell 文件：#!/bin/tcs ]]></description>
      <link>https://zgdoc.com/showinfo-285-95214-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95214-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux 中动态重新配置和调整介绍]]></title>
      <description><![CDATA[         Linux有它自己调整内核和连网参数的特殊方式。Linux没有提供一个普通配置文件供读取来设置这些参数，而是把能调整的每个变量的表示都放在虚拟文件系统/proc 下。连网变量都在目录/proc/sys/net/ipv4下： 名字 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95215-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95215-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux中解决mysql中文乱码方法]]></title>
      <description><![CDATA[         改默认编码：/etc/init.d/mysql start (stop) 为启动和停止服务器/etc/mysql/ 主要配置文件所在位置 my.cnf/var/lib/mysql/ 放置的是数据库表文件夹，这里的mysql相当于windows下mysql的date文件 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95216-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95216-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中XFS文件系统使用指南]]></title>
      <description><![CDATA[         XfS文件系统是SGI开发的高级日志文件系统，XFS极具伸缩性，非常健壮。所幸的是SGI将其移植到了Linux系统中。在linux环境下。目前版本可用的最新XFS文件系统的为1.2版本，可以很好地工作在2.4核心下。一、 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95217-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95217-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux如何修改IP/DNS路由命令行设置]]></title>
      <description><![CDATA[         ubuntu 版本命令行设置IPcat /etc/network/interfaces# This file describes the network interfaces available on your system# and how to activate them. For more information， see interfa ]]></description>
      <link>https://zgdoc.com/showinfo-285-95218-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95218-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux启动时加载硬件模块的过程]]></title>
      <description><![CDATA[         前言：我觉得我的文章相对来说都是比较浅显的。一些初学者可以看看，对于高手来说，如果你们不吝啬时间的话，希望也能帮我看看，指点一下其中的错误。这也是我到这里来和大家交流的目的。阅读Linux内核启 ]]></description>
      <link>https://zgdoc.com/showinfo-285-95219-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95219-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[shell命令行的一些快捷键汇总]]></title>
      <description><![CDATA[         ctrl+l ------------&amp;gt; 清屏ctrl+d ------------&amp;gt; 退出shellctrl+u ------------&amp;gt; 清除光标之前ctrl+k ------------&amp;gt; 清除光标之后ctrl+w ------------&amp;gt; 清除光标之前的一个单词ctrl+y - ]]></description>
      <link>https://zgdoc.com/showinfo-285-95220-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-95220-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[编译以及安装memcachedb手册]]></title>
      <description><![CDATA[         memcachedb跟memcache一样，网络socket数据处理依赖于libevent，所以，在安装之前需要下载三个安装包，即libevent、Berkeley Db以及memcachedb。Libevent 下载页面：http://monkey.org/~provos/libevent ]]></description>
      <link>https://zgdoc.com/showinfo-285-94963-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94963-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中Shutdown命令使用介绍]]></title>
      <description><![CDATA[           　熟悉Windows2000/XP的用户一定很熟悉shutdown这一关机命令，特别是在中了冲击波病毒，系统提示要重启时，用shutdown -a命令可以救一时之急。其实在Linux下也有一个shutdown命令，功能不比Windows的差 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94964-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94964-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux定时任务系统Cron介绍]]></title>
      <description><![CDATA[         cron是一个linux下 的定时执行工具 ，可以在无需人工干预的情况下运行作业。由于Cron 是Linux 的内置 服务，但它不自动起来，可以用以下的方法 启动、关闭 这个服务:/sbin/service crond start //启动服 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94965-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94965-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中声音设备编程介绍]]></title>
      <description><![CDATA[          Linux下的声音设备编程比大多数人想象的要简单得多。一般说来，我们常用的声音设备是内部扬声器和声卡，它们都对应/dev目录下的一个或多个设备文件，我们象打开普通文件一样打开它们，用ioctl（）函数设置一 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94966-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94966-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux中配置与使用rsync实例]]></title>
      <description><![CDATA[         本试验的测试环境使用的系统是Redhat AS4（2台，一个服务端，一个客户端）rsync服务端的ip：192.168.23.102rsync客户端的ip：192.168.23.100－－－－－－－－－－－－－－－－－－－－－－－－－ ]]></description>
      <link>https://zgdoc.com/showinfo-285-94967-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94967-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux命令介绍：df使用介绍]]></title>
      <description><![CDATA[         linux中df命令参数功能：检查文件系统的磁盘空间占用情况。可以利用该命令来获取硬盘被占用了多少空间，目前还剩下多少空间等信息。语法：df 选项说明：linux中df命令可显示所有文件系统对i节点和 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94968-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94968-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux里CST和UTC时间有何区别]]></title>
      <description><![CDATA[         在linux中，用date查看时间的时候显示：2008年 12月 17日 星期三 09:04:14 CSTCST China Standard Time UTC+8:00 中国沿海时间(北京时间)世界协调时间(Universal Time Coordinated，UTC)GPS  ]]></description>
      <link>https://zgdoc.com/showinfo-285-94969-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94969-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中设置隐藏文件的方法]]></title>
      <description><![CDATA[         本文将介绍linux系统隐藏文件的设置方法：首先我建立一个测试文件root@cacti test# touch testroot@cacti test# lstest然后我将test文件隐藏root@cacti test# mv test .test　 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94970-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94970-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux操作系统之间copy文件的三种方法]]></title>
      <description><![CDATA[         不同的Linux之间copy文件常用有3种方法，第一种就是ftp，也就是其中一台Linux安装ftp Server，这样可以另外一台使用ftp的clIEnt程序来进行文件的copy。第二种方法就是采用samba服务，类似Windows文件copy 的 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94971-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94971-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网络编程入门之同步、异步、阻塞和非阻塞解析]]></title>
      <description><![CDATA[         在进行网络编程时，我们常常见到同步、异步、阻塞和非阻塞四种调用方式。这些方式彼此概念并不好理解。下面是我对这些术语的理解。同步所谓同步，就是在发出一个功能调用时，在没有得到结果之前，该 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94972-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94972-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中关于driver的编写]]></title>
      <description><![CDATA[         linux 下面对 driver 的定义：struct device_driver {const char              * name;struct bus_type              * bus;struct completion    unloaded;struct kobject         kob ]]></description>
      <link>https://zgdoc.com/showinfo-285-94973-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94973-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中如何知道谁在切换进程]]></title>
      <description><![CDATA[          我们在做Linux服务器的时候经常会需要知道谁在做进程切换，什么原因需要做进程切换。 因为进程切换的代价很高，我给出一个LMbench测试出来的数字：Context switching  ]]></description>
      <link>https://zgdoc.com/showinfo-285-94974-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94974-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中如何查看CPU的信息]]></title>
      <description><![CDATA[         top命令是Linux下常用的性能分析工具，能够实时显示系统中各个进程的资源占用状况，类似于Windows的任务管理器。下面详细介绍它的使用方法。top - 02:53:32 up 16 days，  6:34， 17 users，  load average ]]></description>
      <link>https://zgdoc.com/showinfo-285-94975-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94975-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux运行级别说明]]></title>
      <description><![CDATA[         0停机。不要把系统默认的运行级别设为0，否则系统将不能正常启动。1单用户模式。用于root用户对系统进行维护，不允许其他用户使用主机。2多用户模式。在该模式下不能使用NFS。3完全多用户模 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94976-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94976-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux中对变量的应用]]></title>
      <description><![CDATA[         一、Linux中使用变量的原因变量的好处在于用一个简单或容易理解的符号来代替另一个比较复杂或容易变动的数据.简而言之，使用变量就是为了方便.在Linux中，主机内有太多的数据需要访问，而这些数据都是一 ]]></description>
      <link>https://zgdoc.com/showinfo-285-94977-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-94977-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:20:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux新手必须学会的60个命令]]></title>
      <description><![CDATA[ 以下是Linux新手必须学会的60个命令，希望对刚接触linux的朋友们有所帮助。Linux必学命令 Linux提供了大量的命令，利用它可以有效地完成大量的工作，如磁盘操作、文件存取、目录操作、进程管理、文件权限设定 ]]></description>
      <link>https://zgdoc.com/showinfo-285-81008-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-81008-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 07 Nov 2010 06:11:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Windows和Linux程序并存同一桌面]]></title>
      <description><![CDATA[ 	        rssapphire网友在一台旧Compaq计算机上，实现了Windows程序和Linux程序共同运行于同一个桌面环境下，其效果看起来真不错。既美观，又高效实用。 1 效果图 先看一下效果图。 图1是桌面，有Win ]]></description>
      <link>https://zgdoc.com/showinfo-285-26448-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26448-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[体系架构是不是桌面Linux系统的弱点？]]></title>
      <description><![CDATA[ 	        从Linux诞生到现在已经过去十几年了，尽管Linux在服务器领域取得了巨大的进步，已经同Windows Server分庭抗礼。但是在桌面领域，Linux确是寸步难行。尽管爱好者越来越多，厂商预装的也越来越多，但依旧不成 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26507-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26507-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux对Windows系统进行DDOS攻击的方法]]></title>
      <description><![CDATA[ 	        首先说我们用来攻击的客户机和服务器的配置方法，使用当下最有名的REDHAT LINUX进行测试，本次攻击测试我使用的是FEDORA CORE3 ，软件用的是最有名的DDOS。废话不说了，开始设置服务器。解压 tar -z ]]></description>
      <link>https://zgdoc.com/showinfo-285-26449-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26449-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux操作系统中关于负载的定义]]></title>
      <description><![CDATA[ 	        使用uptime或者top命令，都可以看到一个负载的输出，形如load average: 0.00， 0.03， 0.00，这个负载到底是什么东西呢，man文档里只是一笔带过，没有具体的给出负载的定义。负载的统计，必然是由内核完成 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26576-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26576-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用Windows登录Linux服务器远程桌面]]></title>
      <description><![CDATA[ 	        实验环境：Redflag Linux  数据服务器4.1一、VNC配置1、首先要安装vnc-server，将vnc-server-4.0-0.beta4.1.1.i386.rpm保存在DCserver4.1系统的 /tmp目录中，然后安装。rpm -ivh /tmp/vnc-serv ]]></description>
      <link>https://zgdoc.com/showinfo-285-26450-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26450-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[面对网络 Unix和Linux真的更加安全吗？]]></title>
      <description><![CDATA[ 	        长久以来，Windows系统的漏洞层出不穷，病毒、木马以及黑客攻击泛滥，其安全性之差让大家有苦难言，都有“鸡肋”的感觉。很多用户不愿忍受这样长期的折磨，演变为对其他操作系统的期待，对于服务器来说Unix ]]></description>
      <link>https://zgdoc.com/showinfo-285-26508-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26508-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux系统服务器站点流量限制的方案]]></title>
      <description><![CDATA[ 	        #! /bin/sh# Simple bandwidth limiter - &amp;lt;emailj@4u.net/email&amp;gt;# Change this to your link bandwidth# (for cable modem， DSL links， etc. put the maximal bandwidth you can ]]></description>
      <link>https://zgdoc.com/showinfo-285-26451-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26451-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[linux下的sendmail的配置]]></title>
      <description><![CDATA[ 	        在linux下配置sendmail邮件服务器其实很简单具体：１cd /etc/xinetd.d２ls查看有没有ipop3和imap协议３编辑vi /etc/xinetd.d/ipop3 把里面的disable=yes改为disable=no４编辑vi /etc/xined.d/imap 把里面的 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26638-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26638-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[怎么用Rsh/Tar快速克隆Linux服务器]]></title>
      <description><![CDATA[ 	        一 概述 本文目的在于快速克隆另一架正在运行的Linux服务器的全部内容，之后更改相应的配置文件，即可快速设置另一台完全相同配置的服务器。二 环境 本文使用最新的Redhat Linux 7.1 CDROM 第一张安装盘启动 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26452-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26452-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[搭建Linux邮件网关与邮件系统]]></title>
      <description><![CDATA[ 	        环境：vmware下RedHat EL3 x 3ServerA ip:192.168.0.231 邮件网关server DNS serverServerB ip:192.168.0.232 邮件系统serverServerC ip:192.168.0.233 邮件系统server实验域：ServerB ]]></description>
      <link>https://zgdoc.com/showinfo-285-26509-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26509-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux操作系统下的Oracle数据库编程详解]]></title>
      <description><![CDATA[ 	        1．引言 由于PL/SQL不能用来开发面向普通用户的应用程序，必须借助其他语言或开发工具。在Linux操作系统下应该用什么语言或开发工具来进行Oracle数据库应用的开发呢？本文将介绍２种方案：Pro*C、JDBC。而另 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26453-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26453-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[LINUX学习笔记：DNS服务器设置篇]]></title>
      <description><![CDATA[ 	        前言：半个月前开始安装、学习REDHAT LINUX7.0。作为一个Linux新手，不可避免的遇上了一些问题，通过翻阅书籍资料，查看BBS，自己的摸索实践，也解决了一些问题。想到自己的经验教训可供他人借鉴，于是 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26577-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26577-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Unix和Linux密码丢失解决方法]]></title>
      <description><![CDATA[ 	        一、SolarisROOT密码遗忘的处理方法1.如果还能用普通用户登陆的话，%df /etc，确定包含/etc目录分区的设备名。%df /etc / /dev/dsk/c0t0d0s0……此例中是c0t0d0s0，如果你的根目录分区设备不一 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26454-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26454-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[让Windows和Linux程序并存同一桌面]]></title>
      <description><![CDATA[ 	        rssapphire网友在一台旧Compaq计算机上，实现了Windows程序和Linux程序共同运行于同一个桌面环境下，其效果看起来真不错。既美观，又高效实用。1 效果图先看一下效果图(点击可看大图)。图1是 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26510-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26510-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何制作和使用Jffs2文件系统]]></title>
      <description><![CDATA[ 	        本文主要介绍如何在AT91SAM9261EK板子上制作和使用jffs2文件系统，使用的是linux-2.6.21内核。首先：配置MTD$ make menuconfig进入 Memory Technology Devices (MTD) ---&amp;gt;      &amp;lt;*&amp;gt; Memory Te ]]></description>
      <link>https://zgdoc.com/showinfo-285-26455-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26455-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux攻略 如何修改系统服务启动和停止]]></title>
      <description><![CDATA[ 	        每次系统开机的时候，都会根据不同的runlevel级别启动不同的服务。众所周知Linux给我们提供了7中不同的启动级别0～6，那么不同的启动级别都会启动那些服务哪。可以使用chkconfig  ]]></description>
      <link>https://zgdoc.com/showinfo-285-26703-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26703-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux 2.6内核的编译步骤及模块动态加载]]></title>
      <description><![CDATA[ 	        本文是基于2.6的内核，也建议各位可以先看一下《Linux内核设计与实现（第二版）》作为一个基础知识的铺垫。当然，从实践角度来看，只要按着以下的步骤去做也应该可以实现成功编译内核及加载模块。个人用 ]]></description>
      <link>https://zgdoc.com/showinfo-285-26456-0.html</link>
      <guid>https://zgdoc.com/showinfo-285-26456-0.html</guid>
      <category>Linux</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:43 +0000</pubDate>
    </item>
  </channel>
</rss>