<?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>Pengcheng&#039;s Blog</title>
	<atom:link href="http://www.xupengcheng.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.xupengcheng.com</link>
	<description>Mama always said &#34;Stupid is as Stupid Does&#34;</description>
	<lastBuildDate>Sun, 04 Apr 2010 08:22:52 +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>成功投诉中国电信</title>
		<link>http://www.xupengcheng.com/?p=217</link>
		<comments>http://www.xupengcheng.com/?p=217#comments</comments>
		<pubDate>Sun, 04 Apr 2010 08:22:52 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[电脑]]></category>
		<category><![CDATA[随便写写]]></category>
		<category><![CDATA[电信]]></category>
		<category><![CDATA[投诉]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=217</guid>
		<description><![CDATA[最近大半个月来，在家上网一直被万恶的118114搜索给QJ，动不动就转到118114搜索上去，以前这事吧也有，我也忍了，毕竟不是很多，最近实在是太频繁了，搞得我上个网也不成。打了两次10000投诉都没有效果，每次都有一个什么都不懂的所谓的工程师来解决，要不推脱是我装了路由器的缘故，要不就说118114也不是电信的，总之到最后就一句“我向上反应反应”结束。 既然电信“向上反应反应”没有，我就帮他们来“向上反应反应”，网上查到中国电信总部的投诉电话4008810000，直接打电话过去投诉了一把，结果第二天上午一个声音甜美的MM就打电话过来说已经解决，本来还想电信总部不成的话投诉到信息产业部去的，结果还省事了。]]></description>
			<content:encoded><![CDATA[<p>最近大半个月来，在家上网一直被万恶的118114搜索给QJ，动不动就转到118114搜索上去，以前这事吧也有，我也忍了，毕竟不是很多，最近实在是太频繁了，搞得我上个网也不成。打了两次10000投诉都没有效果，每次都有一个什么都不懂的所谓的工程师来解决，要不推脱是我装了路由器的缘故，要不就说118114也不是电信的，总之到最后就一句“我向上反应反应”结束。</p>
<p>既然电信“向上反应反应”没有，我就帮他们来“向上反应反应”，网上查到中国电信总部的投诉电话4008810000，直接打电话过去投诉了一把，结果第二天上午一个声音甜美的MM就打电话过来说已经解决，本来还想电信总部不成的话投诉到信息产业部去的，结果还省事了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=217</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CentOS安装手记</title>
		<link>http://www.xupengcheng.com/?p=211</link>
		<comments>http://www.xupengcheng.com/?p=211#comments</comments>
		<pubDate>Sun, 28 Mar 2010 14:24:35 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=211</guid>
		<description><![CDATA[选择server(no GUI 默认包)安装需要1-5光盘 网卡配置在/etc/sysconfig/network-scripts/ifcfg-ethX 静态IP配置如下 IPADDR=IP地址 NETMASK=子网掩码 GATEWAY=网关 ONBOOT=yes #默认启动 DNS设置在/etc/resolv.conf 加入 nameserver xxx.xxx.xxx.xxx 默认的iptables是开启的，所以nginx安装之后只能在本地访问，修改/etc/sysconfig/iptables，加入 -A RH-Firewall-1-INPUT -m state &#8211;state NEW -m tcp -p tcp &#8211;dport 80 -j ACCEPT 打开默认80端口 修改yum源为163 先关闭fastestmirror vi /etc/yum/pluginconf.d/fastestmirror.conf  修改enable=0 cd /etc/yum.repos.d/ wget http://mirrors.163.com/.help/CentOS-Base-163.repo yum makecache yum update]]></description>
			<content:encoded><![CDATA[<ol>
<li>选择server(no GUI 默认包)安装需要1-5光盘</li>
<li>网卡配置在/etc/sysconfig/network-scripts/ifcfg-ethX<br />
静态IP配置如下<br />
IPADDR=IP地址<br />
NETMASK=子网掩码</p>
<div id="_mcePaste">GATEWAY=网关</div>
<div id="_mcePaste">ONBOOT=yes #默认启动</div>
</li>
<li>DNS设置在/etc/resolv.conf<br />
加入 nameserver xxx.xxx.xxx.xxx</li>
<li>默认的iptables是开启的，所以nginx安装之后只能在本地访问，修改/etc/sysconfig/iptables，加入<br />
-A RH-Firewall-1-INPUT -m state &#8211;state NEW -m tcp -p tcp &#8211;dport 80 -j ACCEPT<br />
打开默认80端口</li>
<li>修改yum源为163<br />
先关闭fastestmirror<br />
vi  /etc/yum/pluginconf.d/fastestmirror.conf  修改enable=0<br />
cd /etc/yum.repos.d/<br />
wget http://mirrors.163.com/.help/CentOS-Base-163.repo<br />
yum makecache<br />
yum update</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=211</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows下制作Debian的安装U盘</title>
		<link>http://www.xupengcheng.com/?p=206</link>
		<comments>http://www.xupengcheng.com/?p=206#comments</comments>
		<pubDate>Sun, 21 Mar 2010 13:22:19 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[电脑]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=206</guid>
		<description><![CDATA[到http://www.kernel.org/pub/linux/utils/boot/syslinux/ 下载syslinux，随便选一个版本即可 解压缩，比如到 D:\syslinux下，运行 D:\syslinux\win32\syslinux.exe -m -a H: (H为U盘盘符) 在u盘中建立此文件syslinux.cfg，内容如下 default vmlinuz append initrd=initrd.gz 到http://http.us.debian.org/debian/dists/lenny/main/installer-amd64/current/images/hd-media/下载initrd.gz和vmlinuz文件到U盘根目录下（这是64位的路径，如果要安装32位的，到http://http.us.debian.org/debian/dists/lenny/main/找到相应的文件就可以了） 将安装包的第一个ISO也放到根目录下 启动电脑，选择用U盘启动即可]]></description>
			<content:encoded><![CDATA[<ol>
<li>到http://www.kernel.org/pub/linux/utils/boot/syslinux/ 下载syslinux，随便选一个版本即可</li>
<li>解压缩，比如到 D:\syslinux下，运行 D:\syslinux\win32\syslinux.exe -m -a H: (H为U盘盘符)</li>
<li>在u盘中建立此文件syslinux.cfg，内容如下<br />
default vmlinuz<br />
append initrd=initrd.gz</li>
<li>到http://http.us.debian.org/debian/dists/lenny/main/installer-amd64/current/images/hd-media/下载initrd.gz和vmlinuz文件到U盘根目录下（这是64位的路径，如果要安装32位的，到http://http.us.debian.org/debian/dists/lenny/main/找到相应的文件就可以了）</li>
<li>将安装包的第一个ISO也放到根目录下</li>
<li>启动电脑，选择用U盘启动即可</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=206</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RENREN和KAIXIN真是BT</title>
		<link>http://www.xupengcheng.com/?p=204</link>
		<comments>http://www.xupengcheng.com/?p=204#comments</comments>
		<pubDate>Thu, 18 Mar 2010 03:48:25 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[随便写写]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[KAIXIN]]></category>
		<category><![CDATA[RENREN]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=204</guid>
		<description><![CDATA[进来尝试上了一下renren和kaixin，发现真BT，在这2个网页上的每一次点击都会被发送到他们的服务器上，也就是说你点了任何一个地方的位置，时间等行为他们都记录，估计是用来分析用户的行为习惯的，但是，我们的隐私也就这样被赤裸裸的盗用了。 所以我对这些SNS公司还是很反感的，所有的真实信息都在上面，更可怕的时候你的圈子也都在上面，以前有一句话“互联网上没人知道你是一条狗”，现在是“在互联网上连你的小学同学大家都知道”，虽然大家都在说会极力保护用户隐私，但是谁能保证他们混不下去了或者见钱眼开了就偷偷把你的隐私给卖了，况且这个还是有先例的。]]></description>
			<content:encoded><![CDATA[<p>进来尝试上了一下renren和kaixin，发现真BT，在这2个网页上的每一次点击都会被发送到他们的服务器上，也就是说你点了任何一个地方的位置，时间等行为他们都记录，估计是用来分析用户的行为习惯的，但是，我们的隐私也就这样被赤裸裸的盗用了。</p>
<p>所以我对这些SNS公司还是很反感的，所有的真实信息都在上面，更可怕的时候你的圈子也都在上面，以前有一句话“互联网上没人知道你是一条狗”，现在是“在互联网上连你的小学同学大家都知道”，虽然大家都在说会极力保护用户隐私，但是谁能保证他们混不下去了或者见钱眼开了就偷偷把你的隐私给卖了，况且这个还是有先例的。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=204</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>收到妈从天津寄来大纸箱一个</title>
		<link>http://www.xupengcheng.com/?p=202</link>
		<comments>http://www.xupengcheng.com/?p=202#comments</comments>
		<pubDate>Tue, 23 Feb 2010 06:02:02 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[青春]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=202</guid>
		<description><![CDATA[整理了一下，发现了一个饼干盒子，里面有不少宝贝： 高中毕业证书，会考证书，高考准考证，成绩小条 高中和大学时候照片若干 系图书馆借书卡2张（似乎没有用过），校图书馆借书卡2半张，宿舍门卡一张 小刀一把，手机链一条，小石头一块，子弹壳一枚（似乎军训所得），校徽一枚]]></description>
			<content:encoded><![CDATA[<p>整理了一下，发现了一个饼干盒子，里面有不少宝贝：</p>
<ol>
<li>高中毕业证书，会考证书，高考准考证，成绩小条</li>
<li>高中和大学时候照片若干</li>
<li>系图书馆借书卡2张（似乎没有用过），校图书馆借书卡2半张，宿舍门卡一张</li>
<li>小刀一把，手机链一条，小石头一块，子弹壳一枚（似乎军训所得），校徽一枚</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=202</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>又看了一遍阿凡达</title>
		<link>http://www.xupengcheng.com/?p=201</link>
		<comments>http://www.xupengcheng.com/?p=201#comments</comments>
		<pubDate>Sat, 20 Feb 2010 10:32:33 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[电影]]></category>
		<category><![CDATA[随便写写]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=201</guid>
		<description><![CDATA[3D中文版，配音还不错]]></description>
			<content:encoded><![CDATA[<p>3D中文版，配音还不错</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=201</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>瑞雪兆丰年</title>
		<link>http://www.xupengcheng.com/?p=199</link>
		<comments>http://www.xupengcheng.com/?p=199#comments</comments>
		<pubDate>Sat, 13 Feb 2010 16:10:07 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[随便写写]]></category>
		<category><![CDATA[新年]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=199</guid>
		<description><![CDATA[虎年刚到，突然发现下大雪了，地上白茫茫一片了，真是个好兆头。 祝所有的朋友和自己虎年大吉祥！]]></description>
			<content:encoded><![CDATA[<p>虎年刚到，突然发现下大雪了，地上白茫茫一片了，真是个好兆头。<br />
祝所有的朋友和自己虎年大吉祥！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=199</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>春晚终于不吃饺子了</title>
		<link>http://www.xupengcheng.com/?p=196</link>
		<comments>http://www.xupengcheng.com/?p=196#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:59:06 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[随便写写]]></category>
		<category><![CDATA[ccav]]></category>
		<category><![CDATA[春晚]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=196</guid>
		<description><![CDATA[实在是一大进步]]></description>
			<content:encoded><![CDATA[<p>实在是一大进步</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=196</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>赵本山的小品</title>
		<link>http://www.xupengcheng.com/?p=195</link>
		<comments>http://www.xupengcheng.com/?p=195#comments</comments>
		<pubDate>Sat, 13 Feb 2010 12:10:53 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[随便写写]]></category>
		<category><![CDATA[ccav]]></category>
		<category><![CDATA[春晚]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=195</guid>
		<description><![CDATA[1,至少有点剧情了，比去年的干嚎有点意思了 2，老赵和小张看来关系够铁，把寻找狐狸网的几个八竿子打不到的产品夸了够 3，国窖估计给了不少钱，看这两个傻了吧叽的大字写在盒子上 4，小婶娘看来虎年火不起来了，完全拉来凑数的 5，编剧实在是个大棒槌，就像一块废铁上面硬刷上几道破漆非要当珠宝卖一样，要是没有老赵这个金字招牌，这小品估计倒贴钱都上不了]]></description>
			<content:encoded><![CDATA[<p>1,至少有点剧情了，比去年的干嚎有点意思了<br />
2，老赵和小张看来关系够铁，把寻找狐狸网的几个八竿子打不到的产品夸了够<br />
3，国窖估计给了不少钱，看这两个傻了吧叽的大字写在盒子上<br />
4，小婶娘看来虎年火不起来了，完全拉来凑数的<br />
5，编剧实在是个大棒槌，就像一块废铁上面硬刷上几道破漆非要当珠宝卖一样，要是没有老赵这个金字招牌，这小品估计倒贴钱都上不了</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=195</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>测试一下从ipod touch上发blog</title>
		<link>http://www.xupengcheng.com/?p=192</link>
		<comments>http://www.xupengcheng.com/?p=192#comments</comments>
		<pubDate>Thu, 11 Feb 2010 15:21:55 +0000</pubDate>
		<dc:creator>Pengcheng</dc:creator>
				<category><![CDATA[随便写写]]></category>
		<category><![CDATA[ipod]]></category>

		<guid isPermaLink="false">http://www.xupengcheng.com/?p=192</guid>
		<description><![CDATA[如题]]></description>
			<content:encoded><![CDATA[<p>如题</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xupengcheng.com/?feed=rss2&amp;p=192</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
