<?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>hqlong&#039;s blog &#187; linux/server</title>
	<atom:link href="http://hqlong.com/category/linuxserver/feed" rel="self" type="application/rss+xml" />
	<link>http://hqlong.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 14:25:12 +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>ubuntu9.10 ibus 从源码包安装五笔</title>
		<link>http://hqlong.com/2010/04/1398.html</link>
		<comments>http://hqlong.com/2010/04/1398.html#comments</comments>
		<pubDate>Fri, 16 Apr 2010 03:06:22 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[ibus]]></category>
		<category><![CDATA[五笔]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1398</guid>
		<description><![CDATA[系统慢，所有设置重罟了下，输入法弄掉了，记录下吧，免得需要时又去找。 1.首先到http://code.google.com/p/ibus/downloads/list去下载ibus-table-wubi???.tar.gz包，其中?是相应的版本，不同时期不一样，我... ]]></description>
		<wfw:commentRss>http://hqlong.com/2010/04/1398.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>linux设置时区的方法</title>
		<link>http://hqlong.com/2010/03/1377.html</link>
		<comments>http://hqlong.com/2010/03/1377.html#comments</comments>
		<pubDate>Wed, 31 Mar 2010 03:21:31 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[时区设置]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1377</guid>
		<description><![CDATA[首先确定时区，可用tzselect命令来得到所需要的时区。 [root@hqlong ~]# tzselect Please identify a location so that time zone rules can be set correctly. Please select a continent or ocean. 1) Africa 2) Americas 3) Antarctica 4) Arctic O... ]]></description>
		<wfw:commentRss>http://hqlong.com/2010/03/1377.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>隐藏响应头中apache、php的版本信息</title>
		<link>http://hqlong.com/2010/03/1279.html</link>
		<comments>http://hqlong.com/2010/03/1279.html#comments</comments>
		<pubDate>Fri, 12 Mar 2010 03:29:04 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1279</guid>
		<description><![CDATA[1. 当apache没有设置出错页时，如果访问一个不存在的资源，系统会给出如下一段服务器的签名信息： Apache/2.2.3 (CentOS) Server at 192.168.2.100 Port 80 可通过配置文件的ServerSignature选项来隐藏它. ServerSi... ]]></description>
		<wfw:commentRss>http://hqlong.com/2010/03/1279.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web访问日志分析</title>
		<link>http://hqlong.com/2010/01/1234.html</link>
		<comments>http://hqlong.com/2010/01/1234.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 09:05:11 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[日志分析]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1234</guid>
		<description><![CDATA[语句： cat access.log &#124; awk '{print $1}' &#124; sort -n &#124; awk '{S[$NF]++} END {for(a in S) {print a&#34;\t&#34; S[a]}}' &#124; sort +1 -2nr 描述 1. cat access.log 将访问日志cat出来 203.208.60.214 - - [18/Jan/2010:17:00:38 +0800] &#3... ]]></description>
		<wfw:commentRss>http://hqlong.com/2010/01/1234.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http协议中，url最大长度是多少？</title>
		<link>http://hqlong.com/2009/12/1164.html</link>
		<comments>http://hqlong.com/2009/12/1164.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 10:13:23 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[url长度]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1164</guid>
		<description><![CDATA[相信很我朋友都有这个疑问，或者当有人问起时，可能会临时的去网站搜索一下，答案就多了，我搜到的答案就有好几个，1024个字符啊、4096个字符啊，反正什么样的结果都有，那么究竟url的最... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/12/1164.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached安装</title>
		<link>http://hqlong.com/2009/12/1137.html</link>
		<comments>http://hqlong.com/2009/12/1137.html#comments</comments>
		<pubDate>Wed, 09 Dec 2009 08:26:36 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1137</guid>
		<description><![CDATA[软件列表 memcached-1.4.4.tar.gz libevent-1.4.13-stable .tar.gz 1. libevnet安装 tar zxvf libevent-1.4.13-stable .tar.gz cd libevent-1.4.13-stable ./configure --prefix=/usr/local/libevent make sudo make install 2. memcached安装 tar zxvf memcached-1... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/12/1137.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>rsync: Failed to exec /home/hqlong/xxx/: Permission denied (13)的问题</title>
		<link>http://hqlong.com/2009/11/1096.html</link>
		<comments>http://hqlong.com/2009/11/1096.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 07:21:32 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1096</guid>
		<description><![CDATA[上周发布新版本时，发布程序死活用不了，出现以下信息。 rsync: Failed to exec /home/hqlong/xxx/: Permission denied (13) rsync error: error in IPC code (code 14) at pipe.c(84) [receiver=3.0.6] rsync: connection unexpectedly closed (... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/11/1096.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>apt-get安装apache，怎么开启模块</title>
		<link>http://hqlong.com/2009/11/1082.html</link>
		<comments>http://hqlong.com/2009/11/1082.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 08:45:34 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1082</guid>
		<description><![CDATA[通过 sudo apt-get install apache2 安装apache时，除了开启了一些基本的模块外，很多模块都没有开启。 所有和apache相关的配置文件都会放在/etc/apache2这个目录下，其中mods-available这个目录存放了所有... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/11/1082.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怎么将foxmail导入到Evolution</title>
		<link>http://hqlong.com/2009/11/1077.html</link>
		<comments>http://hqlong.com/2009/11/1077.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 05:02:56 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[foxmail]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1077</guid>
		<description><![CDATA[这两天将ubuntu彻底重装，装上了ubuntu9.10，但这次的代价也不少，由于以前随意调过分区，整个分区表乱了，导致在装ubuntu时，不能显示硬盘的分区表信息，然后去window里，一个很小的误操作，... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/11/1077.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu9.10 flash 出现方块字的解决方法</title>
		<link>http://hqlong.com/2009/11/1070.html</link>
		<comments>http://hqlong.com/2009/11/1070.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 07:40:14 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[乱码]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1070</guid>
		<description><![CDATA[环境 ubuntu9.10 sudo vim /etc/fonts/conf.d/49-sansserif.conf 将 < string >sans-serif< /string > 换成 < string >文泉驿正黑< /string > 或者直接删掉该文件 sudo rm /etc/fonts/conf.d/49-sansserif.conf 机器人 2009年11月4日 15：39 于 ... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/11/1070.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
