<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>吾曰 &#187; 电脑网络</title>
	<atom:link href="http://hihigh.net/category/computerinternet/feed/" rel="self" type="application/rss+xml" />
	<link>http://hihigh.net</link>
	<description>Just one last talk</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:42:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>grub重写MBR</title>
		<link>http://hihigh.net/2010/02/grub-rewrite-mbr/</link>
		<comments>http://hihigh.net/2010/02/grub-rewrite-mbr/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 04:42:58 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hihigh.net/2010/02/grub%e9%87%8d%e5%86%99mbr/</guid>
		<description><![CDATA[一不小心MBR被XP重写，所以不能引导到Linux了，早上用优盘做了一个GRUB的启动工具，进入grub的菜单后，按C进..... ]]></description>
			<content:encoded><![CDATA[<p>一不小心MBR被XP重写，所以不能引导到Linux了，早上用优盘做了一个GRUB的启动工具，进入grub的菜单后，按C进入命令行，输入：</p>
<p>grub&gt;find /boot/grub/core.img</p>
<p>(hdx,y)</p>
<p>grub&gt;root (hdx,y)</p>
<p>grub&gt;kernel /boot/grub/core.img</p>
<p>grub&gt;boot</p>
<p>这样手工引导进入linux（我用的是ubuntu9.10），打开终端，输入：</p>
<p>sudo grub-install /dev/sda</p>
<p>好了，grub又重新写入第一个硬盘的MBR中了。</p>
<h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2009/12/ubuntu-network-management-device-is-not-managed/" title="ubuntu 网络管理 设备未托管">ubuntu 网络管理 设备未托管</a></li><li><a href="http://hihigh.net/2009/11/ubuntu-installation-settings-complete/" title="ubuntu安装设置完毕">ubuntu安装设置完毕</a></li><li><a href="http://hihigh.net/2009/10/linux-experience/" title="Linux心得">Linux心得</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2010/02/grub-rewrite-mbr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>好慢的网速</title>
		<link>http://hihigh.net/2010/01/good-slow-speed/</link>
		<comments>http://hihigh.net/2010/01/good-slow-speed/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 01:58:23 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[寒假]]></category>
		<category><![CDATA[常识]]></category>
		<category><![CDATA[网速]]></category>

		<guid isPermaLink="false">http://hihigh.net/?p=359</guid>
		<description><![CDATA[兴奋的从学校回来，打开电脑上网下载些东西，发现峰值速度才125KB/S，丫的，电信ADSL的带宽怎么只有1Mbps了..... ]]></description>
			<content:encoded><![CDATA[<p>兴奋的从学校回来，打开电脑上网下载些东西，发现峰值速度才125KB/S，丫的，电信ADSL的带宽怎么只有1Mbps了呢？暑假在家里还是2Mbps，搞什么啊，真火啊！！！电信真TMD不是东西，在学校以前用的是电信天翼套餐，刚开始下行4Mbps，到后来只有2Mbps，而且独立账户之间还会互相影响，那还不如使用路由器呢，在办理天翼套餐送手机时候说好账户使用6个月就可以免费送的，到最后想注销时，还得将天翼还过去，怎么这么不上路子呢~~</p>
<p>想想在学校使用VPN的日子，哎，那叫爽呀，下行带宽8Mbps，也就是说峰值速度是1MB/S。</p>
<p>PS.补充些常识哈，有童鞋会问那下行时2Mbps的带宽，怎么下载速度最大没有2MB/s呢？额，其实这里的2Mbps是指2兆位/秒,位（即bit）是物理层传输时使用的单位，而字节（即byte）是应用层使用的单位，一个中文汉字是2字节，英文是1字节，1 byte = 8 bit，这一我们就能推算下行2Mbps的最大下载速度就是2/8M Byte/s，1兆约等于1000 KB（严格说是1024倍），所以呢0.25*1000=250，即下载的峰值速度是250KBps</p>
<h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2010/01/winter-start/" title="寒假开始">寒假开始</a></li><li><a href="http://hihigh.net/2009/02/vacation-stage-summary/" title="寒假阶段性总结">寒假阶段性总结</a></li><li><a href="http://hihigh.net/2009/01/vacation-notepad-third-day/" title="寒假记事：第三天">寒假记事：第三天</a></li><li><a href="http://hihigh.net/2009/01/vacation-notepad-the-next-day/" title="寒假记事：第二天">寒假记事：第二天</a></li><li><a href="http://hihigh.net/2009/01/vacation-notepad-the-first-day-of/" title="寒假记事：第一天">寒假记事：第一天</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2010/01/good-slow-speed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>量产成功</title>
		<link>http://hihigh.net/2010/01/the-success-of-mass-production/</link>
		<comments>http://hihigh.net/2010/01/the-success-of-mass-production/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 16:59:09 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>

		<guid isPermaLink="false">http://hihigh.net/2010/01/%e9%87%8f%e4%ba%a7%e6%88%90%e5%8a%9f/</guid>
		<description><![CDATA[今晚和舍友打完dota后，佩服自己的水平是菜得无法形容，被疯狂虐后，心灰意冷，感叹自己游戏天赋不行加之后..... ]]></description>
			<content:encoded><![CDATA[<p>今晚和舍友打完dota后，佩服自己的水平是菜得无法形容，被疯狂虐后，心灰意冷，感叹自己游戏天赋不行加之后天的不努力，所以成为对方的抢手菜，在他们面前我是只口感超好的羊。。。。<br />
蛋疼之后，无聊之余便拿起舍友的优盘尝试量产，之前几次用自己的都没成功，失败当然不是主关原因，不同的软件对主控的支持是不一样的，必竟优盘不是买来让你量产的。chipgenius检测出主控是芯邦2091的，网上下了与之配套的量产工具，都提示说找不到flash类型，猜想是检测出了问题，于是拆开优盘，看了下芯片，是2090而非2091，换了工具，成功检测出flash型号，万事俱备，开始量产拉！<br />
首先高格一下优盘，再将之做成cd-rom，过成很间但，这里就不多说了，我是随便找了一个ubuntu的iso文件放进去的，漫长的等待后，提示完成，但这并不带表成功，重启电脑，选怎usb-rom启动，当看到ubuntu的安装画面，心中窃喜，量产成功了！<br />
总结一下心得，chipgenius检测并不很准确，最好拆开看看！还有就是并不是每个优盘都能量产的，所以不要一味钻进死胡同，发现不行，就停止，没必要浪费时间！</p>
<h3  class="related_post_title">最热日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2008/07/google-adsense-is-finally-successful-applicants/" title="Google Adsense终于申请成功">Google Adsense终于申请成功</a></li><li><a href="http://hihigh.net/2008/07/north-have-beauty/" title="北方有佳人">北方有佳人</a></li><li><a href="http://hihigh.net/2008/10/%e5%9b%a7life/" title="囧的生活">囧的生活</a></li><li><a href="http://hihigh.net/2008/07/i-do-thank-the-ocean-to-the-logo/" title="感谢ocean给俺做的logo">感谢ocean给俺做的logo</a></li><li><a href="http://hihigh.net/2008/09/visual-basic%e8%80%83%e5%ae%8c%e5%95%a6/" title="Visual Basic考完啦">Visual Basic考完啦</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2010/01/the-success-of-mass-production/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>android livecd 安装体验</title>
		<link>http://hihigh.net/2009/12/android-livecd-installation-experience/</link>
		<comments>http://hihigh.net/2009/12/android-livecd-installation-experience/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 04:54:16 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>

		<guid isPermaLink="false">http://hihigh.net/?p=322</guid>
		<description><![CDATA[在virtualbox上运行的~~
这里是下载地址
http://android-x86.googlecode.com/files/android-x86-20091024..... ]]></description>
			<content:encoded><![CDATA[<p>在virtualbox上运行的~~<br />
这里是<span onclick="tagshow(event)">下载</span>地址</p>
<p>http://android-x86.googlecode.com/files/android-x86-20091024.iso</p>
<p>安装过程很快~~<br />
以下是我的使用体验~~（没钱买，但是还可以体验的嘛）<br />
<span id="attach_75892" style="position: absolute; display: none;" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="http://bbs.jpu.edu.cn/images/default/attachimg.gif" border="0" alt="" /></span> <a href="javascript:;"><img id="aimg_75892" onclick="zoom(this, 'attachments/month_0912/09121001164397c9eaa7ddc9e7.jpg')" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="http://bbs.jpu.edu.cn/attachments/month_0912/09121001164397c9eaa7ddc9e7.jpg.thumb.jpg" border="0" alt="" /></a></p>
<div id="aimg_75892_menu" style="position: absolute; z-index: 301; opacity: 1; left: 337px; top: 394px; display: none;"><a title="1.jpg" href="http://bbs.jpu.edu.cn/attachment.php?aid=NzU4OTJ8ZDk1YTFlMDh8MTI2MDQyMDQ0NHwzYmE5SnlmaGNlZVpibmhVMVZyM2dNdDNhZXZlbXpHVnBGREpMY2FjNUFJMW9Zcw%3D%3D&amp;nothumb=yes" target="_blank"><strong>下载</strong></a> (89.4 KB)</p>
<div><span title="2009-12-10 01:16">11 小时前</span></div>
</div>
<p>开机后进入的画面，很简洁~~</p>
<p><span id="more-322"></span></p>
<p><span id="attach_75893" style="position: absolute; display: none;" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="http://bbs.jpu.edu.cn/images/default/attachimg.gif" border="0" alt="" /></span> <a href="javascript:;"><img id="aimg_75893" onclick="zoom(this, 'attachments/month_0912/0912100116129b721cade0343a.jpg')" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="http://bbs.jpu.edu.cn/attachments/month_0912/0912100116129b721cade0343a.jpg.thumb.jpg" border="0" alt="" /></a></p>
<div id="aimg_75893_menu" style="position: absolute; z-index: 301; opacity: 1; left: 337px; top: 834.4px; display: none;"><a title="2.jpg" href="http://bbs.jpu.edu.cn/attachment.php?aid=NzU4OTN8YzJmOGU5NDJ8MTI2MDQyMDQ0NHwzYmE5SnlmaGNlZVpibmhVMVZyM2dNdDNhZXZlbXpHVnBGREpMY2FjNUFJMW9Zcw%3D%3D&amp;nothumb=yes" target="_blank"><strong>下载</strong></a> (108.5 KB)</p>
<div><span title="2009-12-10 01:16">11 小时前</span></div>
</div>
<p>点击右边的框框，就出现菜单栏~图标做的很精致吧~</p>
<p><span id="attach_75894" style="position: absolute; display: none;" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="http://bbs.jpu.edu.cn/images/default/attachimg.gif" border="0" alt="" /></span> <a href="javascript:;"><img id="aimg_75894" onclick="zoom(this, 'attachments/month_0912/0912100116f6c7c583403672c8.jpg')" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="http://bbs.jpu.edu.cn/attachments/month_0912/0912100116f6c7c583403672c8.jpg.thumb.jpg" border="0" alt="" /></a></p>
<div id="aimg_75894_menu" style="position: absolute; z-index: 301; opacity: 1; left: 337px; top: 1274.8px; display: none;"><a title="3.jpg" href="http://bbs.jpu.edu.cn/attachment.php?aid=NzU4OTR8NmU5ODdhMDB8MTI2MDQyMDQ0NHwzYmE5SnlmaGNlZVpibmhVMVZyM2dNdDNhZXZlbXpHVnBGREpMY2FjNUFJMW9Zcw%3D%3D&amp;nothumb=yes" target="_blank"><strong>下载</strong></a> (60.86 KB)</p>
<div><span title="2009-12-10 01:16">11 小时前</span></div>
</div>
<p>打开浏览器后，默认是google的主页~（google的产品，当然默认自己的网站为首页了）</p>
<p><span id="attach_75895" style="position: absolute; display: none;" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="http://bbs.jpu.edu.cn/images/default/attachimg.gif" border="0" alt="" /></span> <a href="javascript:;"><img id="aimg_75895" onclick="zoom(this, 'attachments/month_0912/09121001161a95ec21c059b121.jpg')" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="http://bbs.jpu.edu.cn/attachments/month_0912/09121001161a95ec21c059b121.jpg.thumb.jpg" border="0" alt="" /></a></p>
<div id="aimg_75895_menu" style="position: absolute; z-index: 301; opacity: 1; left: 337px; top: 1715.2px; display: none;"><a title="4.jpg" href="http://bbs.jpu.edu.cn/attachment.php?aid=NzU4OTV8M2Y0OTE1MDN8MTI2MDQyMDQ0NHwzYmE5SnlmaGNlZVpibmhVMVZyM2dNdDNhZXZlbXpHVnBGREpMY2FjNUFJMW9Zcw%3D%3D&amp;nothumb=yes" target="_blank"><strong>下载</strong></a> (89.89 KB)</p>
<div><span title="2009-12-10 01:16">11 小时前</span></div>
</div>
<p>当打开一个网页后，可以用放大浏览（免去<span onclick="tagshow(event)">手机</span>屏幕小看不清楚的缺点），的确很任性~很酷~</p>
<p><span id="attach_75896" style="position: absolute; display: none;" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="http://bbs.jpu.edu.cn/images/default/attachimg.gif" border="0" alt="" /></span> <a href="javascript:;"><img id="aimg_75896" onclick="zoom(this, 'attachments/month_0912/09121001167993d1af86b21f36.jpg')" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="http://bbs.jpu.edu.cn/attachments/month_0912/09121001167993d1af86b21f36.jpg.thumb.jpg" border="0" alt="" /></a></p>
<div id="aimg_75896_menu" style="position: absolute; z-index: 301; opacity: 1; left: 337px; top: 2155.6px; display: none;"><a title="5.jpg" href="http://bbs.jpu.edu.cn/attachment.php?aid=NzU4OTZ8MDc4OTIzNDN8MTI2MDQyMDQ0NHwzYmE5SnlmaGNlZVpibmhVMVZyM2dNdDNhZXZlbXpHVnBGREpMY2FjNUFJMW9Zcw%3D%3D&amp;nothumb=yes" target="_blank"><strong>下载</strong></a> (57.78 KB)</p>
<div><span title="2009-12-10 01:16">11 小时前</span></div>
</div>
<p>这是拨号界面，当激活键盘是，上面会自然的淡下去~</p>
<p><span id="attach_75897" style="position: absolute; display: none;" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="http://bbs.jpu.edu.cn/images/default/attachimg.gif" border="0" alt="" /></span> <a href="javascript:;"><img id="aimg_75897" onclick="zoom(this, 'attachments/month_0912/09121001165162bf363f564ce3.jpg')" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="http://bbs.jpu.edu.cn/attachments/month_0912/09121001165162bf363f564ce3.jpg.thumb.jpg" border="0" alt="" /></a></p>
<div id="aimg_75897_menu" style="position: absolute; z-index: 301; opacity: 1; left: 337px; top: 2596px; display: none;"><a title="6.jpg" href="http://bbs.jpu.edu.cn/attachment.php?aid=NzU4OTd8NzBiZWQ1YTJ8MTI2MDQyMDQ0NHwzYmE5SnlmaGNlZVpibmhVMVZyM2dNdDNhZXZlbXpHVnBGREpMY2FjNUFJMW9Zcw%3D%3D&amp;nothumb=yes" target="_blank"><strong>下载</strong></a> (61.88 KB)</p>
<div><span title="2009-12-10 01:16">11 小时前</span></div>
</div>
<p>这是手机自带的一个<span onclick="tagshow(event)">游戏</span>~</p>
<p><span id="attach_75898" style="position: absolute; display: none;" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="http://bbs.jpu.edu.cn/images/default/attachimg.gif" border="0" alt="" /></span> <a href="javascript:;"><img id="aimg_75898" onclick="zoom(this, 'attachments/month_0912/09121001169774051eb2f539e7.jpg')" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="http://bbs.jpu.edu.cn/attachments/month_0912/09121001169774051eb2f539e7.jpg.thumb.jpg" border="0" alt="" /></a></p>
<div id="aimg_75898_menu" style="position: absolute; z-index: 301; opacity: 1; left: 337px; top: 3036.4px; display: none;"><a title="7.jpg" href="http://bbs.jpu.edu.cn/attachment.php?aid=NzU4OTh8ZWRjNzEzMTV8MTI2MDQyMDQ0NHwzYmE5SnlmaGNlZVpibmhVMVZyM2dNdDNhZXZlbXpHVnBGREpMY2FjNUFJMW9Zcw%3D%3D&amp;nothumb=yes" target="_blank"><strong>下载</strong></a> (36.59 KB)</p>
<div><span title="2009-12-10 01:16">11 小时前</span></div>
</div>
<p>这是我最喜欢的东西了~SSH<span onclick="tagshow(event)">软件</span>，可以方便的通过手机管理你的远程主机啦~~上图就是我登陆我的主机的情况~</p>
<p><span id="attach_75899" style="position: absolute; display: none;" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="http://bbs.jpu.edu.cn/images/default/attachimg.gif" border="0" alt="" /></span> <a href="javascript:;"><img id="aimg_75899" onclick="zoom(this, 'attachments/month_0912/09121001169078dc141e6143f4.jpg')" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="http://bbs.jpu.edu.cn/attachments/month_0912/09121001169078dc141e6143f4.jpg.thumb.jpg" border="0" alt="" /></a></p>
<div id="aimg_75899_menu" style="position: absolute; z-index: 301; opacity: 1; left: 337px; top: 3476.8px; display: none;"><a title="8.jpg" href="http://bbs.jpu.edu.cn/attachment.php?aid=NzU4OTl8YjlmZDYwOTh8MTI2MDQyMDQ0NHwzYmE5SnlmaGNlZVpibmhVMVZyM2dNdDNhZXZlbXpHVnBGREpMY2FjNUFJMW9Zcw%3D%3D&amp;nothumb=yes" target="_blank"><strong>下载</strong></a> (77.72 KB)</p>
<div><span title="2009-12-10 01:16">11 小时前</span></div>
</div>
<p>这里就是手机各个功能设置的界面了~~</p>
<h3  class="related_post_title">最热日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2008/07/google-adsense-is-finally-successful-applicants/" title="Google Adsense终于申请成功">Google Adsense终于申请成功</a></li><li><a href="http://hihigh.net/2008/07/north-have-beauty/" title="北方有佳人">北方有佳人</a></li><li><a href="http://hihigh.net/2008/10/%e5%9b%a7life/" title="囧的生活">囧的生活</a></li><li><a href="http://hihigh.net/2008/07/i-do-thank-the-ocean-to-the-logo/" title="感谢ocean给俺做的logo">感谢ocean给俺做的logo</a></li><li><a href="http://hihigh.net/2008/09/visual-basic%e8%80%83%e5%ae%8c%e5%95%a6/" title="Visual Basic考完啦">Visual Basic考完啦</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2009/12/android-livecd-installation-experience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>学习笔记之ip</title>
		<link>http://hihigh.net/2009/12/study-notes-of-the-ip/</link>
		<comments>http://hihigh.net/2009/12/study-notes-of-the-ip/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 04:41:01 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[IP]]></category>

		<guid isPermaLink="false">http://hihigh.net/?p=320</guid>
		<description><![CDATA[ip共有a,b,c三个网段分别是～～
0xx.xx.xx.xx-->0.xx.xx.xx~126.xx.xx.xx对应的子网掩码255.0.0.0
10xx.x..... ]]></description>
			<content:encoded><![CDATA[<p>ip共有a,b,c三个网段分别是～～<br />
0xx.xx.xx.xx&#8211;>0.xx.xx.xx~126.xx.xx.xx对应的子网掩码255.0.0.0<br />
10xx.xx.xx.xx&#8211;>128.xx.xx.xx~191.xx.xx.xx对应的子网掩码255.255.0.0<br />
110xx.xx.xx.xx&#8211;>192.xx.xx.xx~223.xx.xx.xx对应的子网掩码255.255.255.0<br />
其中127这个A网段用来loop back<br />
4段8位的IP，可分为NET-ID和HOST-ID，判断两台电脑是不是在同一个局域网，看它们的NET-ID是不是相同～～<br />
而NET-ID的位数可以通过子网掩码来判断～<br />
例如255.255.0.0这样的子网掩码也可以表示为16，因为它占了32位的16位～</p>
<h3  class="related_post_title">最热日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2008/07/google-adsense-is-finally-successful-applicants/" title="Google Adsense终于申请成功">Google Adsense终于申请成功</a></li><li><a href="http://hihigh.net/2008/07/north-have-beauty/" title="北方有佳人">北方有佳人</a></li><li><a href="http://hihigh.net/2008/10/%e5%9b%a7life/" title="囧的生活">囧的生活</a></li><li><a href="http://hihigh.net/2008/07/i-do-thank-the-ocean-to-the-logo/" title="感谢ocean给俺做的logo">感谢ocean给俺做的logo</a></li><li><a href="http://hihigh.net/2008/09/visual-basic%e8%80%83%e5%ae%8c%e5%95%a6/" title="Visual Basic考完啦">Visual Basic考完啦</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2009/12/study-notes-of-the-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 网络管理 设备未托管</title>
		<link>http://hihigh.net/2009/12/ubuntu-network-management-device-is-not-managed/</link>
		<comments>http://hihigh.net/2009/12/ubuntu-network-management-device-is-not-managed/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 03:45:10 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hihigh.net/?p=318</guid>
		<description><![CDATA[昨晚不知道哪儿没搞好，今早一起来准备上网的时候，发现网络管理中设备未托管，也就无法上网了！
网上搜了..... ]]></description>
			<content:encoded><![CDATA[<p>昨晚不知道哪儿没搞好，今早一起来准备上网的时候，发现网络管理中设备未托管，也就无法上网了！<br />
网上搜了一下，解决办法在这儿：</p>
<blockquote><p>以管理员身份用文本编辑器打开/etc/NetworkManager/nm-system-settings.conf，把最后一行的“managed=false”改为“managed=true”，重启电脑（也可以重启networkmanager，方法:sudo service network-manager restart），就可以正常连接无线网络和有线连接了。</p></blockquote>
<p>估计上述原因是用pppoeconf拨号后产生的，大多数人是因为使用了pppoe修改了dns导致的。还有一个问题就是有线连接不可以<br />
编辑了，方法如下：</p>
<blockquote><p>打开/ect/network/interfaces，只保留<br />
auto lo<br />
iface lo inet loopback</p></blockquote>
<h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2010/02/grub-rewrite-mbr/" title="grub重写MBR">grub重写MBR</a></li><li><a href="http://hihigh.net/2009/11/ubuntu-installation-settings-complete/" title="ubuntu安装设置完毕">ubuntu安装设置完毕</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2009/12/ubuntu-network-management-device-is-not-managed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ubuntu安装设置完毕</title>
		<link>http://hihigh.net/2009/11/ubuntu-installation-settings-complete/</link>
		<comments>http://hihigh.net/2009/11/ubuntu-installation-settings-complete/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 17:45:05 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[问题]]></category>

		<guid isPermaLink="false">http://hihigh.net/?p=311</guid>
		<description><![CDATA[今天花了一个下午搞ubuntu～～安装是比较方便，主要是后面的设置～～

在硬件管理的时候会提示你下载调制..... ]]></description>
			<content:encoded><![CDATA[<p>今天花了一个下午搞ubuntu～～安装是比较方便，主要是后面的设置～～</p>
<p>在硬件管理的时候会提示你下载调制解调器的驱动，可千万不要下载哦～～因为如果安装了就会没有声音的～，所以，如果你的ubuntu突然没有声音，那么请看看调制解调器有没有安装，若安装，请赶紧卸载掉把！</p>
<p>再有就是在FF下打开FLASH会有乱码的显现出现，google一下，这是解决的办法～</p>
<blockquote><p>打开终端，输入以下命令：</p>
<p>cd /etc/fonts/conf.d/<br />
sudo cp 49-sansserif.conf 49-sansserif.conf_backup<br />
sudo rm 49-sansserif.conf</p>
<p>以上命令的功能是先备份49-sansserif.conf文件，再删除，经测试后有效。</p></blockquote>
<p>还有就是如果出现</p>
<blockquote><p>E: 软件包 adobe-flashplugin 需要重新安装，但是我无法找到相应的安装文件。<br />
E: 打开高速缓存(1)时有内部错误。请报告。</p></blockquote>
<p>请在root权限下这样操作：</p>
<blockquote><p>dpkg &#8211;remove &#8211;force-remove-reinstreq adobe-flashplugin</p></blockquote>
<p>我遇到的问题基本就是这些了～～</p>
<p>刚接触linux不久，还是菜鸟，多多看看资料！摸索着前进吧！</p>
<p>ps:ubuntu9.10下禁用触控板</p>
<blockquote><p>用<br />
sudo rmmod psmouse<br />
禁用</p>
<p>要恢复也简单：<br />
sudo modprobe psmouse</p></blockquote>
<h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2010/02/grub-rewrite-mbr/" title="grub重写MBR">grub重写MBR</a></li><li><a href="http://hihigh.net/2009/12/ubuntu-network-management-device-is-not-managed/" title="ubuntu 网络管理 设备未托管">ubuntu 网络管理 设备未托管</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2009/11/ubuntu-installation-settings-complete/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux心得</title>
		<link>http://hihigh.net/2009/10/linux-experience/</link>
		<comments>http://hihigh.net/2009/10/linux-experience/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 18:44:00 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hihigh.net/2009/10/linux%e5%bf%83%e5%be%97/</guid>
		<description><![CDATA[最近抽空在看linux相关文章，所用的资源来自鸟哥的linux私房菜！
看完了基础部分，只是粗略的看了一下，回..... ]]></description>
			<content:encoded><![CDATA[<p>最近抽空在看linux相关文章，所用的资源来自鸟哥的linux私房菜！<br />
看完了基础部分，只是粗略的看了一下，回头还得再看一遍，对linux的兴趣一是来自php的编程，因为要接触到linux,apache,mysql再加上php就是通常所说的lamp平台了，试想一下在自己用linux架设的服务器上使用是多么兴奋的一件事，还有就是有一回到学校的求索论坛办公室玩的时候，看到小顾熟练的操作linux（当然是以文字接口了）时候，羡慕之外就是想学好它！再有就是平时使用的网站服务器都是买的，在操作上也是略懂皮毛，更别谈linux的核心问题了！<br />
所以种种因素让我想学习linux，鸟哥真是让我佩服的一个人，将自己学到的知识耐心的教给别人，他的文章真的很详细，热心的解答网有提出的各种问题！<br />
我原本是一个不怎么有耐心的一个人，学认何东西恨不得一口气都学好，这样通常是三天热度，鸟哥的一句话让我很受益，他讲花6个月左右的时间学好linux，将是受益终身的，这样的付出实在是太值得了！我当初想最多一个月时间看完linux，想想有点急功切历了！因此我决定耐心看下去，虽然时间会有点长，但对于一生来说是很短暂的了！<br />
鸟哥因为是台湾的，所以原著是繁体的，而我目前看的是简体版的，在语言方面可能没有原版的活泼，因此我想在复看的时候就看鸟的的原版，正好提高下繁体自的认识能力，免得每次在ktv唱歌由于繁体的歌词有些字认不识，而经常被小飞笑拉！回看的时候我回将linux学习心得写下来，到时候欢迎大家与我交流！</p>
<h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2010/02/grub-rewrite-mbr/" title="grub重写MBR">grub重写MBR</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2009/10/linux-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>作弊and装逼</title>
		<link>http://hihigh.net/2009/10/cheating-and-loaded-to-force-the/</link>
		<comments>http://hihigh.net/2009/10/cheating-and-loaded-to-force-the/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 14:36:09 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[外挂]]></category>
		<category><![CDATA[对对碰]]></category>

		<guid isPermaLink="false">http://hihigh.net/?p=288</guid>
		<description><![CDATA[有句话叫偷懒做跟多的事情~

为什么我玩对对碰总是第一，为什么江湖人称独孤求败，为什么？这一切都是为什..... ]]></description>
			<content:encoded><![CDATA[<p>有句话叫偷懒做跟多的事情~</p>
<p>为什么我玩对对碰总是第一，为什么江湖人称独孤求败，为什么？这一切都是为什么？</p>
<p>嗷唔。。。。因为我装逼，我作弊，哈哈，作弊也是一种学问呐~~</p>
<p>废话不多说，这次跟大家一起分享一个QQ对对碰的外挂。绿色版，直接运行即可，首先要打开QQ对对碰的界面哦，因为这个软件是捕捉屏幕的，所以在玩的时候，你是不可以做别的事情哦~~</p>
<p>泡美眉必备工具。。。哈哈哈哈哈，仰天长啸，嗷唔。。嗷唔。。。</p>
<p>点击这里疯狂下载：<a href="http://hihigh.net/wp-content/uploads/2009/10/ddprobot.rar">对对碰机器人</a></p>
<h3  class="related_post_title">最热日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2008/07/google-adsense-is-finally-successful-applicants/" title="Google Adsense终于申请成功">Google Adsense终于申请成功</a></li><li><a href="http://hihigh.net/2008/07/north-have-beauty/" title="北方有佳人">北方有佳人</a></li><li><a href="http://hihigh.net/2008/10/%e5%9b%a7life/" title="囧的生活">囧的生活</a></li><li><a href="http://hihigh.net/2008/07/i-do-thank-the-ocean-to-the-logo/" title="感谢ocean给俺做的logo">感谢ocean给俺做的logo</a></li><li><a href="http://hihigh.net/2008/09/visual-basic%e8%80%83%e5%ae%8c%e5%95%a6/" title="Visual Basic考完啦">Visual Basic考完啦</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2009/10/cheating-and-loaded-to-force-the/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>关于迅雷的离线下载</title>
		<link>http://hihigh.net/2009/10/about-thunder-offline-download/</link>
		<comments>http://hihigh.net/2009/10/about-thunder-offline-download/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 01:50:47 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[主机]]></category>
		<category><![CDATA[离线]]></category>
		<category><![CDATA[迅雷]]></category>

		<guid isPermaLink="false">http://hihigh.net/?p=286</guid>
		<description><![CDATA[离线下载是迅雷针对会员提供的一项服务，是会员肯定要给钱的了，用多少钱买多少流量。

为什么会出现这种..... ]]></description>
			<content:encoded><![CDATA[<p>离线下载是迅雷针对会员提供的一项服务，是会员肯定要给钱的了，用多少钱买多少流量。</p>
<p>为什么会出现这种服务，因为一些资源比较冷，下 载的速度超级慢~可能你会问，那迅雷怎么自己下载就快了呢？因为各个服务器之间的带宽很大的，下载也会比我们普通的ADSL用户要快多了，不信？看看我刚 刚在我的服务器（hihigh.net，美国DreamHost主机）下载的sun virtualbox虚拟机，一共60多MB，见下图：</p>
<p><img class="aligncenter size-full wp-image-285" title="ss" src="http://hihigh.net/wp-content/uploads/2009/10/ss.jpg" alt="ss" width="668" height="424" /></p>
<p>这是用putty软件通过SSH连接到远在美国的服务器（卡哇伊，哈哈）,执行wget命令，有没看到，下载的平均速度是6.40M/s,60多MB的文件刷刷就过去，爽的一毛啊~~</p>
<p>明白人一听应该就知道吧，如果你还一头雾水，再听我慢慢道来：</p>
<p>假 设有一个文件ooxx.avi在A服务器上，而在你本机上下载A主机上的ooxx.avi如同乌龟爬，怎么办？怎么办？嗷呜。。。现在有B服务器，我们都 知道（不知道的也假装知道）服务器都是放在带宽（看好是带宽，不是宽带哦，什么是带宽？好比你现在在家里用adsl下载东西最快速度也只有 250KB/s,如果你的带宽大，下载可能是2MB/s，现在知道了吧~~）很大的机房里，这样通过B服务器下载A服务器上的ooxx.avi文件就风驰 电掣了，刷刷刷就过来了，就像上图的6.40M/s那样，然后你的电脑再到B服务器上下载刚刚那个文件，说白了B服务器就是一个文件中转站，因为B服务器 可能是经过优化的，而且有比A服务器更高的带宽，这样你的电脑连到B服务器上，就快啦~~~</p>
<p>其实类似迅雷这样提供离线下载的服务商国外早就有了，自己google之~~</p>
<p>好啦，下课~~~</p>
<p>起立。。。。。</p>
<p>抱着你的ooxx.avi快跑~~</p>
<h3  class="related_post_title">最热日志</h3><ul class="related_post"><li><a href="http://hihigh.net/2008/07/google-adsense-is-finally-successful-applicants/" title="Google Adsense终于申请成功">Google Adsense终于申请成功</a></li><li><a href="http://hihigh.net/2008/07/north-have-beauty/" title="北方有佳人">北方有佳人</a></li><li><a href="http://hihigh.net/2008/10/%e5%9b%a7life/" title="囧的生活">囧的生活</a></li><li><a href="http://hihigh.net/2008/07/i-do-thank-the-ocean-to-the-logo/" title="感谢ocean给俺做的logo">感谢ocean给俺做的logo</a></li><li><a href="http://hihigh.net/2008/09/visual-basic%e8%80%83%e5%ae%8c%e5%95%a6/" title="Visual Basic考完啦">Visual Basic考完啦</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hihigh.net/2009/10/about-thunder-offline-download/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
