<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>翟鹏的博客 &#187; Linux</title>
	<atom:link href="http://www.zhaipeng.cn/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CentOS 中国镜像</title>
		<link>http://www.zhaipeng.cn/2008/12/08/centos-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f/</link>
		<comments>http://www.zhaipeng.cn/2008/12/08/centos-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 08:19:51 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/?p=161</guid>
		<description><![CDATA[先把原来的配置文件备份 #mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak #vi /etc/yum.repos.d/CentOS-Base.repo 内容 或者从这里下载 http://zhaipeng.cn/ftp/CentOS/CentOS-Base.repo # CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/12/08/centos-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dreamhost使用自己的php.ini</title>
		<link>http://www.zhaipeng.cn/2008/03/15/dreamhost%e4%bd%bf%e7%94%a8%e8%87%aa%e5%b7%b1%e7%9a%84phpini/</link>
		<comments>http://www.zhaipeng.cn/2008/03/15/dreamhost%e4%bd%bf%e7%94%a8%e8%87%aa%e5%b7%b1%e7%9a%84phpini/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 06:56:06 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[国外主机]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/03/15/dreamhost%e4%bd%bf%e7%94%a8%e8%87%aa%e5%b7%b1%e7%9a%84phpini/</guid>
		<description><![CDATA[1.首先要有SSH权限帐号,SSH登录 2. 在要修改自定义php.ini的网站目录下新建cgi-bin文件夹  如我的网站 www.tu-8.cn 的目录: ~/tu-8.cn/ 那么:  [username]$ cp  /dh/cgi-system/php5.cgi  ~/tu-8.cn/cgi-bin/php.cgi [username]$ cp /etc/php5/cgi/php.ini ~/tu-8.cn/cgi-bin/php.ini  3.修改(新建)  ~/tu-8.cn/.htaccess  Options +ExecCGI  AddHandler php-cgi  .php  Action php-cgi /cgi-bin/php.cgi  现在就可以直接修改 ~/tu-8.cn/cgi-bin/php.ini 来定制自己的配置了!]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/03/15/dreamhost%e4%bd%bf%e7%94%a8%e8%87%aa%e5%b7%b1%e7%9a%84phpini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS4.4安装apache,mysql,php全过程</title>
		<link>http://www.zhaipeng.cn/2008/01/20/centos44%e5%ae%89%e8%a3%85apachemysqlphp%e5%85%a8%e8%bf%87%e7%a8%8b/</link>
		<comments>http://www.zhaipeng.cn/2008/01/20/centos44%e5%ae%89%e8%a3%85apachemysqlphp%e5%85%a8%e8%bf%87%e7%a8%8b/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 09:43:28 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/01/20/centos44%e5%ae%89%e8%a3%85apachemysqlphp%e5%85%a8%e8%bf%87%e7%a8%8b/</guid>
		<description><![CDATA[1.安装CentOS4.4 只安装 ftp服务器和文本浏览器elinks (方便浏览网页) 系统约定RPM包和源码包存放位置 RPM包和源码包存放位置 /usr/local/src 源码包编译安装位置(prefix) /usr/local/xxx 脚本以及维护程序存放位置 /usr/local/sbin MySQL 数据库位置 /var/lib/mysql Apache 网站根目录 /home/www Apache 虚拟主机日志根目录 /data/logs/www yum RPM包信息文件 /etc/yum.list 2.系统环境部署及调整 （1）. 检查系统是否正常 # more /var/log/messages //检查有无系统内核级错误信息 # demesg //检查硬件设备是否有错误信息 # ifconfig //检查网卡设置是否正确 # ping www.zhaipeng.cn // 检查网络是否正常 （2）. 关闭不需要的服务 # export LANG='en_US' //设置语言 # setup //选择启动的服务 进入system service 选项。 以space 键选定所需服务。 [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/01/20/centos44%e5%ae%89%e8%a3%85apachemysqlphp%e5%85%a8%e8%bf%87%e7%a8%8b/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux下文件的压缩与解压缩</title>
		<link>http://www.zhaipeng.cn/2008/01/01/linux%e4%b8%8b%e8%a7%a3%e5%8e%8b%e7%bc%a9%e6%96%87%e4%bb%b6/</link>
		<comments>http://www.zhaipeng.cn/2008/01/01/linux%e4%b8%8b%e8%a7%a3%e5%8e%8b%e7%bc%a9%e6%96%87%e4%bb%b6/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 07:42:14 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/01/01/linux%e4%b8%8b%e8%a7%a3%e5%8e%8b%e7%bc%a9%e6%96%87%e4%bb%b6/</guid>
		<description><![CDATA[常见Linux文件格式 与解压方法       .tar 　　解包： tar xvf FileName.tar 　　打包：tar cvf FileName.tar DirName 　　（注：tar是打包，不是压缩！） 　　&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 　　.gz 　　解压1：gunzip FileName.gz 　　解压2：gzip -d FileName.gz 　　压缩：gzip FileName 　　.tar.gz 和 .tgz 　　解压：tar zxvf FileName.tar.gz 　　压缩：tar zcvf FileName.tar.gz DirName 　　&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 　　.bz2 　　 解压1：bzip2 -d FileName.bz2 　　解压2：bunzip2 FileName.bz2 　　压缩： bzip2 -z FileName 　　.tar.bz2 　　解压：tar jxvf FileName.tar.bz2 　　压缩：tar jcvf FileName.tar.bz2 DirName 　　&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 　　.bz 　　解压1：bzip2 -d FileName.bz [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/01/01/linux%e4%b8%8b%e8%a7%a3%e5%8e%8b%e7%bc%a9%e6%96%87%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux下的文本浏览器Lynx使用指南</title>
		<link>http://www.zhaipeng.cn/2008/01/01/lynx-%e7%ae%80%e6%98%8e%e4%bd%bf%e7%94%a8%e6%8c%87%e5%8d%97/</link>
		<comments>http://www.zhaipeng.cn/2008/01/01/lynx-%e7%ae%80%e6%98%8e%e4%bd%bf%e7%94%a8%e6%8c%87%e5%8d%97/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 07:04:16 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lynx]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/01/01/lynx-%e7%ae%80%e6%98%8e%e4%bd%bf%e7%94%a8%e6%8c%87%e5%8d%97/</guid>
		<description><![CDATA[(一) Lynx 简介 　　Lynx 是一个字符界面下的全功能的WWW浏览器。Lynx 可以运行在很多种 操作系统下，如VMS, UNIX, Windows 95, Windows NT等，当然也包括Linux。 由于没有漂亮的图形界面，所以 Lynx 占用资源极少，而且速度很快。另外 Lynx 还是唯一能在字符终端下运行的 WWW 浏览器。 　　Lynx 的主页地址是：http://lynx.browser.org ， 另外 http://www.cc.ukans.edu/lynx_help/Lynx_users_guide.html 是 Lynx 的用户指南。 (二) 运行 Lynx 　　可以以 lynx filename 和 lynx PROTOCOL://HOST/PATH/FILENAME 的形式 运行 Lynx ，其中前一种用于浏览本地文件，后一种用于浏览 Internet。 协议(PROTOCOL)，可以是 http, gopher, ftp 和 wais。如： HTTP (HyperText Transfer Protocol) http://kuhttp.cc.ukans.edu/lynx_help/lynx_help_main.html Gopher gopher://gopher.micro.umn.edu/11/ FTP [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/01/01/lynx-%e7%ae%80%e6%98%8e%e4%bd%bf%e7%94%a8%e6%8c%87%e5%8d%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下使用unzip备份压缩</title>
		<link>http://www.zhaipeng.cn/2008/01/01/linux%e4%b8%8b%e4%bd%bf%e7%94%a8unzip%e5%a4%87%e4%bb%bd%e5%8e%8b%e7%bc%a9/</link>
		<comments>http://www.zhaipeng.cn/2008/01/01/linux%e4%b8%8b%e4%bd%bf%e7%94%a8unzip%e5%a4%87%e4%bb%bd%e5%8e%8b%e7%bc%a9/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 02:42:25 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[unzip]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/01/01/linux%e4%b8%8b%e4%bd%bf%e7%94%a8unzip%e5%a4%87%e4%bb%bd%e5%8e%8b%e7%bc%a9/</guid>
		<description><![CDATA[功能说明：解压缩zip文件 语　　法：unzip [-cflptuvz][-agCjLMnoqsVX][-P &#60;密码&#62;][.zip文件][文件][-d &#60;目录&#62;][-x &#60;文件&#62;] 或 unzip [-Z] 补充说明：unzip为.zip压缩文件的解压缩程序。 参　　数：   -c   将解压缩的结果显示到屏幕上，并对字符做适当的转换。   -f   更新现有的文件。   -l   显示压缩文件内所包含的文件。   -p   与-c参数类似，会将解压缩的结果显示到屏幕上，但不会执行任何的转换。   -t   检查压缩文件是否正确。   -u   与-f参数类似，但是除了更新现有的文件外，也会将压缩文件中的其他文件解压缩到目录中。   -v   执行是时显示详细的信息。   -z   仅显示压缩文件的备注文字。   -a   对文本文件进行必要的字符转换。   -b   不要对文本文件进行字符转换。    -C   压缩文件中的文件名称区分大小写。   -j   不处理压缩文件中原有的目录路径。   -L   将压缩文件中的全部文件名改为小写。   -M   将输出结果送到more程序处理。   -n   解压缩时不要覆盖原有的文件。   -o   不必先询问用户，unzip执行后覆盖原有文件。   -P&#60;密码&#62;   使用zip的密码选项。   -q   执行时不显示任何信息。   -s   将文件名中的空白字符转换为底线字符。   -V   保留VMS的文件版本信息。   -X   解压缩时同时回存文件原来的UID/GID。   [.zip文件]   指定.zip压缩文件。   [文件]   指定要处理.zip压缩文件中的哪些文件。   -d&#60;目录&#62;   指定文件解压缩后所要存储的目录。   -x&#60;文件&#62;   指定不要处理.zip压缩文件中的哪些文件。   -Z   unzip -Z等于执行zipinfo指令。]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/01/01/linux%e4%b8%8b%e4%bd%bf%e7%94%a8unzip%e5%a4%87%e4%bb%bd%e5%8e%8b%e7%bc%a9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS安装Apache,MySql,PHP,GD2,PHPMyadmin</title>
		<link>http://www.zhaipeng.cn/2007/12/31/centos%e5%ae%89%e8%a3%85apachemysqlphpgd2phpmyadmin/</link>
		<comments>http://www.zhaipeng.cn/2007/12/31/centos%e5%ae%89%e8%a3%85apachemysqlphpgd2phpmyadmin/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 09:03:43 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[GD2]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHPMyadmin]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2007/12/31/centos%e5%ae%89%e8%a3%85apachemysqlphpgd2phpmyadmin/</guid>
		<description><![CDATA[先找到 apache php mysql proftpd 源码包下载的URL地址 请浏览 http://www.apache.org http://www.php.net http://www.mysql.com http://www.proftpd.org/ 等官方网站 第一步：安装apache 注：当前目录为/tmp， 目录下有httpd-2.2.4.tar.gz, php-5.2.3.tar.gz等二进制源码包 #号代表为root 根权限,#后是输入的一条命令 执行下列命令 解压源码包 # tar -zxf httpd-2.2.4.tar.gz 进入安装目录 # cd httpd-2.2.4 配置apache安装信息 # ./configure &#8211;prefix=/usr/local/apache &#8211;enable-modules=so &#8211;enable-rewrite 执行make安装 # make; make install 安装完后 # vi /usr/local/apache/conf/httpd.conf 找到 prefork.c 下的 MaxClients 150 改为 ServerLimit 2000 MaxClients 1000 apache默认工作在prefork.c模式下，并发进程为150，超过后就无法访问，150是远远不够的，所以这里按自己网站的需求改， 如1000 [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2007/12/31/centos%e5%ae%89%e8%a3%85apachemysqlphpgd2phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
