<?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>Lihua</title>
	<atom:link href="http://lihua.me/zh/feed/" rel="self" type="application/rss+xml" />
	<link>http://lihua.me/zh</link>
	<description>相忘于江湖</description>
	<lastBuildDate>Fri, 18 May 2012 14:40:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>LastPass</title>
		<link>http://lihua.me/zh/lastpass/</link>
		<comments>http://lihua.me/zh/lastpass/#comments</comments>
		<pubDate>Tue, 15 May 2012 06:17:57 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[lastpass]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=195</guid>
		<description><![CDATA[一直以来，密码管理机制是个头痛的问题。似乎很难找到一个在简单和容易记忆之间取得平衡的方案。 所有的网络使用同一个密码固然容易记忆，但当一个网站泄露时，比如CSDN，所有的网站都泄露了。 每个网站使用随机生成的密码，固然安全，但是人工的记忆似乎是不可能。 或者使用分级制，多数不重要的网站使用同一简单密码，重要的网站使用不同密码。这样还是需要记忆不少的密码。 或者，将密码分成两部分（或者更多部分）。第一部分是固定的，比如“12345%”，第二部分根据网站的名称或者域名生成，比如“sina”就是“s”，”baidu”就用“b”，“google”就用“g”。密码由这两部分组合而成：“12345%s”，“12345%b”，“12345%g”。不过作为被迫害妄想狂，我挺担心这个规律被人找到。 等我遇上 LastPass 时，我不再头痛了。每个网站都使用不同的密码，用 LastPass 保存密码，我只需要记住 LastPass 的密码。LastPass 还支持 Google 密码验证器或者是Yubikey。目前来看是较为完美的解决方案。 或许有人担心将密码保存在 LastPass 服务器上的安全。我粗略地看了 LastPass 的说明，其他网站的密码是在加密之后保存在 LastPass 上的，只能用主密码进行解密。关心机理的同学可以仔细看下说明。 以前也使用过 keepass，觉得不够方便。Keepass 是本地软件，只能一台机器上使用，（变通的方法是使用 dropbox 在多台电脑之间进行同步）；keepass 不与浏览器结合，似乎要ctrl+C ctrl+V，使用体验不够好。 v2ex 上的讨论 另外]]></description>
			<content:encoded><![CDATA[<p>一直以来，密码管理机制是个头痛的问题。似乎很难找到一个在简单和容易记忆之间取得平衡的方案。</p>
<ol>
<li>所有的网络使用同一个密码固然容易记忆，但当一个网站泄露时，比如CSDN，所有的网站都泄露了。</li>
<li>每个网站使用随机生成的密码，固然安全，但是人工的记忆似乎是不可能。</li>
<li>或者使用分级制，多数不重要的网站使用同一简单密码，重要的网站使用不同密码。这样还是需要记忆不少的密码。</li>
<li>或者，将密码分成两部分（或者更多部分）。第一部分是固定的，比如“12345%”，第二部分根据网站的名称或者域名生成，比如“sina”就是“s”，”baidu”就用“b”，“google”就用“g”。密码由这两部分组合而成：“12345%s”，“12345%b”，“12345%g”。不过作为被迫害妄想狂，我挺担心这个规律被人找到。</li>
</ol>
<p>等我遇上 LastPass 时，我不再头痛了。每个网站都使用不同的密码，用 LastPass 保存密码，我只需要记住 LastPass 的密码。LastPass 还支持 Google 密码验证器或者是Yubikey。目前来看是较为完美的解决方案。</p>
<p>或许有人担心将密码保存在 LastPass 服务器上的安全。我粗略地看了 LastPass 的说明，其他网站的密码是在加密之后保存在 LastPass 上的，只能用主密码进行解密。关心机理的同学可以仔细看下说明。</p>
<p>以前也使用过 keepass，觉得不够方便。Keepass 是本地软件，只能一台机器上使用，（变通的方法是使用 <a href="http://lihua.me/zh/dropbox/">dropbox</a> 在多台电脑之间进行同步）；keepass 不与浏览器结合，似乎要ctrl+C ctrl+V，使用体验不够好。</p>
<ul>
<li><a href="http://www.v2ex.com/t/24727">v2ex 上的讨论</a></li>
<li><a href="http://security.zdnet.com.cn/security_zone/2010/0527/1758170.shtml">另外</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/lastpass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>构想中的家庭服务器</title>
		<link>http://lihua.me/zh/home-server/</link>
		<comments>http://lihua.me/zh/home-server/#comments</comments>
		<pubDate>Sun, 06 May 2012 05:14:03 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=193</guid>
		<description><![CDATA[功能 为家庭中的其他设备提供文件存储服务； 为家庭中及外网的其他设备提供代理服务； 为家庭中的其他设备提供流媒体服务； （充分利用ISP的带宽），下载服务； 硬件 软件 &#160;]]></description>
			<content:encoded><![CDATA[<p>功能</p>
<ol>
<li>为家庭中的其他设备提供文件存储服务；</li>
<li>为家庭中及外网的其他设备提供代理服务；</li>
<li>为家庭中的其他设备提供流媒体服务；</li>
<li>（充分利用ISP的带宽），下载服务；</li>
</ol>
<p>硬件</p>
<p>软件</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/home-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ramdisk for Mac</title>
		<link>http://lihua.me/zh/ramdisk-for-mac/</link>
		<comments>http://lihua.me/zh/ramdisk-for-mac/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 13:28:23 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[ramdisk]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=192</guid>
		<description><![CDATA[Espérance DV，使用说明； TmpDisk，使用说明，在软件设置中设置成开机启动并生成 Ramdisk； Make RAM Disk，按住 Option 同时单击运行，使用说明；在 Mac OS X 中设成开机启动； 手动生成 Ramdisk FireFox 设置： 「browser.cache.disk.parent_directory」～ 「/Volumes/RamDisk」]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://www.mparrot.net/index.php?page=downloads&amp;lang=en">Espérance DV</a>，<a href="http://www.prudentman.idv.tw/2008/08/macramdisk-esperance-dv.html">使用说明</a>；</li>
<li><a href="http://inkscribbles.com/app/tmpdisk">TmpDisk</a>，<a href="http://osxdaily.com/2011/11/14/make-a-ram-disk-easily-with-tmpdisk-for-mac-os-x/">使用说明</a>，在软件设置中设置成开机启动并生成 Ramdisk；</li>
<li><a href="http://www.mparrot.net/index.php?page=downloads&amp;lang=en">Make RAM Disk</a>，按住 Option 同时单击运行，<a href="http://news.softpedia.com/news/Use-a-RAM-Disk-To-Secure-and-Speed-Up-Your-Mac-86966.shtml">使用说明</a>；在 Mac OS X 中设成开机启动；</li>
<li><a href="http://osxdaily.com/2007/03/23/create-a-ram-disk-in-mac-os-x/">手动生成 Ramdisk</a></li>
</ol>
<hr />
<p>FireFox 设置：</p>
<p>「browser.cache.disk.parent_directory」～ 「/Volumes/RamDisk」</p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/ramdisk-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Mini</title>
		<link>http://lihua.me/zh/mac-mini/</link>
		<comments>http://lihua.me/zh/mac-mini/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 00:29:56 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=190</guid>
		<description><![CDATA[优点 静，超级安静； 轻； 省电； 小、靓，当 HTPC不错 ； 缺点 性价比差；需要自己配鼠标键盘显示器，不如直接上 iMac 。（ 但是 iMac 的灰屏让人很担心） 接口太少扩展性不行；]]></description>
			<content:encoded><![CDATA[<p>优点</p>
<ol>
<li>静，超级安静；</li>
<li>轻；</li>
<li>省电；</li>
<li>小、靓，当 HTPC不错 ；</li>
</ol>
<p>缺点</p>
<ol>
<li>性价比差；需要自己配鼠标键盘显示器，不如直接上 iMac 。（ 但是 iMac 的灰屏让人很担心）</li>
<li>接口太少扩展性不行；</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/mac-mini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更换IP的脚本</title>
		<link>http://lihua.me/zh/change-ip/</link>
		<comments>http://lihua.me/zh/change-ip/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 13:34:44 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=188</guid>
		<description><![CDATA[电脑移动到不同的环境，有时候需要更改不同的IP地址挺麻烦，下面的脚本可以实现快速切换IP地址。 改为自动获取IP @echo off netsh interface ip set address name="无线网络连接" source=dhcp netsh interface ip set dns name="无线网络连接" source=dhcp 改为获得某特定IP @echo off netsh interface ip set address name="无线网络连接" source = static addr = 192.168.1.89 mask=255.255.255.0 netsh interface ip set address name="无线网络连接" gateway = 192.168.1.1 gwmetric =0 netsh interface ip set dns name="无线网络连接" source = static addr [...]]]></description>
			<content:encoded><![CDATA[<p>电脑移动到不同的环境，有时候需要更改不同的IP地址挺麻烦，下面的脚本可以实现快速切换IP地址。</p>
<p><span id="more-188"></span></p>
<p><strong>改为自动获取IP</strong></p>
<blockquote><p><code>@echo off<br />
netsh interface ip set address name="无线网络连接" source=dhcp<br />
netsh interface ip set dns name="无线网络连接" source=dhcp</code></p></blockquote>
<p><strong>改为获得某特定IP</strong></p>
<blockquote><p><code>@echo off<br />
netsh interface ip set address name="无线网络连接" source = static addr = 192.168.1.89 mask=255.255.255.0<br />
netsh interface ip set address name="无线网络连接" gateway = 192.168.1.1 gwmetric =0<br />
netsh interface ip set dns name="无线网络连接" source = static addr = 60.191.134.196 register=PRIMARY<br />
netsh interface ip add dns name="无线网络连接" addr = 60.191.134.204 index=2 </code></p></blockquote>
<p>保存为 .bat 文件。</p>
<hr />
另外一些软件可以也可以实现此类功能，比如：<a href="http://www.netsetman.com/">NetSetMan</a>，<a href="http://r.virscan.org/f052447e34fa3b5b15170e7515c72a39">IPWhiz 没有可靠出处，疑似带毒</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/change-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>里程碑 XT702 刷机</title>
		<link>http://lihua.me/zh/milestone-xt702/</link>
		<comments>http://lihua.me/zh/milestone-xt702/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 12:40:12 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Milestone]]></category>
		<category><![CDATA[XT702]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=166</guid>
		<description><![CDATA[刷国行2.2 下载驱动，并在电脑上安装。下载 RSD Lite ，并在电脑上安装。［驱动、RSD Lite、OpenRecovery 可以使用 MIUI 提供的，STEP 1 中的立即下载］ 下载底包，将底包解压后备用。（建议放在磁盘根目录） 在关机状态下，推开里程碑键盘，按住方向键向上不放，再按住电源键，保持约5秒，松开，屏幕显示进入了 bootloader 。 用 USB 线连接手机和电脑； 打开 RSD Lite，选择文件，找到放置SBF文件的位置，选中，确定 。RSD 界面显示信息后，点&#8221;START&#8220;，耐心等待，手机可能会自动重启两次，一直到RSD界面显示&#8221;PASS&#8220;底包完成 。 然后升级国行 2.2 ，参考官网的说明； 升级国行 2.2 后，参考这个帖子的说明，Root ，安装 Google 服务； 刷MIUI 2.3.7 刷机说明看MIUI教程； 自带的基带可能有些问题，导致信号很差，Plustoobox 1 (2)]]></description>
			<content:encoded><![CDATA[<p><span id="more-166"></span></p>
<h3>刷国行2.2</h3>
<ol>
<li>下载驱动，并在电脑上安装。下载 RSD Lite ，并在电脑上安装。［驱动、RSD Lite、OpenRecovery 可以使用 MIUI 提供的，<a href="http://www.miui.com/a-40.html">STEP 1 中的立即下载</a>］</li>
<li><a href="http://115.com/file/dl3broop">下载底包</a>，将底包解压后备用。（建议放在磁盘根目录）</li>
<li>在<strong><span style="color: #000080;">关机状态</span></strong>下，推开里程碑键盘，按住方向键向上不放，再按住电源键，保持约5秒，松开，屏幕显示进入了 bootloader 。</li>
<li>用 USB 线连接手机和电脑；</li>
<li>打开 RSD Lite，选择文件，找到放置SBF文件的位置，选中，确定 。RSD 界面显示信息后，点&#8221;<strong>START</strong>&#8220;，耐心等待，手机可能会自动重启两次，一直到RSD界面显示&#8221;<strong>PASS</strong>&#8220;底包完成 。</li>
<li>然后升级国行 2.2 ，<a href="http://www.motorola.com/Consumers/CN-ZH/_IndependentPages/XT702">参考官网的说明</a>；</li>
<li>升级国行 2.2 后，<a href="http://bbs.hiapk.com/thread-1015944-1-1.html">参考这个帖子的说明</a>，Root ，安装 Google 服务；</li>
</ol>
<hr />
<h3>刷MIUI 2.3.7</h3>
<ol>
<li>刷机说明看<a href="http://www.miui.com/a-40.html">MIUI教程</a>；</li>
<li>自带的基带可能有些问题，导致信号很差，<a href="http://www.miui.com/thread-199538-1-1.html">Plustoobox 1</a> (<a href="http://www.miui.com/thread-147585-1-1.html">2</a>)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/milestone-xt702/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apps For Mac</title>
		<link>http://lihua.me/zh/apps-for-mac/</link>
		<comments>http://lihua.me/zh/apps-for-mac/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 11:34:37 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=181</guid>
		<description><![CDATA[系统 AppCleaner The Unarchiver 工具 Cyberduck / Filezilla Text Edit / Aquamacs / Tincta Dropbox Evernote Firefox / Google Chrome / Safari iSSH / Tunnelblick MindManager VMware Fusion Download &#38; File share: 迅雷 / aMule 有道词典 远程桌面连接 媒体 Cog VLC iTunes Picasa 豆瓣电台 IM QQ Skype 阿里旺旺 &#160;]]></description>
			<content:encoded><![CDATA[<p><span id="more-181"></span></p>
<p>系统</p>
<ul>
<li>AppCleaner</li>
<li>The Unarchiver</li>
</ul>
<p>工具</p>
<ul>
<li>Cyberduck / Filezilla</li>
<li>Text Edit / Aquamacs / Tincta</li>
<li>Dropbox</li>
<li>Evernote</li>
<li>Firefox / Google Chrome / Safari</li>
<li>iSSH / Tunnelblick</li>
<li>MindManager</li>
<li>VMware Fusion</li>
<li>Download &amp; File share: 迅雷 / aMule</li>
<li>有道词典</li>
<li>远程桌面连接</li>
</ul>
<p>媒体</p>
<ul>
<li>Cog</li>
<li>VLC</li>
<li>iTunes</li>
<li>Picasa</li>
<li>豆瓣电台</li>
</ul>
<p>IM</p>
<ul>
<li>QQ</li>
<li>Skype</li>
<li>阿里旺旺</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/apps-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>email</title>
		<link>http://lihua.me/zh/email/</link>
		<comments>http://lihua.me/zh/email/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 11:33:58 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=185</guid>
		<description><![CDATA[email]]></description>
			<content:encoded><![CDATA[<p>email</p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011玉环客运中心班车时刻表</title>
		<link>http://lihua.me/zh/yuhuan-bus-schedule/</link>
		<comments>http://lihua.me/zh/yuhuan-bus-schedule/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 02:42:22 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[玉环]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=179</guid>
		<description><![CDATA[玉环至温岭火车站 6:10、6:40、8:00、8:30、8:50、9:30、10:10、11:40 12:10、13:20、14:20、14:55、15:35、16:10、17:25 玉环至温岭 6:50、7:40、8:00、8:30、9:00、9:30、10:00、10:30、11:00、11：30、12:00 12:50、13:30、14:10、14:30、14:50、15:00、15:30、 16:00、16:30、17:10 玉环至杭州 7:20、8:20、9:20、10:10、11:20 12:40、16:00、18:10、20:25、20:55 玉环至上海 7:10、8:00、13:00、20:40、21:00 玉环至宁波 7:10、8:50、10:20、12:40、14:00、16:05 玉环至温州 5:50、6:10、6:30、7:00、7:30、7:50、8:05、8:30、8:50、9:20、10:00、10:50 11:20、11:50、12:10、12:35、12:50、13:30、14:00、14:20、14:50、15:20 15:40、15:55、16:30、17:00、17:30、18:00 楚门至温州 6:40、8:00、9:40、11:00、12:20、13:40、15:50、16:50 玉环至椒江 6:35、7:35、8:35、9:30、10:30、11:30、12:30、13:20、14:10、14:55、15:45 16:35、7:00、8:00、9:00、10:00、11:00、12:00、12:50、13:40、14:30、15:20 16:10、17:00]]></description>
			<content:encoded><![CDATA[<p><span id="more-179"></span></p>
<p><strong>玉环至温岭火车站</strong><br />
6:10、6:40、8:00、8:30、8:50、9:30、10:10、11:40<br />
12:10、13:20、14:20、14:55、15:35、16:10、17:25</p>
<p><strong>玉环至温岭</strong><br />
6:50、7:40、8:00、8:30、9:00、9:30、10:00、10:30、11:00、11：30、12:00<br />
12:50、13:30、14:10、14:30、14:50、15:00、15:30、 16:00、16:30、17:10</p>
<p><strong>玉环至杭州</strong><br />
7:20、8:20、9:20、10:10、11:20<br />
12:40、16:00、18:10、20:25、20:55</p>
<p><strong>玉环至上海</strong><br />
7:10、8:00、13:00、20:40、21:00</p>
<p><strong>玉环至宁波</strong><br />
7:10、8:50、10:20、12:40、14:00、16:05</p>
<p><strong>玉环至温州</strong><br />
5:50、6:10、6:30、7:00、7:30、7:50、8:05、8:30、8:50、9:20、10:00、10:50<br />
11:20、11:50、12:10、12:35、12:50、13:30、14:00、14:20、14:50、15:20<br />
15:40、15:55、16:30、17:00、17:30、18:00</p>
<p><strong>楚门至温州</strong><br />
6:40、8:00、9:40、11:00、12:20、13:40、15:50、16:50</p>
<p><strong>玉环至椒江</strong><br />
6:35、7:35、8:35、9:30、10:30、11:30、12:30、13:20、14:10、14:55、15:45<br />
16:35、7:00、8:00、9:00、10:00、11:00、12:00、12:50、13:40、14:30、15:20<br />
16:10、17:00</p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/yuhuan-bus-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7</title>
		<link>http://lihua.me/zh/windows-7/</link>
		<comments>http://lihua.me/zh/windows-7/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 13:07:31 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/yogurt/</guid>
		<description><![CDATA[很凹特了，借着这几天的假期，安装上了 Windows 7。 Windows 7 镜像文件可以从 ed2k 下载，链接1 / 链接2 。下载之后，跟官方的镜像比较一下 SHA1 值。 使用 ultraISO 制作 Windows 7 U盘启动盘； 使用 Windows Loader 激活； 这台用了4年多的电脑得分情况如下： CPU4.3 内存4.7 图形2.4 游戏图形3.2 硬盘5.5 显卡是瓶颈，换到经典模式，勉强可以跑。 用了一天，适应很快，使用体验上跟 Windows XP 没有大的区别。对我来说，只是 OpenVPN 加载 chnrouters 速度好像比 Windows XP 下要慢。 各种设置： 自动登录 禁用 UAC]]></description>
			<content:encoded><![CDATA[<p><span id="more-79"></span></p>
<p>很凹特了，借着这几天的假期，安装上了 Windows 7。</p>
<ol>
<li>Windows 7 镜像文件可以从 ed2k 下载，<a href="http://www.800l.com/microsoft-software-pack.html">链接1</a> / <a href="http://msdn.itellyou.cn/">链接2</a> 。下载之后，跟<a href="https://msdn.microsoft.com/zh-cn/subscriptions/securedownloads/">官方的镜像</a>比较一下 SHA1 值。</li>
<li><a href="http://singoe.blog.51cto.com/171536/189470">使用 ultraISO 制作 Windows 7 U盘启动盘</a>；</li>
<li>使用 <a href="http://forums.mydigitallife.info/threads/24901-Windows-Loader-Current-release-information">Windows Loader</a> 激活；</li>
</ol>
<p>这台用了4年多的电脑得分情况如下：</p>
<ul>
<li>CPU4.3</li>
<li>内存4.7</li>
<li>图形2.4</li>
<li>游戏图形3.2</li>
<li>硬盘5.5</li>
</ul>
<p>显卡是瓶颈，换到经典模式，勉强可以跑。</p>
<p>用了一天，适应很快，使用体验上跟 Windows XP 没有大的区别。对我来说，只是 OpenVPN 加载 chnrouters 速度好像比 Windows XP 下要慢。</p>
<p>各种设置：</p>
<ul>
<li><a href="http://hi.baidu.com/zhongliqiang/blog/item/5aa3b1dea27a3751cdbf1ac8.html">自动登录</a></li>
<li><a href="http://news.newhua.com/news1/Skills_System/2009/94/099414482609DBDC204H955BF367B82EGKB5H2CDKH69J4K7IADD831.html">禁用 UAC</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

