<?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; 电脑软件</title>
	<atom:link href="http://www.800l.com/category/pc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.800l.com</link>
	<description>From now on, i only care about the person who care about me.</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:10:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux/CentOS xfce 桌面安装</title>
		<link>http://www.800l.com/linux-centos-xfce-install.html</link>
		<comments>http://www.800l.com/linux-centos-xfce-install.html#comments</comments>
		<pubDate>Mon, 06 Feb 2012 06:34:01 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=914</guid>
		<description><![CDATA[在小内存的机器上(512M以下)的机器上xfce还是很流畅的，我直接贴代码了
yum -y groupinstall xfce-4.4
yum -y install vnc-server
echo “VNCSERVERS=\”1:root\”" &#62;&#62; /etc/sysconfig/vncservers
echo “VNCSERVERARGS[1]=\”-geometry 800&#215;600\”" &#62;&#62; /etc/sysconfig/vncservers
接下来设置登录密码
vncpasswd
生成配置文件
vncserver
vncserver -kill:1
cp  [...]]]></description>
			<content:encoded><![CDATA[<p>在小内存的机器上(512M以下)的机器上xfce还是很流畅的，我直接贴代码了</p>
<blockquote><p>yum -y groupinstall xfce-4.4<br />
yum -y install vnc-server<br />
echo “VNCSERVERS=\”1:root\”" &gt;&gt; /etc/sysconfig/vncservers<br />
echo “VNCSERVERARGS[1]=\”-geometry 800&#215;600\”" &gt;&gt; /etc/sysconfig/vncservers</p></blockquote>
<p><span id="more-914"></span>接下来设置登录密码</p>
<blockquote><p>vncpasswd</p></blockquote>
<p>生成配置文件</p>
<blockquote><p>vncserver<br />
vncserver -kill:1<br />
cp ~/.vnc/xstartup ~/.vnc/xstartup.bak</p></blockquote>
<p>修改启动脚本</p>
<blockquote><p>vim ~/.vnc/xstartup</p></blockquote>
<p>内容改为</p>
<blockquote><p>#!/bin/sh<br />
/usr/bin/startxfce4</p></blockquote>
<p>保存退出，添加执行权限</p>
<blockquote><p>chmod +x ~/.vnc/xstartup</p></blockquote>
<p>设置自动启动并启动VNC服务</p>
<blockquote><p>chkconfig vncserver on<br />
vncserver</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/linux-centos-xfce-install.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux关闭SELinux</title>
		<link>http://www.800l.com/linux-shutdown-selinux.html</link>
		<comments>http://www.800l.com/linux-shutdown-selinux.html#comments</comments>
		<pubDate>Tue, 27 Dec 2011 15:26:49 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[技术相关]]></category>
		<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=877</guid>
		<description><![CDATA[在Linux下关闭 SELinux 的方法如下：
vim /etc/sysconfig/selinux
找到
selinux=enabled
改为
selinux=disabled
下次重启就生效了。
然后在本次不重启的情况下使用下列命令关闭，需要root权限：
# su &#8211; root
# setenforce 0
OK。
]]></description>
			<content:encoded><![CDATA[<p>在Linux下关闭 SELinux 的方法如下：</p>
<blockquote><p>vim /etc/sysconfig/selinux</p></blockquote>
<p>找到</p>
<blockquote><p>selinux=enabled</p></blockquote>
<p>改为<span id="more-877"></span></p>
<blockquote><p>selinux=disabled</p></blockquote>
<p>下次重启就生效了。</p>
<p>然后在本次不重启的情况下使用下列命令关闭，需要root权限：</p>
<blockquote><p># su &#8211; root<br />
# setenforce 0</p></blockquote>
<p>OK。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/linux-shutdown-selinux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox x86_64 下载链接</title>
		<link>http://www.800l.com/firefox-x86_64-link.html</link>
		<comments>http://www.800l.com/firefox-x86_64-link.html#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:34:05 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=846</guid>
		<description><![CDATA[每日构建版：ftp://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/


]]></description>
			<content:encoded><![CDATA[<p>每日构建版：ftp://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/</p>
<p><span id="more-846"></span></p>
<blockquote><p><a href="http://www.800l.com/firefox-x86_64-link.html/firefox-kraken-32bit-64bit" rel="attachment wp-att-851"><img class="aligncenter size-full wp-image-851" title="32bit vs 64bit" src="http://www.800l.com/wp-content/uploads/2011/10/firefox-kraken-32bit-64bit.jpg" alt="" width="628" height="390" /></a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/firefox-x86_64-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft微软常用软件下载 64位</title>
		<link>http://www.800l.com/microsoft-software-x64.html</link>
		<comments>http://www.800l.com/microsoft-software-x64.html#comments</comments>
		<pubDate>Tue, 18 Oct 2011 13:35:35 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=838</guid>
		<description><![CDATA[32位版请点击这里查看
Windows 7 Ultimate SP1 旗舰版 (x64) 简体中文版
文件名称：cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso (3.18 GB)
发布日期：2011年5月12日
文件说明：
这个是MSDN的原版，11年5月重发布的，激活方式不变
下载链接：ed2k://&#124;file&#124;cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso&#124;3420557312&#124;B58548681854236C7939003B583A8078&#124;/
Office  [...]]]></description>
			<content:encoded><![CDATA[<h4><a title="32位" href="http://www.800l.com/microsoft-software-x86.html">32位版请点击这里查看</a></h4>
<h3>Windows 7 Ultimate SP1 旗舰版 (x64) 简体中文版</h3>
<p>文件名称：cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso (3.18 GB)<br />
发布日期：2011年5月12日<br />
文件说明：<br />
这个是MSDN的原版，11年5月重发布的，激活方式不变<br />
<strong>下载链接：</strong>ed2k://|file|cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso|3420557312|B58548681854236C7939003B583A8078|/<span id="more-838"></span></p>
<h3>Office Professional Plus 2010 简体中文版 64位</h3>
<p>发布日期：2011年-月-日<br />
文件名称：SW_DVD5_Office_Professional_Plus_2010_64Bit_ChnSimp_MLF_X16-52534.iso (962 MB)<br />
文件说明：<br />
这个是企业批量授权版，采用mini-KMS Activator进行模拟服务器激活<br />
<strong>下载链接：</strong>ed2k://|file|SW_DVD5_Office_Professional_Plus_2010_64Bit_ChnSimp_MLF_X16-52534.iso|1009090560|C0BADE6BE073CC00609E6CA16D0C62AC|/</p>
<h3>Visio Premium 2010 简体中文版 64位</h3>
<p>发布日期：2011年-月-日<br />
文件名称：SW_DVD5_Visio_Premium_2010_64Bit_ChnSimp_Std_Pro_Prem_MLF_X16-51028.iso (561 MB)<br />
文件说明：<br />
这个是企业批量授权版，采用mini-KMS Activator进行模拟服务器激活<br />
<strong>下载链接：</strong>ed2k://|file|SW_DVD5_Visio_Premium_2010_64Bit_ChnSimp_Std_Pro_Prem_MLF_X16-51028.iso|588294144|47227B50BED897A78AC599ED38C3CFC1|/</p>
<h3>Project Professional 2010 简体中文版 64位</h3>
<p>发布日期：2011年-月-日<br />
文件名称：SW_DVD5_Project_Pro_2010_64Bit_ChnSimp_MLF_X16-43255.iso (501 MB)<br />
文件说明：<br />
这个是企业批量授权版，采用mini-KMS Activator进行模拟服务器激活<br />
<strong>下载链接：</strong>ed2k://|file|SW_DVD5_Project_Pro_2010_64Bit_ChnSimp_MLF_X16-43255.iso|525422592|F4DBDD376314FC67FB6F58222F5630A0|/</p>
<h3>Project Server 2010 简体中文版 64位</h3>
<p>发布日期：2011年-月-日<br />
文件名称：SW_DVD5_Project_Server_2010_64Bit_ChnSimp_MLF_X16-43458.iso (64.52 MB)<br />
文件说明：<br />
这个是企业批量授权版，采用mini-KMS Activator进行模拟服务器激活<br />
<strong>下载链接：</strong>ed2k://|file|SW_DVD5_Project_Server_2010_64Bit_ChnSimp_MLF_X16-43458.iso|67661824|C3D9B15FE674699C565F38B732819ADA|/</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/microsoft-software-x64.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft微软常用软件下载 32位</title>
		<link>http://www.800l.com/microsoft-software-x86.html</link>
		<comments>http://www.800l.com/microsoft-software-x86.html#comments</comments>
		<pubDate>Tue, 18 Oct 2011 13:35:30 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=840</guid>
		<description><![CDATA[64位版请点击这里查看
Windows 7 Ultimate SP1 旗舰版 (x86) 简体中文版
发布日期：2011年5月12日
文件名称：cn_windows_7_ultimate_with_sp1_x86_dvd_u_677486.iso (2.47  [...]]]></description>
			<content:encoded><![CDATA[<h4><a title="64位" href="http://www.800l.com/microsoft-software-x64.html">64位版请点击这里查看</a></h4>
<h3>Windows 7 Ultimate SP1 旗舰版 (x86) 简体中文版</h3>
<p>发布日期：2011年5月12日<br />
文件名称：cn_windows_7_ultimate_with_sp1_x86_dvd_u_677486.iso (2.47 GB)<br />
文件说明：<br />
这个是MSDN的原版，11年5月重发布的，激活方式不变,如果你有4g或以上内存，请使用64位版本<br />
<strong>下载链接：</strong>ed2k://|file|cn_windows_7_ultimate_with_sp1_x86_dvd_u_677486.iso|2653276160|7503E4B9B8738DFCB95872445C72AEFB|/<span id="more-840"></span></p>
<h3>Office Professional Plus 2010 简体中文版 32位</h3>
<p>发布日期：2011年-月-日<br />
文件名称：SW_DVD5_Office_Professional_Plus_2010_W32_ChnSimp_MLF_X16-52528.iso (883.37 MB)<br />
文件说明：<br />
这个是企业批量授权版，采用mini-KMS Activator进行模拟服务器激活<br />
<strong>下载链接：</strong>ed2k://|file|SW_DVD5_Office_Professional_Plus_2010_W32_ChnSimp_MLF_X16-52528.iso|926285824|3FE784EF02E56648D0920E7D5CA5A9A3|/</p>
<h3>Visio Premium 2010 简体中文版 32位</h3>
<p>发布日期：2011年-月-日<br />
文件名称：SW_DVD5_Visio_Premium_2010_W32_ChnSimp_Std_Pro_Prem_MLF_X16-51022.ISO (504.36 MB)<br />
文件说明：<br />
这个是企业批量授权版，采用mini-KMS Activator进行模拟服务器激活<br />
<strong>下载链接：</strong>ed2k://|file|SW_DVD5_Visio_Premium_2010_W32_ChnSimp_Std_Pro_Prem_MLF_X16-51022.ISO|528869376|CAB0961B70334713DD556FE98FC14BF1|/</p>
<h3>Project Professional 2010 简体中文版 32位</h3>
<p>发布日期：2011年-月-日<br />
文件名称：SW_DVD5_Project_Pro_2010_W32_ChnSimp_MLF_X16-43249.iso (458.05 MB)<br />
文件说明：<br />
这个是企业批量授权版，采用mini-KMS Activator进行模拟服务器激活<br />
<strong>下载链接：</strong>ed2k://|file|SW_DVD5_Project_Pro_2010_W32_ChnSimp_MLF_X16-43249.iso|480309248|264D15A236191D5A0EEA2881DBE7F917|/</p>
<p>&nbsp;</p>
<h3></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/microsoft-software-x86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft微软常用软件下载（含64位）</title>
		<link>http://www.800l.com/microsoft-software-pack.html</link>
		<comments>http://www.800l.com/microsoft-software-pack.html#comments</comments>
		<pubDate>Thu, 04 Aug 2011 15:18:38 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=805</guid>
		<description><![CDATA[发现发所谓的msdn版没多大意义，加之现在4gb的电脑不上4gb内存着实可惜，特别是office找齐有些困难，现在特别把一些信息记录下来，一来方便我自己，而来给朋友们一个直接取链接的地方。最后说明下，我用的是64bit的。
32位的朋友点击这里
&#160;
64位的朋友点击这里
]]></description>
			<content:encoded><![CDATA[<p>发现发所谓的msdn版没多大意义，加之现在4gb的电脑不上4gb内存着实可惜，特别是office找齐有些困难，现在特别把一些信息记录下来，一来方便我自己，而来给朋友们一个直接取链接的地方。最后说明下，我用的是64bit的。<span id="more-805"></span></p>
<p><a href="http://www.800l.com/microsoft-software-x86.html">32位的朋友点击这里</a></p>
<p>&nbsp;</p>
<p><a href="http://www.800l.com/microsoft-software-x64.html">64位的朋友点击这里</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/microsoft-software-pack.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新装Windows 7遇到自动创建100M分区</title>
		<link>http://www.800l.com/del-win7-partition-100m.html</link>
		<comments>http://www.800l.com/del-win7-partition-100m.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:50:04 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=791</guid>
		<description><![CDATA[安装的时候使用安装程序自带的分区工具默认要新建一个100M的隐藏分区，通过以下命令不必持有该分区。
首先，把整个盘分区全部删除，然后再安装程序的分区界面调出命令窗口（快捷键“Shift+F10”），键入命令“diskpart”。
然后按照下面分区：
list disk
select disk 0
create partition primary size=40960
format fs=ntfs
exit
点击刷新，看到了吧？
]]></description>
			<content:encoded><![CDATA[<p>安装的时候使用安装程序自带的分区工具默认要新建一个100M的隐藏分区，通过以下命令不必持有该分区。</p>
<p>首先，把整个盘分区全部删除，然后再安装程序的分区界面调出命令窗口（快捷键“Shift+F10”），键入命令“diskpart”。</p>
<p>然后按照下面分区：<span id="more-791"></span></p>
<blockquote><p>list disk</p>
<p>select disk 0</p>
<p>create partition primary size=40960</p>
<p>format fs=ntfs</p>
<p>exit</p></blockquote>
<p>点击刷新，看到了吧？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/del-win7-partition-100m.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自动升级WordPress失败 – 请重试</title>
		<link>http://www.800l.com/wordpress-update-fail-msg.html</link>
		<comments>http://www.800l.com/wordpress-update-fail-msg.html#comments</comments>
		<pubDate>Thu, 07 Apr 2011 01:52:50 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=717</guid>
		<description><![CDATA[出现这个删除网站根目录的.maintenance即可
]]></description>
			<content:encoded><![CDATA[<p>出现这个删除网站根目录的.maintenance即可</p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/wordpress-update-fail-msg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Ultimate with SP1 ISO</title>
		<link>http://www.800l.com/windows-7-ultimate-with-sp1-download.html</link>
		<comments>http://www.800l.com/windows-7-ultimate-with-sp1-download.html#comments</comments>
		<pubDate>Mon, 28 Feb 2011 13:59:24 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=655</guid>
		<description><![CDATA[话不多说，直接上链接给各位童鞋，换行自行去掉才能下载！
中文版32位
ed2k://%7Cfile%7Ccn_windows_7_ultimate_with_sp1_x86_dvd_618763.iso
%7C2651877376%7CD6A0D9FDB8C67A65B92B4C1AC197109C%7Ch=HEZ3P
CTFZSXQGHGCD5RK5YJWXAKTCMI2%7C/
英文版
ed2k://%7Cfile%7Cen_windows_7_ultimate_with_sp1_x86_dvd_619077.iso
%7C2563039232%7C60C9D5F92AFFA625F7A4 [...]]]></description>
			<content:encoded><![CDATA[<p>话不多说，直接上链接给各位童鞋，换行自行去掉才能下载！</p>
<p>中文版32位</p>
<blockquote><p>ed2k://%7Cfile%7Ccn_windows_7_ultimate_with_sp1_x86_dvd_618763.iso<br />
%7C2651877376%7CD6A0D9FDB8C67A65B92B4C1AC197109C%7Ch=HEZ3P<br />
CTFZSXQGHGCD5RK5YJWXAKTCMI2%7C/</p></blockquote>
<p><span id="more-655"></span>英文版</p>
<blockquote><p>ed2k://%7Cfile%7Cen_windows_7_ultimate_with_sp1_x86_dvd_619077.iso<br />
%7C2563039232%7C60C9D5F92AFFA625F7A40717C6B264D9%7C/</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/windows-7-ultimate-with-sp1-download.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 插件：DMSGuestBook</title>
		<link>http://www.800l.com/wp-pugin-dmsguestbook.html</link>
		<comments>http://www.800l.com/wp-pugin-dmsguestbook.html#comments</comments>
		<pubDate>Sun, 06 Feb 2011 08:34:06 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=530</guid>
		<description><![CDATA[真要命！今天本来想装一个的，发现很不稳定，已经不是原来的DMSGuestBook了，变化还挺大的，害得我blog差点没挂掉，果断卸载，发现数据库没干净，那个汗啊，还好，现在全部搞定了。
]]></description>
			<content:encoded><![CDATA[<p>真要命！今天本来想装一个的，发现很不稳定，已经不是原来的DMSGuestBook了，变化还挺大的，害得我blog差点没挂掉，果断卸载，发现数据库没干净，那个汗啊，还好，现在全部搞定了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/wp-pugin-dmsguestbook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

