﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-winter729-随笔分类-操作系统</title><link>http://www.cppblog.com/winter729/category/14653.html</link><description /><language>zh-cn</language><lastBuildDate>Mon, 13 Dec 2010 04:55:46 GMT</lastBuildDate><pubDate>Mon, 13 Dec 2010 04:55:46 GMT</pubDate><ttl>60</ttl><item><title>win7 添加网络打印机［转贴］</title><link>http://www.cppblog.com/winter729/archive/2010/10/29/131717.html</link><dc:creator>午夜凉饭</dc:creator><author>午夜凉饭</author><pubDate>Fri, 29 Oct 2010 02:32:00 GMT</pubDate><guid>http://www.cppblog.com/winter729/archive/2010/10/29/131717.html</guid><wfw:comment>http://www.cppblog.com/winter729/comments/131717.html</wfw:comment><comments>http://www.cppblog.com/winter729/archive/2010/10/29/131717.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/winter729/comments/commentRss/131717.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/winter729/services/trackbacks/131717.html</trackback:ping><description><![CDATA[<p><font style="font-family: 黑体;">许多朋友开始使用Win7了，但是有个问题一直困扰着大家，就是如何添加网络中的打印机，我也曾经尝试过很多方法，比如：到HP网站下载64位的驱动等，都没有效果，今天终于解决了问题，在这里与大家分享：</font></p>
<p><br>
<img  src="http://blog.cfan.com.cn/attachments/2009/06/1148_200906091035341.jpg" alt="Win7如何添加网络打印机" title="Win7如何添加网络打印机" width="750" border="0"><br>
<br></p>
<p>&nbsp;<wbr></p>
<p><img  src="http://blog.cfan.com.cn/attachments/2009/06/1148_200906091035481.jpg" style="text-align: center; margin: 0px auto; display: block;" alt="Win7如何添加网络打印机" title="Win7如何添加网络打印机" border="0"><br>
<br>
<img  src="http://blog.cfan.com.cn/attachments/2009/06/1148_200906091035482.jpg" style="text-align: center; margin: 0px auto; display: block;" alt="Win7如何添加网络打印机" title="Win7如何添加网络打印机" border="0">
</p>
<br>
<br>
<font style="font-family: 黑体;">接下来会快速显示出打印机选择列表，在里面选择你的网络打印机型号，确定后你的网络打印机就装上了</font><img src ="http://www.cppblog.com/winter729/aggbug/131717.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/winter729/" target="_blank">午夜凉饭</a> 2010-10-29 10:32 <a href="http://www.cppblog.com/winter729/archive/2010/10/29/131717.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Win7+Ubuntu重裝Windows</title><link>http://www.cppblog.com/winter729/archive/2010/08/20/124102.html</link><dc:creator>午夜凉饭</dc:creator><author>午夜凉饭</author><pubDate>Fri, 20 Aug 2010 07:54:00 GMT</pubDate><guid>http://www.cppblog.com/winter729/archive/2010/08/20/124102.html</guid><wfw:comment>http://www.cppblog.com/winter729/comments/124102.html</wfw:comment><comments>http://www.cppblog.com/winter729/archive/2010/08/20/124102.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/winter729/comments/commentRss/124102.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/winter729/services/trackbacks/124102.html</trackback:ping><description><![CDATA[我的硬盤為串口即SATA（也就是識別為sda）執行：
<p>sudo dd if=/dev/sda of=/media/linux.lnx bs=512 count=1</p>
<p>如果你的硬盤為並口即IDE執行：</p>
<p>sudo dd if=/dev/hda of=/media/linux.lnx bs=512 count=1</p>
<p>然後到/media找到linux.lnx這個文件，這個文件就是linux的啟動文件，</p>
<p>然後將這個文件copy到你重裝後的Win的根目錄，一般是C盤.如果是xp这里修改啟動文件boot.ini在最後加入：</p>
<p>C:\linux.lnx=Ubuntu10.04 就行了。</p>
<p>但是win7已经取消了boot.ini,所以我们必须使用工具才行。下载EasyBCD,在界面添加linux 引导。但是这里没结束，因为path不对，</p>
<p>我们需要用管理员身份运行cmd ，然后到c:/Windows/System32下运行bcdedit,这里能找到刚才添加的linux的ID串，然后输入：</p>
<p>c:/Windows/System32/bcdedit /set {刚才添加的linux的ID串} path /linux.lnx<br></p>
<p>重啟就可以選擇進Ubuntu了，這個方法是比較簡單的方法了</p>
<img src ="http://www.cppblog.com/winter729/aggbug/124102.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/winter729/" target="_blank">午夜凉饭</a> 2010-08-20 15:54 <a href="http://www.cppblog.com/winter729/archive/2010/08/20/124102.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>