<?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>Java自由人-执着专注于设计...</title>
	<atom:link href="http://www.bestwei.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestwei.com</link>
	<description>执着专注于UI设计，交互设计，网络前沿技术</description>
	<lastBuildDate>Fri, 16 Dec 2011 13:37:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Linux VPS 修改SSH端口只需2行命令 自动一键修改成功ssh端口 for CentOS</title>
		<link>http://www.bestwei.com/2011/linux_vps_change_ssh_port.html</link>
		<comments>http://www.bestwei.com/2011/linux_vps_change_ssh_port.html#comments</comments>
		<pubDate>Fri, 16 Dec 2011 13:12:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=592</guid>
		<description><![CDATA[只针对centos，并且前提是没有修改过任何SSH的设置。 SSH端口修改的好处不言而喻，每天都有黑客不停地扫描几乎所有的服务器，改变默认的22端口会相应的增强服务器安全性。 &#160; 如果以下的命令提示command not found（命令找不到） 运行yum install -y sed即可 第一行 wget http://down.bestwei.com/vps/ssh/sshport.sh sh sshport.sh 43242 其中43242需要改成你想要的端口号&#160;必须是65535以内的数字&#160;&#160;运行完毕命令端口号就修改好咯 现在不要关闭这个ssh 新打开一个putty，用新的端口就可以登陆了 &#160; &#160; &#160; &#160; 如果以下的命令提示command not found（命令找不到） 运行yum install -y sed即可 如果对我的脚本不放心可以用这个 一步一步操作 当然稍微繁琐一点点 第一步 先备份原来的配置文件 cp /etc/ssh/sshd_config /etc/ssh/bak_sshd_config &#160; &#160; 第二步 &#160;替换端口 其中的43242也要修改成自己想要的端口号 必须是65535以内的数字 sed -i &#34;s/#Port 22/Port 43242/g&#34; /etc/ssh/sshd_config 第三步 重启sshd服务 service sshd restart OK搞定。]]></description>
			<content:encoded><![CDATA[<p>只针对centos，并且前提是没有修改过任何SSH的设置。</p>
<p>SSH端口修改的好处不言而喻，每天都有黑客不停地扫描几乎所有的服务器，改变默认的22端口会相应的增强服务器安全性。</p>
<p>&nbsp;</p>
<p>如果以下的命令提示command not found（命令找不到） 运行yum install -y sed即可</p>
<p>第一行</p>
<p>wget http://down.bestwei.com/vps/ssh/sshport.sh</p>
<p>sh sshport.sh 43242<span id="more-592"></span></p>
<p>其中43242需要改成你想要的端口号&nbsp;必须是65535以内的数字&nbsp;&nbsp;运行完毕命令端口号就修改好咯</p>
<p>现在不要关闭这个ssh 新打开一个putty，用新的端口就可以登陆了</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>如果以下的命令提示command not found（命令找不到） 运行yum install -y sed即可</p>
<p>如果对我的脚本不放心可以用这个 一步一步操作 当然稍微繁琐一点点</p>
<p>第一步 先备份原来的配置文件</p>
<p>cp /etc/ssh/sshd_config /etc/ssh/bak_sshd_config</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>第二步 &nbsp;替换端口</p>
<p>其中的43242也要修改成自己想要的端口号 必须是65535以内的数字</p>
<p>sed -i &quot;s/#Port 22/Port 43242/g&quot; /etc/ssh/sshd_config</p>
<p>第三步 重启sshd服务</p>
<p>service sshd restart</p>
<p>OK搞定。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/linux_vps_change_ssh_port.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>人人小站创建页面中的用户体验设计</title>
		<link>http://www.bestwei.com/2011/design_in_creat_renren_xiaozhan.html</link>
		<comments>http://www.bestwei.com/2011/design_in_creat_renren_xiaozhan.html#comments</comments>
		<pubDate>Tue, 29 Nov 2011 14:30:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ui设计]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=568</guid>
		<description><![CDATA[一直以来就在关注用户体验，但并没能将所见到或者意识到的优秀设计做一个整理，这个人人小站算是一个尝试吧，文章会同时发布在本博客和人人小站 http:// 用户体验始终是网站设计者关注的一个很重要的话题，用户体验包括很多个因素。在此不作宏观介绍，只是对在注册人人小站中遇到的一个小亮点做简单分析。 &#160; &#160; &#160; &#160; 人人小站头像 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 对于tag（标签），tag的应用很广泛，优酷视频上传页面，博客日志发表页面，QQ空间日志发表页面等等。tag能更快的更准确地使得搜索引擎或者程序知道你的文章内容和主题，查找归类更方便。 同时人人小站的日志发布界面也对tag作出了解释。 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 对于使用过或者是了解的人会知道tag的用法，一般在两个tag之间添加英文的逗号或者是空格。而对于每试用过的人，可能根本不知道tag是什么意思，也不知道应该如何添加tag。 人人小站在这里使用了以下几种方式来进行tag的输入： 1：提供预选词语（tag），在tag区域提供了大家经常使用的词语来完成选择，这是一个惯用的手法了，选择成本要比输入成本小得多。 2：手动输入tag时自动识别，一个非常棒的功能，前面说过了tag一般有两种分割方式，英文逗号和空格，而人人在此用了自动分割tag的方式，输入一个词语之后不管你是按空格分隔还是按逗号（包括中文逗号和英文逗号）分隔，他都会自动识别并且将其放到上方，意为已选tag，从视觉上一目了然，这些是我已经写好的tag。 不能不说这个设计非常棒，巧妙地把tag的输入方式变成动态的，可识别的，而且降低用户输入烦躁度的（输入多个tag 每个中间一个逗号的确很令人烦躁），同时大大降低了对新用户的学习成本。 至于程序的实现方法也十分巧妙，他用了div来建立一个圆角带1像素描边的矩形框，在div里定义上一行为已选tag list，下面为输入框，而在输入框部分没有明显边界，因此造成了整个box都是输入框的假象，真的是非常巧妙，如图。（上方下方其实是两个box，而且上方是不可输入的，但是在视觉上他们是一体的） 输入框激活前subjects为0*0，subjects.input对象为327*29 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 输入框激活后subjects对象为一个tag的大小。下面的subjects.input对象为327*29 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 小小bug：也不能说是bug吧，就是输入顿号之后便无法自动分割tag写入到上方的list，而且如果词语里面含有顿号即使用户输入空格或者是逗号也不会再识别，不过应该不会有很多人喜欢用顿号分割的吧。&#160;]]></description>
			<content:encoded><![CDATA[<div><span style="font-size:14px;"><br />
	</span></div>
<div><span style="font-size:14px;">一直以来就在关注用户体验，但并没能将所见到或者意识到的优秀设计做一个整理，这个人人小站算是一个尝试吧，文章会同时发布在本博客和人人小站 http://</span></div>
<div><span style="font-size:14px;"><br />
	</span></div>
<div><span style="font-size:14px;">用户体验始终是网站设计者关注的一个很重要的话题，用户体验包括很多个因素。在此不作宏观介绍，只是对在注册人人小站中遇到的一个<span id="more-568"></span>小亮点做简单分析。<br />
	</span></div>
<div>&nbsp;</div>
<div><a href="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站头像.png"><img alt="" class="alignleft size-full wp-image-571" height="160" src="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站头像.png" title="人人小站头像" width="160" /></a></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><a href="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站头像.png">人人小站头像<br />
	</a></div>
<div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span style="font-size:14px;">对于tag（标签），tag的应用很广泛，优酷视频上传页面，博客日志发表页面，QQ空间日志发表页面等等。tag能更快的更准确地使得搜索引擎或者程序知道你的文章内容和主题，查找归类更方便。</span></div>
<div><span style="font-size:14px;"><br />
		</span></div>
<div><span style="font-size:14px;">同时人人小站的日志发布界面也对tag作出了解释。</span></div>
<div>&nbsp;</div>
<div><a href="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站注册用户体验.png"><img alt="" class="alignleft size-full wp-image-575" height="64" src="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站注册用户体验.png" title="人人小站注册用户体验" width="511" /><br />
		</a></div>
<div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span style="font-size:14px;">对于使用过或者是了解的人会知道tag的用法，一般在两个tag之间添加英文的逗号或者是空格。而对于每试用过的人，可能根本不知道tag是什么意思，也不知道应该如何添加tag。</span></div>
<div><span style="font-size:14px;"><br />
			</span></div>
<div><span style="font-size:14px;">人人小站在这里使用了以下几种方式来进行tag的输入：</span></div>
<div><span style="font-size:14px;"><br />
			</span></div>
<div><span style="font-size:14px;">1：提供预选词语（tag），在tag区域提供了大家经常使用的词语来完成选择，这是一个惯用的手法了，选择成本要比输入成本小得多。</span></div>
<div><span style="font-size:14px;"><br />
			</span></div>
<div><span style="font-size:14px;">2：手动输入tag时自动识别，一个非常棒的功能，前面说过了tag一般有两种分割方式，英文逗号和空格，而人人在此用了自动分割tag的方式，输入一个词语之后不管你是按空格分隔还是按逗号（包括中文逗号和英文逗号）分隔，他都会自动识别并且将其放到上方，意为已选tag，从视觉上一目了然，这些是我已经写好的tag。</span></div>
<div><span style="font-size:14px;"><br />
			</span></div>
<div><span style="font-size:14px;">不能不说这个设计非常棒，巧妙地把tag的输入方式变成动态的，可识别的，而且降低用户输入烦躁度的（输入多个tag 每个中间一个逗号的确很令人烦躁），同时大大降低了对新用户的学习成本。</span></div>
<div><span style="font-size:14px;"><br />
			</span></div>
<div><span style="font-size:14px;">至于程序的实现方法也十分巧妙，他用了div来建立一个圆角带1像素描边的矩形框，在div里定义上一行为已选tag list，下面为输入框，而在输入框部分没有明显边界，因此造成了整个box都是输入框的假象，真的是非常巧妙，如图。（上方下方其实是两个box，而且上方是不可输入的，但是在视觉上他们是一体的）</span></div>
<div><span style="font-size:14px;"><br />
			</span></div>
<div><span style="font-size:14px;">输入框激活前subjects为0*0，subjects.input对象为327*29</span></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><a href="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站注册用户体验3.png"><img alt="" class="alignleft size-full wp-image-576" height="128" src="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站注册用户体验3.png" title="人人小站注册用户体验3" width="388" /></a></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span style="font-size:14px;">输入框激活后subjects对象为一个tag的大小。下面的subjects.input对象为327*29</span></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><a href="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站注册用户体验2.png"><img alt="" class="alignleft size-full wp-image-577" height="185" src="http://www.bestwei.com/wp-content/uploads/2011/11/人人小站注册用户体验2.png" title="人人小站注册用户体验2" width="398" /></a></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span style="font-size:14px;">小小bug：也不能说是bug吧，就是输入顿号之后便无法自动分割tag写入到上方的list，而且如果词语里面含有顿号即使用户输入空格或者是逗号也不会再识别，不过应该不会有很多人喜欢用顿号分割的吧。&nbsp;</span></div>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/design_in_creat_renren_xiaozhan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ios icon1</title>
		<link>http://www.bestwei.com/2011/ios-icon1.html</link>
		<comments>http://www.bestwei.com/2011/ios-icon1.html#comments</comments>
		<pubDate>Sat, 15 Oct 2011 09:09:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=513</guid>
		<description><![CDATA[自绘ios icon 木框里面的质感貌似表现的不是很到位。。。 一天一个icon 一周一个blog. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 编辑器默认没有微软雅黑，每次还得自己替换font-family:Microsoft Yahei 坑爹啊！ &#160; 顺便贴下ios应用图标尺寸规格： iPhone 57 x 57 pixels 114 x 114 pixels (@2x) iPad 72 x 72 pixels 设置搜索结果图标尺寸规格： iPhone 29 x 29 pixels 58 x 58 pixels (@2x) iPad 50 x 50 pixels iTunes图标尺寸规格： 512 x 512 pixels 各个尺寸规格命名规范： Icon.png iPhone/iPod touch应用图标名称 Icon-72.png iPad应用图标名称 Icon-Small.png iPhone/iPod touch设置搜索结果图标名称 Icon-Small-50.png iPad设置搜索结果图标名称 iTunesArtwork.png iTunes图标名称]]></description>
			<content:encoded><![CDATA[<p>自绘ios icon 木框里面的质感貌似表现的不是很到位。。。</p>
<p>一天一个icon</p>
<p>一周一个blog.</p>
<p>&nbsp;</p>
<p><a href="http://www.bestwei.com/wp-content/uploads/2011/10/未标题-1.jpg"><img alt="" class="alignleft size-full wp-image-514" height="300" src="http://www.bestwei.com/wp-content/uploads/2011/10/未标题-1.jpg" title="未标题-1" width="400" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="font-family: 'Microsoft Yahei', helvetica, sans-serif; ">编辑器默认没有微软雅黑，每次还得自己替换font-family:Microsoft Yahei</span></p>
<p><span style="font-family: 'Microsoft Yahei', helvetica, sans-serif; ">坑爹啊！</span></p>
<p>&nbsp;</p>
<p><span style="font-family:Microsoft Yahei,helvetica,sans-serif;">顺便贴下ios应用图标尺寸规格：<span id="more-513"></span></span></p>
<p><span class="Apple-style-span" style="font-family: 'Microsoft Yahei', helvetica, sans-serif; ">iPhone 57 x 57 pixels 114 x 114 pixels (@2x)</span></p>
<p><span style="font-family:Microsoft Yahei,helvetica,sans-serif;">iPad 72 x 72 pixels</span></p>
<p><span style="font-family:Microsoft Yahei,helvetica,sans-serif;">设置搜索结果图标尺寸规格：<br />
	iPhone 29 x 29 pixels 58 x 58 pixels (@2x)<br />
	iPad 50 x 50 pixels</span></p>
<p><span style="font-family:Microsoft Yahei,helvetica,sans-serif;">iTunes图标尺寸规格：<br />
	512 x 512 pixels</span></p>
<p><span style="font-family:Microsoft Yahei,helvetica,sans-serif;">各个尺寸规格命名规范：<br />
	Icon.png iPhone/iPod touch应用图标名称<br />
	Icon-72.png iPad应用图标名称<br />
	Icon-Small.png iPhone/iPod touch设置搜索结果图标名称<br />
	Icon-Small-50.png iPad设置搜索结果图标名称<br />
	iTunesArtwork.png iTunes图标名称</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/ios-icon1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>基于地理位置的信息服务应用设计</title>
		<link>http://www.bestwei.com/2011/lbs_based_app_intro_video.html</link>
		<comments>http://www.bestwei.com/2011/lbs_based_app_intro_video.html#comments</comments>
		<pubDate>Fri, 07 Oct 2011 12:04:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ui设计]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=488</guid>
		<description><![CDATA[&#160; 基于地理位置的信息服务应用设计 &#160; &#160;软件功能：踩脚印，发广播，藏宝图，个人信息，主题风格 在基于地理位置的基础上可以 衍生出如给好友埋礼物，送优惠券等功能。 视频制作周期：两周，当时天天往北科跑，AE的图层多的自己眼睛都花了，好在最后按时 做完了。 介绍视频： &#160; 所用软件： &#160; Adobe Photoshop CS5；Adobe illustrator CS3；Adobe After effects CS4；Sony &#160; Vegas Pro10.0；Adobe&#160;Audition CS4。 &#160; 分辨率：1280&#215;720/HD &#160; 时长1：14]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;">基于地理位置的信息服务应用设计</span></span></p>
<p class="MsoNormal" style="line-height:50%">&nbsp;</p>
<p class="MsoNormal" style="line-height:50%"><img alt="" height="136" src="http://www.bestwei.com/slider/lbs_based_app_intro_video.jpg" width="550" /></p>
<p class="MsoNormal" style="line-height:50%"><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><span lang="EN-US"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p>&nbsp;软件功能：踩脚印，发广播，藏宝图，个人信息，主题风格 在基于地理位置的基础上可以</o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span class="Apple-style-span" style="font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 7px; ">衍生出如给好友埋礼物，送优惠券等功能。</span></p>
<p class="MsoNormal" style="line-height:50%"><span class="Apple-style-span" style="font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 7px; ">视频制作周期：两周，当时天天往北科跑，AE的图层多的自己眼睛都花了，好在最后按时</span></p>
<p class="MsoNormal" style="line-height:50%"><span class="Apple-style-span" style="font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 7px; ">做完了。</span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;">介绍视频：</span></span><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><span lang="EN-US"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p>&nbsp;<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="384" width="512"><param name="quality" value="high" /><param name="movie" value="http://player.youku.com/player.php/sid/XMjc4ODU3MTQ4/v.swf" /><embed height="384" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://player.youku.com/player.php/sid/XMjc4ODU3MTQ4/v.swf" type="application/x-shockwave-flash" width="512"></embed></object></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;">所用软件：<span id="more-488"></span></span></span><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><span lang="EN-US"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p>&nbsp;</o:p></span></span><span style="font-size:12px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;">Adobe Photoshop CS5</span><span style="mso-bidi-font-size:10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;">；<span lang="EN-US">Adobe illustrator CS3</span>；<span lang="EN-US">Adobe After effects CS4</span>；Sony </span></span></p>
<p class="MsoNormal" style="line-height:50%">&nbsp;</p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span style="mso-bidi-font-size:10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;">Vegas Pro10.0；</span></span><span class="Apple-style-span" style="line-height: normal; "><span style="font-size: 14px; line-height: 50%; font-family: 微软雅黑, sans-serif; ">Adobe</span><span class="Apple-style-span" style="line-height: 6px;">&nbsp;</span><span class="Apple-style-span" style="font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 7px; ">Audition CS4。</span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p>&nbsp;</o:p></span></span><span style="font-size:12px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;">分辨率：<span lang="EN-US">1280</span>&times;<span lang="EN-US">720/HD</span></span></span><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><span lang="EN-US"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p>&nbsp;</o:p></span></span><span style="font-size:12px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span lang="EN-US" style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></span></p>
<p class="MsoNormal" style="line-height:50%"><span style="font-size:14px;"><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;">时长<span lang="EN-US">1</span>：<span lang="EN-US">14</span></span></span><span style="mso-bidi-font-size:<br />
10.5pt;line-height:50%;font-family:&quot;微软雅黑&quot;,&quot;sans-serif&quot;"><span lang="EN-US"><o:p></o:p></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/lbs_based_app_intro_video.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Linux服务器工作流程图</title>
		<link>http://www.bestwei.com/2011/linux-vps-connect.html</link>
		<comments>http://www.bestwei.com/2011/linux-vps-connect.html#comments</comments>
		<pubDate>Thu, 15 Sep 2011 09:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=522</guid>
		<description><![CDATA[好大的图片，给某位同学做的。 基本的流程就是如图所示 客户端发起域名解析请求，由DNS解析域名，然后默认去寻找对应IP的80端口并讲head信息传给对方服务器的web程序（一直在监听80端口） 比如apache或者nginx，然后web程序根据你请求的域名和内容来返回对应的信息。 图片1：1显示竟然超出了边界，木办法 先这么着吧 非1：1显示效果太糟糕了。 &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:16px;">好大的图片，给某位同学做的。</span></p>
<p><span style="font-size:16px;">基本的流程就是如图所示</span></p>
<p><span style="font-size:16px;">客户端发起域名解析请求，由DNS解析域名，然后默认去寻找对应IP的80端口并讲head信息传给对方服务器的web程序（一直在监听80端口） 比如apache或者nginx，然后web程序根据你请求的域名和内容来返回对应的信息。</span></p>
<p><span style="font-size:16px;">图片1：1显示竟然超出了边界，木办法 先这么着吧 非1：1显示效果太糟糕了。</span></p>
<p>&nbsp;</p>
<p><a href="http://www.bestwei.com/wp-content/uploads/2011/10/Linux-服务器_VPS工作原理.jpg"><img alt="" class="alignleft size-full wp-image-523" height="450" src="http://www.bestwei.com/wp-content/uploads/2011/10/Linux-服务器_VPS工作原理.jpg" title="Linux 服务器_VPS工作原理" width="800" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.bestwei.com/wp-content/uploads/2011/10/Linux-服务器_VPS工作原理.jpg"><img alt="" class="alignleft size-full wp-image-523" height="309" src="http://www.bestwei.com/wp-content/uploads/2011/10/Linux-服务器_VPS工作原理.jpg" title="Linux 服务器_VPS工作原理" width="550" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/linux-vps-connect.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>同时支持ipv6和ipv4的openvpn客户端安装说明</title>
		<link>http://www.bestwei.com/2011/install_openvpn_client_with_ipv6.html</link>
		<comments>http://www.bestwei.com/2011/install_openvpn_client_with_ipv6.html#comments</comments>
		<pubDate>Fri, 02 Sep 2011 04:47:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=477</guid>
		<description><![CDATA[有需要可以联系我索要key，初步限定5个人。以回复次序为准。 同时支持ipv6和ipv4。 IPV4测速 &#160; &#160; &#160; &#160;theucd.com IPV6测速 &#160; &#160; &#160; ipv6.theucd.com 服务器在美国sanjose机房。对延迟要求很高的用户请勿索要。 安装说明： &#160; 1：下载工作 1：http://down.bestwei.com/proxy/openvpn-2.1.1-installer.rar 2：附件中的config.rar 2：安装工作 解压压缩包 然后右键点击openvpn-2.1.1-install.exe 以管理员模式安装-一定要已管理员模式 中间windows或者360等软件提示安装虚拟网卡驱动请选择同意 推荐直接安装在C盘 3：打ipv6补丁（家庭用户请忽视这条）： 复制openvpn.exe到安装路径下替换源文件，比如你安装到了C，那么路径就是 &#34;C:\Program Files\OpenVPN\bin\，如果找不到那么请对着桌面上的Openvpn-Gui图标点击右键，属性，查找目标来找到路径 4：复制配置文件 请把config.rar解压放到openvpn安装目录的config文件夹下 比如装到C盘的话就是C:\Program Files\OpenVPN\config 安装到其他盘的话你可以右键点击桌面的openvpn-gui的快捷方式-属性-看一下路径 配置文件需要放在config文件夹下，连接DSV4就是走ipv4，连接DSV6就是走ipv6（家庭用户无ipv6） &#160; 5：连接 双击桌面快捷方式打开，在任务栏出的图标点击邮件connect就可以了。 Enjoy！]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ffd700;"><span class="Apple-style-span" style="font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 21px; ">有需要可以联系我索要<span lang="EN-US">key</span>，初步限定5个人。以回复次序为准。</span></span></p>
<p><span style="color:#ffd700;"><span class="Apple-style-span" style="font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 21px; ">同时支持<span lang="EN-US">ipv6</span>和<span lang="EN-US">ipv4。</span></span></span></p>
<p>IPV4测速 &nbsp; &nbsp; &nbsp; &nbsp;theucd.com</p>
<p>IPV6测速 &nbsp; &nbsp; &nbsp; ipv6.theucd.com</p>
<p><span style="color:#ffa500;"><span class="Apple-style-span" style="font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 21px; ">服务器在美国<span lang="EN-US">sanjose</span>机房。对延迟要求很高的用户请勿索要。</span></span></p>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; overflow-x: auto; overflow-y: auto; font: normal normal normal 14px/normal Verdana; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); padding-top: 2px; padding-right: 4px; padding-bottom: 0px; padding-left: 4px; cursor: text; line-height: 1.5; color: rgb(0, 0, 0); ">
<div style="line-height: 1.5; ">
<div style="line-height: 1.5; ">
<p align="left" class="MsoNormal" style="text-align: left; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif"><br />
				</font></span></p>
</p></div>
<div style="font-family: Simsun; line-height: 1.5; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><span class="Apple-style-span" style="color: rgb(33, 89, 104); font-family: 微软雅黑, sans-serif; font-size: 24px; line-height: 26px; ">安装说明：<span id="more-477"></span></span></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; ">&nbsp;</p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US" style="font-size: 14pt; color: rgb(33, 89, 104); ">1</span><span style="font-size: 14pt; color: rgb(33, 89, 104); ">：下载工作<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US" style="color: rgb(33, 89, 104); ">1</span><span style="color: rgb(33, 89, 104); ">：<span lang="EN-US"><a href="http://down.bestwei.com/proxy/openvpn-2.1.1-installer.rar"><span style="color: rgb(0, 0, 127); ">http://down.bestwei.com/proxy/openvpn-2.1.1-installer.rar</span></a><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US" style="color: rgb(33, 89, 104); ">2</span><span style="color: rgb(33, 89, 104); ">：附件中的<span lang="EN-US">config.rar<o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US" style="font-size: 14pt; color: rgb(0, 176, 240); ">2</span><span style="font-size: 14pt; color: rgb(0, 176, 240); ">：安装工作<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>解压压缩包<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>然后右键点击<span lang="EN-US">openvpn-2.1.1-install.exe<o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span style="color: rgb(192, 0, 0); ">以管理员模式安装<span lang="EN-US">-</span>一定要已管理员模式 中间<span lang="EN-US">windows</span>或者<span lang="EN-US">360</span>等软件提示安装虚拟网卡驱动请选择同意<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>推荐直接安装在<span lang="EN-US">C</span>盘<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US" style="font-size: 14pt; color: rgb(112, 48, 160); ">3</span><span style="font-size: 14pt; color: rgb(112, 48, 160); ">：打<span lang="EN-US">ipv6</span>补丁</span><span style="color: red; ">（家庭用户请忽视这条）</span><span>：<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>复制<span lang="EN-US">openvpn.exe</span>到安装路径下替换源文件，比如你安装到了<span lang="EN-US">C</span>，那么路径就是</span><br clear="ALL" /><br />
				<span lang="EN-US"><o:p></o:p></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span><img src="http://www.bestwei.com/myimage/op.png" /></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US">&quot;C:\Program Files\OpenVPN\bin\</span><span>，如果找不到那么请对着桌面上的<span lang="EN-US">Openvpn-Gui</span>图标点击右键，属性，查找目标来找到路径<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US" style="font-size: 14pt; color: rgb(192, 0, 0); ">4</span><span style="font-size: 14pt; color: rgb(192, 0, 0); ">：复制配置文件<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>请把<span lang="EN-US">config.rar</span>解压放到<span lang="EN-US">openvpn</span>安装目录的<span lang="EN-US">config</span>文件夹下<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>比如装到<span lang="EN-US">C</span>盘的话就是<span lang="EN-US">C:\Program Files\OpenVPN\config<o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>安装到其他盘的话你可以右键点击桌面的<span lang="EN-US">openvpn-gui</span>的快捷方式<span lang="EN-US">-</span>属性<span lang="EN-US">-</span>看一下路径<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>配置文件需要放在<span lang="EN-US">config</span>文件夹下，连接DSV4就是走ipv4，连接DSV6就是走ipv6（家庭用户无ipv6）</span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US"><o:p>&nbsp;</o:p></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US" style="font-size: 14pt; color: rgb(14, 86, 31); ">5</span><span style="font-size: 14pt; color: rgb(14, 86, 31); ">：连接<span lang="EN-US"><o:p></o:p></span></span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span>双击桌面快捷方式打开，在任务栏出的图标点击邮件<span lang="EN-US">connect</span>就可以了。</span></font></span></p>
<p class="MsoNormal" style="line-height: 20pt; color: rgb(255, 0, 0); font-size: large; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: medium; "><font class="Apple-style-span" face="微软雅黑, sans-serif" style="line-height: 1.5; "><span lang="EN-US">Enjoy</span><span>！</span></font></span></p>
</p></div>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/install_openvpn_client_with_ipv6.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Burst windows VPS 通过VNC连接 汉化win2003 开3389教程</title>
		<link>http://www.bestwei.com/2011/burstwin.html</link>
		<comments>http://www.bestwei.com/2011/burstwin.html#comments</comments>
		<pubDate>Sat, 27 Aug 2011 04:52:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=471</guid>
		<description><![CDATA[综合下另外两篇的内容 发在这里 最近问这个问题的超级多 自己整理过wiki 大家有兴趣的可以跟着我的教程做 图文教程 纯原创。 另外两篇原文链接在我的博客 给Burst.net的windows 2003VPS安装中文支持和中文语言包 &#160;http://www.bestwei.com/2011/how-to-install-chinese-support-for-windows-server2003.html 收到Burst.net的服务器信息后应该做什么 burst windows VPS vnc教程&#160; http://www.bestwei.com/2011/how-to-use-burst-net-winvps.html VNC是一种远程桌面技术，不需要windows的支持 也就是说你甚至能看到你的winVPS启动的过程。 由于win2003一般是作为安全的服务器使用，所以系统第一次启动时候默认未开启远程桌面，因此我们需要用VNC来连接VPS打开远程桌面，由于VNC是把VPS的屏幕截图传输给你，因此速度可能会比较慢，但是我们就用一会儿～～～ 首先下载免费的VNC客户端软件 下载地址（复制到迅雷下载） http://down.bestwei.com/vps/vnc-4_1_1-x86_win32.exe 或者http://www.onlinedown.net/soft/44183.htm 然后查看你收到的VPS信息，比如是184.22.229.55:4457密码是345678 那就安装软件 中间默认选择就ok，然后打开桌面的VNC客户端 然后程序会提示你输入服务器 输入184.22.229.55:4457即可， VNC服务器ip和端口的查看方法是在burst solusVM面板里点击 VNC&#160;&#160;然后最上面会看到自己的主机名和ip 里面有一项是VNC的ip和VNC的端口 注：VNC第一次使用需要该密码，次序为：收到信息&#8211;进入面板&#8211;改VNC密码&#8211;重启VPS 然后按照下面教程连接你的VPS 点击确定5s钟之后会提示你输入密码，输入密码点击确定 就可以出现系统的界面了，如果是第一次使用，那么系统会做最后的设置密码的工作，，如图，设置完密码会自动重启 给Burst.net的windows 2003VPS安装中文支持和中文语言包 Burst.net收到后默认是2003web版或者2003企业版&#160;进去之后是英文的系统，而且由于国外VPS一般未安装东亚（中国韩国日本等国）语言支持，所以无**常显示中文，因此我们需要使其支持中文，不乱码。 首先要明白两个目的，我分两块来写，1是你拥有不错的英文知识，能够完美的运用英文的Windows2003配置网站，仅仅需要设置一下做到能支持中文软件和网页不乱码，&#160;那么你直接看第1部分（绿色）&#160;2如果你是完全的英语盲，那么请看第2部分（蓝色），给你的VPS安装上中文包，使其不但支持中文程序和网页，而且界面直接变成中文（有问题欢迎留言）。 第一部分&#160;仅仅修改控制面板使其支持中文网站和程序。&#160;方法点击Start（开始），contral panel（控制面板）-Region and language&#160;切换到第二个选项卡，勾选安装东亚语言（最后一个对勾）点击确定。如上面的图。&#160;，途中会提示你插入光盘，光盘的默认路径是D:\i386，不要着急，直接把D改成C，也就是说路径变成C:\i386就ok，安装完毕之后重启机器，大概5分钟之后再去连上VPS，进区域语言设置，这时候不要看第二个选项卡了，切换到第一个选项卡，把里面的English改成Chinese（simplified） 下面的改成China，如图。 然后切换到高级Advanced的选项卡，也设置为Chinese&#160;然后重启电脑，打开ie，打开www.baidu.com你就会发现中文完美显示了。&#160; &#160; &#160; &#160; &#160; &#160;&#160;第二部分&#160;&#160;&#160;如果你需要界面也显示中文，那么就安装中文语言包，下载地址 中文包下载地址是http://down.bestwei.com/soft/2003cn.iso 如果下载不了是你的ie安全设置设置的太高，请点击ie==tools==internet settings 然后切换到secruity，把enable改成disable，把disable改成enable（当然以后不要访问挂马网站噢～小心中病毒～～）/。。。。。 解压iso的Winrar下载地址http://www.rarlab.com/rar/wrar400.exe ie另存为 速度1MB多，如果提示不安全请直接点击add加入信任列表然后重新下载即可。 下完之后你还需要winrar来解压缩iso文件。&#160; &#160;解压完毕之后点击MUISETUP.exe安装，按照下图安装勾选 途中仍然会提示你光盘，点击确定，里面的路径是D:\i386，直接修改为C:\i386即可 如图&#160; 修改光盘路径 &#160;&#160;装完之后重启，然后&#160;点击Start（开始），contral panel（ 在上图把看到的English都修改成China或者Chinese（PRC）如图&#160;恩。&#160;然后重启机器就OK了！！！&#160;有问题留言。 有其他问题欢迎在文章下方直接留言提出～～～～～～～]]></description>
			<content:encoded><![CDATA[<p>综合下另外两篇的内容 发在这里</p>
<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 14px; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><font color="#4b0082" style="word-wrap: break-word; line-height: normal; ">最近问这个问题的超级多<br style="word-wrap: break-word; line-height: normal; " /><br />
	自己整理过wiki 大家有兴趣的可以跟着我的<span class="t_tag" href="tag.php?name=%E6%95%99%E7%A8%8B" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">教程</span>做 图文教程 纯原创。</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font size="3" style="word-wrap: break-word; line-height: normal; "><font color="#ff0000" style="word-wrap: break-word; line-height: normal; ">另外两篇原文链接在我的博客</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font color="#008080" style="word-wrap: break-word; line-height: normal; "><font size="2" style="word-wrap: break-word; line-height: normal; ">给<span class="t_tag" href="tag.php?name=Burst" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">Burst</span>.net的windows 2003<span class="t_tag" href="tag.php?name=VPS" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">VPS</span>安装<span class="t_tag" href="tag.php?name=%E4%B8%AD%E6%96%87" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">中文</span>支持和<span class="t_tag" href="tag.php?name=%E4%B8%AD%E6%96%87%E8%AF%AD%E8%A8%80" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">中文语言</span>包</font></font></font></span></p>
<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 14px; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#008080" style="word-wrap: break-word; line-height: normal; "><font size="2" style="word-wrap: break-word; line-height: normal; ">&nbsp;</font><a href="http://www.bestwei.com/2011/how-to-install-chinese-support-for-windows-server2003.html" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank">http://www.bestwei.com/2011/how-to-install-chinese-support-for-windows-server2003.html</a><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font size="2" style="word-wrap: break-word; line-height: normal; ">收到Burst.net的<span class="t_tag" href="tag.php?name=%E6%9C%8D%E5%8A%A1%E5%99%A8" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">服务器</span>信息后应该做什么 burst windows VPS vnc教程&nbsp;</font></font></font></span></p>
<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 14px; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#008080" style="word-wrap: break-word; line-height: normal; "><a href="http://www.bestwei.com/2011/how-to-use-burst-net-winvps.html" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank">http://www.bestwei.com/2011/how-to-use-burst-net-winvps.html</a></font></font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#080800" style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="2" style="word-wrap: break-word; line-height: normal; "><font color="#008080" style="word-wrap: break-word; line-height: normal; ">VNC是一种远程桌面技术，不需要windows的支持 也就是说你甚至能看到你的winVPS启动的过程。<span id="more-471"></span></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<span style="background-color:#fff0f5;"><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">由于win2003一般是作为安全的服务器使用，所以系统第一次启动时候默认未开启远程桌面，因此我们需要用VNC来连接VPS打开远程桌面，由于VNC是把VPS的屏幕截图传输给你，因此<span class="t_tag" href="tag.php?name=%E9%80%9F%E5%BA%A6" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">速度</span>可能会比较慢，但是我们就用一会儿～～～<br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">首先下载免费的VNC客户端软件<br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">下载地址（复制到迅雷下载）<br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<a href="http://down.bestwei.com/vps/vnc-4_1_1-x86_win32.exe" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank"><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">http://down.bestwei.com/vps/vnc-4_1_1-x86_win32.exe</font></a><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">或者<a href="http://www.onlinedown.net/soft/44183.htm" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank">http://www.onlinedown.net/soft/44183.htm</a><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; ">然后查看你收到的VPS信息，比如是184.22.229.55:4457密码是345678</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; ">那就安装软件 中间默认选择就ok，然后打开桌面的VNC客户端<img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1244_Burstnet1.png" style="word-wrap: break-word; line-height: normal; " /><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; ">然后程序会提示你输入服务器 输入184.22.229.55:4457即可，</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></span><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><font color="#ff0000" style="word-wrap: break-word; line-height: normal; ">VNC服务器ip和端口的查看方法是在burst solusVM面板里点击 VNC&nbsp;&nbsp;然后最上面会看到自己的<span class="t_tag" href="tag.php?name=%E4%B8%BB%E6%9C%BA" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">主机</span>名和ip<br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><font color="#ff0000" style="word-wrap: break-word; line-height: normal; ">里面有一项是VNC的ip和VNC的端口</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><font color="#ff0000" style="word-wrap: break-word; line-height: normal; ">注：VNC第一次使用需要该密码，次序为：收到信息&#8211;进入面板&#8211;改VNC密码&#8211;重启VPS</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><font color="#ff0000" style="word-wrap: break-word; line-height: normal; ">然后按照下面教程连接你的VPS</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<span style="background-color:#e6e6fa;"><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1244_Burstnet2.jpg" style="word-wrap: break-word; line-height: normal; " /><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font style="word-wrap: break-word; line-height: normal; font-size: 10pt; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font style="word-wrap: break-word; line-height: normal; font-size: 10pt; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font style="word-wrap: break-word; line-height: normal; font-size: 10pt; ">点击确定5s钟之后会提示你输入密码，输入密码点击确定 就可以出现系统的界面了，如果是第一次使用，那么系统会做最后的设置密码的工作，，如图，设置完密码会自动重启<br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font></span><br style="word-wrap: break-word; line-height: normal; " /><br />
	<img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1244_Burstnet3.jpg" style="word-wrap: break-word; line-height: normal; " /><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1244_Burstnet4.png" style="word-wrap: break-word; line-height: normal; " /><img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1244_Burstnet5.jpg" style="word-wrap: break-word; line-height: normal; " /><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1244_Burstnet6.jpg" style="word-wrap: break-word; line-height: normal; " /><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1244_Burstnet7.jpg" style="word-wrap: break-word; line-height: normal; " /><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1244_Burstnet8.jpg" style="word-wrap: break-word; line-height: normal; " /><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<a href="http://www.bestwei.com/2011/how-to-install-chinese-support-for-windows-server2003.html" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank"><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">给Burst.net的windows 2003VPS安装中文支持和中文语言包</font></a><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">Burst.net收到后默认是2003web版或者2003企业版&nbsp;</font></font></font><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; ">进去之后是英文的系统，而且由于国外VPS一般未安装东亚（中国韩国日本等国）语言支持，所以无**常显示中文，因此我们需要使其支持中文，不乱码。</font></font><font style="word-wrap: break-word; line-height: normal; font-size: 16px; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">首先要明白两个目的，<font color="#008080" style="word-wrap: break-word; line-height: normal; ">我分两块来写，1是你拥有不错的英文知识，能够完美的运用英文的<span class="t_tag" href="tag.php?name=Windows" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">Windows</span>2003配置网站，仅仅需要设置一下做到能支持中文软件和网页不乱码，&nbsp;</font></font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#008080" style="word-wrap: break-word; line-height: normal; ">那么你直接看第1部分（绿色）&nbsp;</font></font></font><font color="#008080" style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font style="word-wrap: break-word; line-height: normal; font-size: 16px; ">2如果你是完全的英语盲，那么请看第2部分（蓝色），给你的VPS安装上中文包，使其不但支持中文程序和网页，而且界面直接变成中文（有问题欢迎留言）</font></font>。</font></font><font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font color="#006400" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font style="word-wrap: break-word; line-height: normal; font-size: 22pt; ">第一部分&nbsp;</font></font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">仅仅修改<span class="t_tag" href="tag.php?name=%E6%8E%A7%E5%88%B6%E9%9D%A2%E6%9D%BF" style="word-wrap: break-word; line-height: normal; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); white-space: nowrap; ">控制面板</span>使其支持中文网站和程序。&nbsp;</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">方法点击Start（开始），contral panel（控制面板）-Region and language&nbsp;</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">切换到第二个选项卡，勾选安装东亚语言（最后一个对勾）点击确定。如上面的图。&nbsp;</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">，途中会提示你插入光盘，光盘的默认路径是D:\i386，不要着急，直接把D改成C，也就是说路径变成C:\i386就ok，安装完毕之后重启机器，大概5分钟之后再去连上VPS，进区域语言设置，这时候不要看第二个选项卡了，切换到第一个选项卡，把里面的English改成Chinese（simplified） 下面的改成China，如图。</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font color="#006400" style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">然后切换到高级Advanced的选项卡，也设置为Chinese&nbsp;</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">然后重启电脑，打开ie，打开<a href="http://www.baidu.com/" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank">www.baidu.com</a>你就会发现中文完美显示了。&nbsp;</font></font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; ">&nbsp; &nbsp;<img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1321_Burstnetwin1.png" style="word-wrap: break-word; line-height: normal; " /><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	<a href="http://www.bestwei.com/wp-content/uploads/2011/05/ccc.jpg" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank"><img alt="" border="0" height="515" src="http://www.bestwei.com/wp-content/uploads/2011/05/ccc.jpg" style="word-wrap: break-word; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; line-height: normal; " width="515" /></a></font></font></font><font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">&nbsp;</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font><font color="#000" style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font color="#000" style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	&nbsp; &nbsp;<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#00bfff" style="word-wrap: break-word; line-height: normal; ">&nbsp;</font><font color="#008080" style="word-wrap: break-word; line-height: normal; "><font style="word-wrap: break-word; line-height: normal; font-size: 24pt; ">第二部分&nbsp;</font>&nbsp;&nbsp;<font size="3" style="word-wrap: break-word; line-height: normal; ">如果你需要界面也显示中文，那么就安装中文语言包，下载地址 中文包下载地址是<a href="http://down.bestwei.com/soft/2003cn.iso" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank">http://down.bestwei.com/soft/2003cn.iso</a><br style="word-wrap: break-word; line-height: normal; " /><br />
	如果下载不了是你的ie安全设置设置的太高，请点击ie==tools==internet settings 然后切换到secruity，把enable改成disable，把disable改成enable（当然以后不要访问挂马网站噢～小心中病毒～～）/。。。。。 解压iso的Winrar下载地址<a href="http://www.rarlab.com/rar/wrar400.exe" style="word-wrap: break-word; color: rgb(0, 102, 153); text-decoration: none; line-height: normal; " target="_blank">http://www.rarlab.com/rar/wrar400.exe</a><br style="word-wrap: break-word; line-height: normal; " /><br />
	ie另存为 速度1MB多，如果提示不安全请直接点击add加入信任列表然后重新下载即可。<br style="word-wrap: break-word; line-height: normal; " /><br />
	下完之后你还需要winrar来解压缩iso文件。&nbsp; &nbsp;解压完毕之后点击MUISETUP.exe安装，按照下图安装勾选</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#008080" style="word-wrap: break-word; line-height: normal; "><font size="3" style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font size="4" style="word-wrap: break-word; line-height: normal; "><font color="#ff0000" style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">途中仍然会提示你光盘，点击确定，里面的路径</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">是</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; ">D:\i386，直接修改为C:\i386即可</font></font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1321_Burstnetwin3.jpg" style="word-wrap: break-word; line-height: normal; " /></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; ">如图&nbsp;</font></font></font><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1321_Burstnetwin4.jpg" style="word-wrap: break-word; line-height: normal; " /></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="Simsun " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font size="4" style="word-wrap: break-word; line-height: normal; "><font color="#ff0000" style="word-wrap: break-word; line-height: normal; ">修改光盘路径</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><img alt="" border="0" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1321_Burstnetwin5.jpg" style="word-wrap: break-word; line-height: normal; " /></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; ">&nbsp;&nbsp;</font></font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; ">装完之后重启，然后&nbsp;</font></font></font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; ">点击Start（开始），contral panel（</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="Simsun " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><img alt="" border="0" height="276" src="http://www.bestwei.com/wp-content/uploads/2011/05/050611_1321_Burstnetwin6.jpg" style="word-wrap: break-word; line-height: normal; " width="335" /></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; "><font color="#000" style="word-wrap: break-word; line-height: normal; "><font face="Simsun " style="word-wrap: break-word; line-height: normal; "><br style="word-wrap: break-word; line-height: normal; " /><br />
	</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<font size="5" style="word-wrap: break-word; line-height: normal; "><font color="#ff0000" style="word-wrap: break-word; line-height: normal; "><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">在上图把看到的English都修改成China或者Chinese（PRC）</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">如图&nbsp;</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">恩。&nbsp;</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">然后重启机器就OK了！！！&nbsp;</font><font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">有问题留言。</font></font></font><br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<br style="word-wrap: break-word; line-height: normal; " /><br />
	<font face="微软雅黑 " style="word-wrap: break-word; line-height: normal; ">有其他问题欢迎在文章下方直接留言提出～～～～～～～</font><br style="word-wrap: break-word; line-height: normal; " /><br />
	</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/burstwin.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>郁闷啊 刷个杯子都能把手割破 真是背到了极点</title>
		<link>http://www.bestwei.com/2011/%e9%83%81%e9%97%b7%e5%95%8a-%e5%88%b7%e4%b8%aa%e6%9d%af%e5%ad%90%e9%83%bd%e8%83%bd%e6%8a%8a%e6%89%8b%e5%89%b2%e7%a0%b4-%e7%9c%9f%e6%98%af%e8%83%8c%e5%88%b0%e4%ba%86%e6%9e%81%e7%82%b9.html</link>
		<comments>http://www.bestwei.com/2011/%e9%83%81%e9%97%b7%e5%95%8a-%e5%88%b7%e4%b8%aa%e6%9d%af%e5%ad%90%e9%83%bd%e8%83%bd%e6%8a%8a%e6%89%8b%e5%89%b2%e7%a0%b4-%e7%9c%9f%e6%98%af%e8%83%8c%e5%88%b0%e4%ba%86%e6%9e%81%e7%82%b9.html#comments</comments>
		<pubDate>Wed, 10 Aug 2011 08:24:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=469</guid>
		<description><![CDATA[今天下午想泡点奶茶喝，于是去刷玻璃杯，没想到在刷杯子的时候竟然杯子碎了，手背立刻血流不止 &#160; 好在刚才止住血了，手臂向上举，貌似说血液流出速度会减缓， 。 &#160; 期待别再出啥岔子了，马上开学了，修整下准备开学。]]></description>
			<content:encoded><![CDATA[<p>今天下午想泡点奶茶喝，于是去刷玻璃杯，没想到在刷杯子的时候竟然杯子碎了，手背立刻血流不止</p>
<p>&nbsp;</p>
<p>好在刚才止住血了，手臂向上举，貌似说血液流出速度会减缓， <img alt=":(" src="http://www.bestwei.com/wp-content/plugins/fckeditor-for-wordpress-plugin/ckeditor/plugins/smiley/images/sad_smile.gif" title=":(" />。</p>
<p>&nbsp;</p>
<p>期待别再出啥岔子了，马上开学了，修整下准备开学。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/%e9%83%81%e9%97%b7%e5%95%8a-%e5%88%b7%e4%b8%aa%e6%9d%af%e5%ad%90%e9%83%bd%e8%83%bd%e6%8a%8a%e6%89%8b%e5%89%b2%e7%a0%b4-%e7%9c%9f%e6%98%af%e8%83%8c%e5%88%b0%e4%ba%86%e6%9e%81%e7%82%b9.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>怎么清理谷歌浏览器chrome地址栏里的某个网址</title>
		<link>http://www.bestwei.com/2011/%e6%80%8e%e4%b9%88%e6%b8%85%e7%90%86%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%9c%b0%e5%9d%80%e6%a0%8f%e9%87%8c%e7%9a%84%e6%9f%90%e4%b8%aa%e7%bd%91%e5%9d%80.html</link>
		<comments>http://www.bestwei.com/2011/%e6%80%8e%e4%b9%88%e6%b8%85%e7%90%86%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%9c%b0%e5%9d%80%e6%a0%8f%e9%87%8c%e7%9a%84%e6%9f%90%e4%b8%aa%e7%bd%91%e5%9d%80.html#comments</comments>
		<pubDate>Mon, 08 Aug 2011 08:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=464</guid>
		<description><![CDATA[如果经常输入网址上某个网站，以后输入前几个字母，下面就可以自动出来关于这个网址的建议网址 ，怎样可以删掉这一条网址，很烦人那。。。 按Ctrl+H打开历史记录，点右边的&#8220;编辑项&#8221;，找到你想删除的那条历史记录，在它前面的复选框上打勾，删除。 找不到可以先在左上角搜索噢 http://www.google.com/support/chrome/bin/answer.py?answer=95537 删除浏览历史记录 您可以从 Google Chrome 浏览器中删除部分或全部浏览记录。 清除所有浏览历史记录 点击浏览器工具栏上的扳手图标&#160;。 选择工具。 选择清除浏览数据。 在显示的对话框中，选中&#8220;清除浏览历史记录&#8221;复选框。 使用顶部的菜单选择您要删除的数据量。选择全部清除所有浏览历史记录。 点击清除浏览数据。 当您清除浏览记录时，会删除以下信息： &#8220;历史记录&#8221;页中列出的您访问过的网址 您访问过的网页的缓存文本 新标签页上显示的您最常访问的网页的快照 从您访问过的网页中预提取的任何 IP 地址]]></description>
			<content:encoded><![CDATA[<p><span style="color:#add8e6;"><br />
	</span></p>
<table cellpadding="0" cellspacing="0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; word-wrap: break-word; empty-cells: show; border-collapse: collapse; table-layout: fixed; width: 757px; ">
<tbody style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; word-wrap: break-word; ">
<tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; word-wrap: break-word; ">
<td class="t_f" id="postmessage_68565" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; word-wrap: break-word; font-size: 14px; ">
<p><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Tahoma, Helvetica, SimSun, sans-serif; line-height: 18px; ">如果经常输入网址上某个网站，以后输入前几个字母，下面就可以自动出来关于这个网址的建议网址</span></span></p>
<p><span style="color:#add8e6;"><br />
					</span></p>
<p><span style="color:#add8e6;"><br />
					</span></p>
<p><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Tahoma, Helvetica, SimSun, sans-serif; line-height: 18px; ">，怎样可以删掉这一条网址，很烦人那。。。<br />
					</span></span></p>
</td>
</tr>
</tbody>
</table>
<p><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Tahoma, Helvetica, SimSun, sans-serif; font-size: 14px; line-height: 21px; ">按Ctrl+H打开历史记录，点右边的&ldquo;编辑项&rdquo;，找到你想删除的那条历史记录，在它前面的复选框上打勾，删除。</span></span></p>
<p><span style="color:#add8e6;"><br />
	</span></p>
<p><span style="color:#add8e6;">找不到可以先在左上角搜索噢</span></p>
<p><span style="color:#add8e6;"><a href="http://www.google.com/support/chrome/bin/answer.py?answer=95537">http://www.google.com/support/chrome/bin/answer.py?answer=95537</a></span></p>
<p><span style="color:#add8e6;"><span id="more-464"></span><br />
	</span></p>
<div class="answer_heading">
<h2 class="answer-title" style="font: normal normal normal 20px/24px Arial; color: rgb(32, 32, 32); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0.5em; padding-bottom: 0px; padding-left: 0px; display: inline; float: left; "><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">删除浏览历史记录</span></span></h2>
<div class="clear" style="clear: both; "><span style="color:#add8e6;"><br />
		</span></div>
</div>
<div class="article_content" id="article-content-div">
<p><span style="color:#add8e6;"><br />
		</span></p>
<p>	<span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">您可以从 Google Chrome 浏览器中删除部分或全部浏览记录。</span></span></p>
<p><span style="color:#add8e6;"><br />
		</span></p>
<h3 style="font: normal normal bold 13px/14px Arial; color: rgb(17, 17, 17); "><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">清除所有浏览历史记录</span></span></h3>
<ol>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">点击浏览器工具栏上的扳手图标&nbsp;<img align="absmiddle" alt="扳手图标" src="http://www.google.com/help/hc/images/chrome_toolsmenu.gif" />。</span></span></li>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">选择<strong>工具</strong>。</span></span></li>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">选择<strong>清除浏览数据</strong>。</span></span></li>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">在显示的对话框中，选中&ldquo;清除浏览历史记录&rdquo;复选框。</span></span></li>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">使用顶部的菜单选择您要删除的数据量。选择<strong>全部</strong>清除所有浏览历史记录。</span></span></li>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">点击<strong>清除浏览数据</strong>。</span></span></li>
</ol>
<p><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">当您清除浏览记录时，会删除以下信息：</span></span></p>
<ul>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">&ldquo;历史记录&rdquo;页中列出的您访问过的网址</span></span></li>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">您访问过的网页的缓存文本</span></span></li>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">新标签页上显示的您最常访问的网页的快照</span></span></li>
<li><span style="color:#add8e6;"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">从您访问过的网页中预提取的任何 IP 地址</span></span></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/%e6%80%8e%e4%b9%88%e6%b8%85%e7%90%86%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%9c%b0%e5%9d%80%e6%a0%8f%e9%87%8c%e7%9a%84%e6%9f%90%e4%b8%aa%e7%bd%91%e5%9d%80.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>原生IPv6的可用DNS服务器列表(支持AAAA记录查询)</title>
		<link>http://www.bestwei.com/2011/%e5%8e%9f%e7%94%9fipv6%e7%9a%84%e5%8f%af%e7%94%a8dns%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%88%97%e8%a1%a8%e6%94%af%e6%8c%81aaaa%e8%ae%b0%e5%bd%95%e6%9f%a5%e8%af%a2.html</link>
		<comments>http://www.bestwei.com/2011/%e5%8e%9f%e7%94%9fipv6%e7%9a%84%e5%8f%af%e7%94%a8dns%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%88%97%e8%a1%a8%e6%94%af%e6%8c%81aaaa%e8%ae%b0%e5%bd%95%e6%9f%a5%e8%af%a2.html#comments</comments>
		<pubDate>Mon, 08 Aug 2011 08:22:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.bestwei.com/?p=461</guid>
		<description><![CDATA[&#160; &#160; 最新下载地址http://www.chaz6.com/files/resolv.conf 如果失效点击这里http://down.bestwei.com/blog/ipv6/ipv6_DNS_by_bestwei.com.rar &#160; ; ; /etc/resolv.conf ; Compiled by Chris Hills (chaz@chaz6.com) ; ; This list can be obtained from the following locations:- ; &#8211; http://www.chaz6.com/files/resolv.conf ; &#8211; http://gitorious.org/chaz6/chaz6-dns-caches ; &#8211; git://gitorious.org/chaz6/chaz6-dns-caches.git ; ; Note 1: Having many nameservers defined can significantly slow down your ; &#160; &#160; &#160; &#160; system, so you are advised to pick a small selection to use. ; ; Note 2: Entries marked with &#34;filtered&#34; may not be accessible from ; &#160; &#160; &#160; &#160; outside the local network. &#160; ; [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&nbsp;</p>
<p>最新下载地址<a href="http://www.chaz6.com/files/resolv.conf">http://www.chaz6.com/files/resolv.conf</a></p>
<p>如果失效点击这里<a href="http://down.bestwei.com/blog/ipv6/ipv6_DNS_by_bestwei.com.rar">http://down.bestwei.com/blog/ipv6/ipv6_DNS_by_bestwei.com.rar</a></p>
<p>&nbsp;</p>
<p>;</p>
<p>; /etc/resolv.conf</p>
<p>; Compiled by Chris Hills (chaz@chaz6.com)</p>
<p>;</p>
<p>; This list can be obtained from the following locations:-</p>
<p>; &#8211; http://www.chaz6.com/files/resolv.conf<span id="more-461"></span></p>
<p>; &#8211; http://gitorious.org/chaz6/chaz6-dns-caches</p>
<p>; &#8211; git://gitorious.org/chaz6/chaz6-dns-caches.git</p>
<p>;</p>
<p>; Note 1: Having many nameservers defined can significantly slow down your</p>
<p>; &nbsp; &nbsp; &nbsp; &nbsp; system, so you are advised to pick a small selection to use.</p>
<p>;</p>
<p>; Note 2: Entries marked with &quot;filtered&quot; may not be accessible from</p>
<p>; &nbsp; &nbsp; &nbsp; &nbsp; outside the local network.</p>
<p>&nbsp;</p>
<p>;</p>
<p>; Chaz6</p>
<p>; These servers support DNSSEC (Both IANA ITAR and DLV)</p>
<p>;</p>
<p>nameserver 2001:16d8:dd22:38::2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; ns-v6-1.dk-aal.dk-cph-01.chaz6.com. &#8211; BIND 9</p>
<p>nameserver 2001:16d8:ee0f:38::2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; ns-v6-1.dk-aal.no-osl-01.chaz6.com. &#8211; BIND 9</p>
<p>&nbsp;</p>
<p>;</p>
<p>; DNS OARC &#8211; see https://www.dns-oarc.net/oarc/services/odvr</p>
<p>; These servers support DNSSEC</p>
<p>;</p>
<p>nameserver 2001:4f8:3:2bc:1::64:20 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; bind.odvr.dns-oarc.net. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8211; BIND 9</p>
<p>nameserver 149.20.64.20 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; bind.odvr.dns-oarc.net. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8211; BIND 9</p>
<p>nameserver 2001:4f8:3:2bc:1::64:21 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; unbound.odvr.dns-oarc.net. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Unbound</p>
<p>nameserver 149.20.64.21 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; unbound.odvr.dns-oarc.net. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Unbound</p>
<p>nameserver 2001:4f8:3:2bc:1::64:22 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; iana-testbed.odvr.dns-oarc.net. &nbsp; &nbsp; &#8211; BIND 9 (IANA-testbed)</p>
<p>nameserver 149.20.64.22 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; iana-testbed.odvr.dns-oarc.net. &nbsp; &nbsp; &#8211; BIND 9 (IANA-testbed)</p>
<p>&nbsp;</p>
<p>;</p>
<p>; IANA &#8211; https://ns.iana.org/dnssec/diagram.html</p>
<p>; This server contains a DNSSEC-signed root zone</p>
<p>;</p>
<p>nameserver 66.165.162.24 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; dnssec.mia.icann.org.</p>
<p>&nbsp;</p>
<p>;</p>
<p>; Comcast DNSSEC Trial &#8211; see http://www.dnssec.comcast.net/</p>
<p>; These servers support DNSSEC but not IPv6</p>
<p>;</p>
<p>nameserver 68.87.64.154 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; phil-dnssec-trial.inflow.pa.bo.comcast.net.</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Nominum Vantio &#8211; IANA ITAR Enabled</p>
<p>nameserver 68.87.68.170 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; atlt-dnssec-trial.s3woodstock.ga.atlanta.comcast.net.</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; ISC BIND &#8211; DLV Enabled</p>
<p>nameserver 68.87.69.154 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; bvrt-dnssec-trial.beaverton.or.bverton.comcast.net.</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; NLNet Labs Unbound &#8211; IANA ITAR and DLV Enabled</p>
<p>&nbsp;</p>
<p>;</p>
<p>; Hurricane Electric</p>
<p>;</p>
<p>nameserver 2001:470:20::2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Anycast</p>
<p>nameserver 74.82.42.42 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; Anycast</p>
<p>nameserver 2001:470:0:45::2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; 1g-bge0.tserv3.fmt2.ipv6.he.net.</p>
<p>nameserver 2001:470:0:78::2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; 1g-bge0.tserv8.dal1.ipv6.he.net.</p>
<p>nameserver 2001:470:0:7d::2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; 1g-bge0.tserv11.ams1.ipv6.he.net.</p>
<p>nameserver 2001:470:0:8c::2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv12.mia1.ipv6.he.net.</p>
<p>nameserver 2001:470:0:c0::2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv21.tor1.ipv6.he.net</p>
<p>nameserver 72.52.104.74 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv1,fmt2.ipv6.he.net. tserv3.fmt2.ipv6.he.net.</p>
<p>nameserver 74.82.46.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv22.tyo1.ipv6.he.net.</p>
<p>nameserver 209.51.161.14 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; tserv1.nyc4.ipv6.he.net.</p>
<p>nameserver 216.66.80.26 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv5.lon1.ipv6.he.net.</p>
<p>nameserver 216.66.80.30 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv1.fra1.ipv6.he.net. tserv6.fra1.ipv6.he.net.</p>
<p>nameserver 216.66.80.90 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv24.sto1.ipv6.he.net.</p>
<p>nameserver 216.66.80.98 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv23.zrh1.ipv6.he.net.</p>
<p>nameserver 216.66.22.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; tserv1.ash1.ipv6.he.net. tserv13.ash1.ipv6.he.net.</p>
<p>nameserver 216.66.38.58 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; tserv1.tor1.ipv6.he.net. tserv21.tor1.ipv6.he.net.</p>
<p>nameserver 216.218.221.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; tserv1.hkg1.ipv6.he.net. tserv20.hkg1.ipv6.he.net.</p>
<p>nameserver 216.218.226.238 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; tserv1.sea1.ipv6.he.net. tserv14.sea1.ipv6.he.net.</p>
<p>nameserver 2001:470:0:470::470 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; ns1.fmt.he.net. &#8211; Filtered</p>
<p>nameserver 2001:470:0:471::471 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; ns2.fmt.he.net. &#8211; Filtered</p>
<p>nameserver 2001:470:0:472::472 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; ns1.sjc.he.net. &#8211; Filtered</p>
<p>nameserver 2001:470:0:473::473 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; ns1.fmt2.he.net. &#8211; Filtered</p>
<p>&nbsp;</p>
<p>;</p>
<p>; Cogent</p>
<p>; These servers may not be reachable as Cogent does not have peering with some ISPs and refuses to buy transit.</p>
<p>;</p>
<p>nameserver 2001:978:1:1::d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; eu-res1.dns.cogentco.com.</p>
<p>nameserver 2001:978:1:2::d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; eu-res2.dns.cogentco.com.</p>
<p>nameserver 2001:978:1:20::1a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res1-fra03-v6.sys.cogentco.com.</p>
<p>nameserver 2001:978:1:22::1a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res1-mad05-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:1::d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; na-res1.dns.cogentco.com.</p>
<p>nameserver 2001:550:1:2::d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; na-res2.dns.cogentco.com.</p>
<p>nameserver 2001:550:1:2:203:baff:fe2c:c022 &nbsp; &nbsp; &nbsp; ; &lt;unknown&gt;</p>
<p>nameserver 2001:550:1:20::1a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res1-herndon-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:21::2a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res2-herndon-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:22::1a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res1-nyc-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:23::2a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res2-nyc-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:24::1a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res1-chi-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:25::2a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res2-chi-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:26::1a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res1-la-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:27::2a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; res2-la-v6.sys.cogentco.com.</p>
<p>nameserver 2001:550:1:27:203:baff:fe2c:c022 &nbsp; &nbsp; &nbsp;; &lt;unknown&gt;</p>
<p>&nbsp;</p>
<p>;</p>
<p>; Google</p>
<p>; http://googlecode.blogspot.com/2009/12/introducing-google-public-dns-new-dns.html</p>
<p>;</p>
<p>nameserver 8.8.8.8 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; google-public-dns-a.google.com.</p>
<p>nameserver 8.8.4.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; google-public-dns-b.google.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestwei.com/2011/%e5%8e%9f%e7%94%9fipv6%e7%9a%84%e5%8f%af%e7%94%a8dns%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%88%97%e8%a1%a8%e6%94%af%e6%8c%81aaaa%e8%ae%b0%e5%bd%95%e6%9f%a5%e8%af%a2.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

