<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.ibeijie.cn/styles/feedsky0.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.ibeijie.cn" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/ibeijie" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 01 Sep 2010 16:10:22 GMT</lastBuildDate><title>北街博客</title><description>关注互联网，汇聚业界动态！</description><image><url>http://www.feedsky.com/feed/ibeijie/sc/gif</url><title>北街博客</title><link>http://www.ibeijie.cn</link></image><link>http://www.ibeijie.cn</link><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><language>en</language><pubDate>Wed, 01 Sep 2010 16:10:22 GMT</pubDate><item><title>华为路由器配置</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/408375006/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　昨天，公司准备给长安人寿购买的网络设备做初始环境设置，由于这批网络设备里的路由器是华为的，所以上面分配我了解一下华为路由器的基本配置命令，并制作简单的网络环境模型和文字说明！&lt;br /&gt;
&lt;span id=&quot;more-127&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　下面给大家推荐两款很好用的工具：&lt;br /&gt;
　　&lt;span class=&quot;upload&quot;&gt;&lt;a title=&quot;华为模拟器3.0破解版&quot; href=&quot;http://space.stcore.com/batch.download.php?aid=1322&quot; target=&quot;_blank&quot;&gt;华为模拟器3.0 破解版&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
　　&lt;span class=&quot;upload&quot;&gt;&lt;a title=&quot;亿图&quot; href=&quot;http://www.cngr.cn/dir/download.asp?softid=3302&amp;amp;downid=8&amp;amp;id=3299&quot; target=&quot;_blank&quot;&gt;亿图专业流程图,网络图制作工具v1.6.3 绿色特别版&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;一、下面是华为路由器简单配置&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　&gt; en 进入特权模式&lt;br /&gt;
　　&gt; conf 进入全局配置模式&lt;br /&gt;
　　#ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 添加ip 地址和掩码&lt;br /&gt;
　　# enca hdlc/ppp 捆绑链路协议 hdlc 或者 ppp&lt;br /&gt;
　　# ip unn e0&lt;br /&gt;
　　# exit 回到全局配置模式&lt;br /&gt;
　　# in e0 进入以太接口配置&lt;br /&gt;
　　# ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 添加ip 地址和掩码&lt;br /&gt;
　　# exit 回到全局配置模式&lt;br /&gt;
　　# ip route 0.0.0.0 0.0.0.0 s 0 添加路由表&lt;br /&gt;
　　# ena password 口令&lt;br /&gt;
　　# write&lt;br /&gt;
　　# exit&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;二、普通用户模式&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　enable 转入特权用户模式&lt;br /&gt;
　　exit 退出配置&lt;br /&gt;
　　help 系统帮助简述&lt;br /&gt;
　　language 语言模式切换&lt;br /&gt;
　　ping 检查网络主机连接及主机是否可达&lt;br /&gt;
　　show 显示系统运行信息&lt;br /&gt;
　　telnet 远程登录功能&lt;br /&gt;
　　tracert 跟踪到目的地经过了哪些路由器&lt;br /&gt;
　　特权用户模式&lt;br /&gt;
　　#?&lt;br /&gt;
　　clear 清除各项统计信息&lt;br /&gt;
　　clock 管理系统时钟&lt;br /&gt;
　　configure 进入全局配置模式&lt;br /&gt;
　　debug 开启调试开关&lt;br /&gt;
　　disable 返回普通用户模式&lt;br /&gt;
　　download 下载新版本软件和配置文件&lt;br /&gt;
　　erase 擦除FLASH中的配置&lt;br /&gt;
　　exec-timeout 打开EXEC超时退出开关&lt;br /&gt;
　　exit 退出配置&lt;br /&gt;
　　first-config 设置或清除初次配置标志&lt;br /&gt;
　　help 系统帮助简述&lt;br /&gt;
　　language 语言模式切换&lt;br /&gt;
　　monitor 打开用户屏幕调试信息输出开关&lt;br /&gt;
　　no 关闭调试开关&lt;br /&gt;
　　ping 检查网络主机连接及主机是否可达&lt;br /&gt;
　　reboot 路由器重启&lt;br /&gt;
　　setup 配置路由器参数&lt;br /&gt;
　　show 显示系统运行信息&lt;br /&gt;
　　telnet 远程登录功能&lt;br /&gt;
　　tracert 跟踪到目的地经过了哪些路由器&lt;br /&gt;
　　unmonitor 关闭用户屏幕调试信息输出开关&lt;br /&gt;
　　write 将当前配置参数保存至FLASH MEM中&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;三、全局配置模式&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　aaa-enable 使能配置AAA(认证，授权和计费)&lt;br /&gt;
　　access-list 配置标准访问表&lt;br /&gt;
　　arp 设置静态ARP人口&lt;br /&gt;
　　chat-script 生成一个用在modem上的执行脚本&lt;br /&gt;
　　custom-list 创建定制队列列表&lt;br /&gt;
　　dialer-list 创建dialer-list&lt;br /&gt;
　　dram-wait 设置DRAM等待状态&lt;br /&gt;
　　enable 修改ENABLE口令&lt;br /&gt;
　　exit 退出全局配置模式&lt;br /&gt;
　　firewall 配置防火墙状态&lt;br /&gt;
　　flow-interval 设置流量控制时间间隔&lt;br /&gt;
　　frame-relay 帧中继全局配置命令集&lt;br /&gt;
　　ftp-server FTP 服务器&lt;br /&gt;
　　help 系统帮助命令简述&lt;br /&gt;
　　host 添加主机名称和其IP地址&lt;br /&gt;
　　hostname 修改主机名&lt;br /&gt;
　　ifquelen 更改接口队列长度&lt;br /&gt;
　　interface 选择配置接口&lt;br /&gt;
　　ip 全局IP配置命令子集&lt;br /&gt;
　　ipx 全局IPX配置命令子集&lt;br /&gt;
　　loghost 设置日志主机IP地址&lt;br /&gt;
　　logic-channel 配置逻辑通道&lt;br /&gt;
　　login 启动EXEC登录验证&lt;br /&gt;
　　modem-timeout 设置 modem 超时时间&lt;br /&gt;
　　multilink 配置multilink 用户使用的接口&lt;br /&gt;
　　multilink-user 配置multilink 用户使用的接口&lt;br /&gt;
　　natserver 设置FTP，TELNET，WWW服务的IP地址&lt;br /&gt;
　　no 关闭某些参数开关&lt;br /&gt;
　　priority-list 创建优先级队列列表&lt;br /&gt;
　　router 启动路由处理&lt;br /&gt;
　　settr 设置时间范围&lt;br /&gt;
　　snmp-server 修改SNMP参数&lt;br /&gt;
　　tcp 配置全局TCP参数&lt;br /&gt;
　　timerange 启动或关闭时间区域&lt;br /&gt;
　　user 为PPP验证向系统中加入用户&lt;br /&gt;
　　vpdn 设置VPDN&lt;br /&gt;
　　vpdn-group 设置VPDN组&lt;br /&gt;
　　x25 X.25协议分组层&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/huawei-router-configuration&quot;&gt;华为路由器配置&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/huawei-router-configuration#comments&quot;&gt;5 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/%e5%8d%8e%e4%b8%ba&quot; rel=&quot;tag&quot;&gt;华为&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/%e6%a8%a1%e6%8b%9f%e5%99%a8&quot; rel=&quot;tag&quot;&gt;模拟器&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/408375006/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/408375006/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/408375006/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/408375006/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=0337932a19324167744983597c058aa9&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=0337932a19324167744983597c058aa9&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=26e322f2a5f55becabea8dce3fbd4014&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=26e322f2a5f55becabea8dce3fbd4014&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=5c8c453576a9b87d34e413307c8ce532&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=5c8c453576a9b87d34e413307c8ce532&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=8afb0d6d121acef9131350348d58ac90&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=8afb0d6d121acef9131350348d58ac90&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=2342e35fbfd17134bb8c0bd82afbf4c3&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=2342e35fbfd17134bb8c0bd82afbf4c3&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/huawei-router-configuration/feed</wfw:commentRss><slash:comments>5</slash:comments><description>　　昨天，公司准备给长安人寿购买的网络设备做初始环境设置，由于这批网络设备里的路由器是华为的，所以上面分配我了解一下华为路由器的基本配置命令，并制作简单的网络环境模型和文字说明！

　　下面给大家推荐两款很好用的工具：
　　华为模拟器3.0 破解版
　　亿图专业流程图,网络图制作工具v1.6.3 绿色特别版
　　一、下面是华为路由器简单配置
　　&gt; en 进入特权模式
　　&gt; conf 进入全局配置模式
　　#ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 添加ip 地址和掩码
　　# enca hdlc/ppp 捆绑链路协议 hdlc 或者 ppp
　　# ip unn e0
　　# exit 回到全局配置模式
　　# in e0 进入以太接口配置
　　# ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 添加ip 地址和掩码
　　# exit 回到全局配置模式
　　# ip route 0.0.0.0 0.0.0.0 s 0 添加路由表
　　# ena password 口令
　　# write
　　# exit
　　二、普通用户模式
　　enable 转入特权用户模式
　　exit 退出配置
　　help 系统帮助简述
　　language 语言模式切换
　　ping 检查网络主机连接及主机是否可达
　　show 显示系统运行信息
　　telnet 远程登录功能
　　tracert 跟踪到目的地经过了哪些路由器
　　特权用户模式
　　#?
　　clear 清除各项统计信息
　　clock [...]&lt;img src=&quot;http://www1.feedsky.com/t1/408375006/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/408375006/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/408375006/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/408375006/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=0337932a19324167744983597c058aa9&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=0337932a19324167744983597c058aa9&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=26e322f2a5f55becabea8dce3fbd4014&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=26e322f2a5f55becabea8dce3fbd4014&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=5c8c453576a9b87d34e413307c8ce532&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=5c8c453576a9b87d34e413307c8ce532&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=8afb0d6d121acef9131350348d58ac90&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=8afb0d6d121acef9131350348d58ac90&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=2342e35fbfd17134bb8c0bd82afbf4c3&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=2342e35fbfd17134bb8c0bd82afbf4c3&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>华为</category><category>我的技术文档</category><category>模拟器</category><pubDate>Thu, 02 Sep 2010 00:10:22 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/huawei-router-configuration#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/huawei-route</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/huawei-router-configuration</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/408375006/4951640</fs:itemid></item><item><title>WordPress如何放置友情链接</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/407523327/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　交换链接，有助于博友之间的互动，好事一件！但是，当你友情链接数，超出了一定的数目之后，麻烦就来了。因为这时候我们不能把每个人链接都放到首页上了，位置有限！于是，制作一个页面，把各个来和我们交换链接的朋友的链接放在一个页面里，显得有为重要。&lt;br /&gt;
&lt;span id=&quot;more-138&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　查看一下&lt;a title=&quot;我爱水煮鱼&quot; href=&quot;http://fairyfish.net&quot; target=&quot;_blank&quot;&gt;我爱水煮鱼&lt;/a&gt;的文章，找到了一个方法，现在和有很多链接的朋友分享下：&lt;/p&gt;
&lt;p&gt;　　首先，可以在侧边栏随机显示30个链接，代码为：&lt;/p&gt;
&lt;p&gt;　　&amp;lt;ul class=&quot;links&quot; style=&quot;clear:both; float:left;&quot;&amp;gt;&lt;br /&gt;
 　　&amp;lt;?php get_links(-1, '&amp;lt;li&amp;gt;', '&amp;lt;/li&amp;gt;', '', 0, 'rand', 0, 0, 30); ?&amp;gt;&lt;br /&gt;
　　&amp;lt;/ul&amp;gt;&lt;/p&gt;
&lt;p&gt;　　.entry .links li{float:left;margin:0;padding:0;width:132px;white-space:nowrap}&lt;/p&gt;
&lt;p&gt;　　其实主要用到了 get_links 这个模板函数，默认情况下，这个函数的各个参数为：&lt;/p&gt;
&lt;p&gt;　　&amp;lt;?php get_links(category, 'before', 'after','between', show_images, 'order', show_description,show_rating, limit, show_updated, echo); ?&amp;gt;&lt;/p&gt;
&lt;p&gt;　　我们这里把 category 设置为-1则显示所有的分类下的链接，其中最重要的是把 order 设置 rand，意思是以随机顺序显示链接。然后把 limit 设置为 30，你可以把他设置其他数字以显示其他数量的链接。其它参数都是很简单，这里不介绍了。具体请查看 TEMPLATE TAG/GET_LISTS。&lt;/p&gt;
&lt;p&gt;　　由于我们这里设置了只显示了30个链接，可能部分链接不能得到显示，我们可以创建一个页面，让其显示所有的链接，步骤如下：&lt;/p&gt;
&lt;p&gt;　　创建一个页面模板，加入如下代码：&lt;/p&gt;
&lt;p&gt;　　&amp;lt;?php wp_list_bookmarks();?&amp;gt;上面的代码可以让你的链接按照你的分类排列，并把链接分类名设置为子标题。然后创建一个链接页面，在页面模板中选择刚才选择的页面模板即可。具体使用你可以查看 &lt;a title=&quot;wp_list_bookmarks&quot; href=&quot;http://codex.wordpress.org/wp_list_bookmarks&quot; target=&quot;_blank&quot;&gt;TEMPLATE TAG/WP_LIST_BOOKMARKS&lt;/a&gt;。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/wordpress-how-to-put-links&quot;&gt;WordPress如何放置友情链接&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/wordpress-how-to-put-links#comments&quot;&gt;24 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/wordpress&quot; rel=&quot;tag&quot;&gt;WordPress&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5&quot; rel=&quot;tag&quot;&gt;友情链接&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407523327/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/407523327/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/407523327/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/407523327/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=c76164986d69361e14b8dc333022a1e5&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=c76164986d69361e14b8dc333022a1e5&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=55b52316cc326bc1dc7ff6bbeafc133c&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=55b52316cc326bc1dc7ff6bbeafc133c&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=33331079f94d1a7b3e49899306868a46&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=33331079f94d1a7b3e49899306868a46&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=908e679b9b3c36af7f4862095ebb5fb9&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=908e679b9b3c36af7f4862095ebb5fb9&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d5ebd389f837a17eea61378583bdbd15&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d5ebd389f837a17eea61378583bdbd15&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/wordpress-how-to-put-links/feed</wfw:commentRss><slash:comments>24</slash:comments><description>　　交换链接，有助于博友之间的互动，好事一件！但是，当你友情链接数，超出了一定的数目之后，麻烦就来了。因为这时候我们不能把每个人链接都放到首页上了，位置有限！于是，制作一个页面，把各个来和我们交换链接的朋友的链接放在一个页面里，显得有为重要。

　　查看一下我爱水煮鱼的文章，找到了一个方法，现在和有很多链接的朋友分享下：
　　首先，可以在侧边栏随机显示30个链接，代码为：
　　&amp;#60;ul class=&quot;links&quot; style=&quot;clear:both; float:left;&quot;&amp;#62;
 　　&amp;#60;?php get_links(-1, '&amp;#60;li&amp;#62;', '&amp;#60;/li&amp;#62;', '', 0, 'rand', 0, 0, 30); ?&amp;#62;
　　&amp;#60;/ul&amp;#62;
　　.entry .links li{float:left;margin:0;padding:0;width:132px;white-space:nowrap}
　　其实主要用到了 get_links 这个模板函数，默认情况下，这个函数的各个参数为：
　　&amp;#60;?php get_links(category, 'before', 'after','between', show_images, 'order', show_description,show_rating, limit, show_updated, echo); ?&amp;#62;
　　我们这里把 category 设置为-1则显示所有的分类下的链接，其中最重要的是把 order 设置 rand，意思是以随机顺序显示链接。然后把 limit 设置为 30，你可以把他设置其他数字以显示其他数量的链接。其它参数都是很简单，这里不介绍了。具体请查看 TEMPLATE TAG/GET_LISTS。
　　由于我们这里设置了只显示了30个链接，可能部分链接不能得到显示，我们可以创建一个页面，让其显示所有的链接，步骤如下：
　　创建一个页面模板，加入如下代码：
　　&amp;#60;?php wp_list_bookmarks();?&amp;#62;上面的代码可以让你的链接按照你的分类排列，并把链接分类名设置为子标题。然后创建一个链接页面，在页面模板中选择刚才选择的页面模板即可。具体使用你可以查看 TEMPLATE TAG/WP_LIST_BOOKMARKS。

© 北街 for 北街, 2010
Source: WordPress如何放置友情链接
24 comments
Post tags: WordPress, 友情链接

Feed enhanced by Better Feed from [...]&lt;img src=&quot;http://www1.feedsky.com/t1/407523327/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/407523327/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/407523327/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/407523327/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=c76164986d69361e14b8dc333022a1e5&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=c76164986d69361e14b8dc333022a1e5&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=55b52316cc326bc1dc7ff6bbeafc133c&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=55b52316cc326bc1dc7ff6bbeafc133c&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=33331079f94d1a7b3e49899306868a46&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=33331079f94d1a7b3e49899306868a46&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=908e679b9b3c36af7f4862095ebb5fb9&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=908e679b9b3c36af7f4862095ebb5fb9&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d5ebd389f837a17eea61378583bdbd15&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d5ebd389f837a17eea61378583bdbd15&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>我的WordPress</category><category>友情链接</category><category>WordPress</category><pubDate>Mon, 30 Aug 2010 00:24:58 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/wordpress-how-to-put-links#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/?p=138</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/wordpress-how-to-put-links</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/407523327/4951640</fs:itemid></item><item><title>删除Windows XP的正版验证</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/407300609/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　最近北街碰到一个莫名其妙的问题，就是在启动电脑进入 Windows XP 之后，系统总会提示“你使用的系统为盗版，请进行 Windows XP 的正版验证”。刚开始以为是微软疯了，后来发现绕过这个验证并不难，下面给出删除这个 Windows XP 的正版验证的方法。&lt;br /&gt;
&lt;span id=&quot;more-105&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　首先，打开注册表（开始 → 运行 → 输入 regedit ）&lt;/p&gt;
&lt;p&gt;　　然后，依次打开 HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon，删除它（WgaLogon）&lt;/p&gt;
&lt;p&gt;　　接着，重新启动（一定要重启，要不然删不了C盘的文件），这时候， wgatray.exe 就不会自动启动了，我们再把 C:\windows\system 32 中的 wgaTray.exe 删除，再搜索一下，在另外的文件夹下还有，统统删除。（搜索的方法是：开始 → 搜索 → 所有文件及文件夹 → 全部文件或部分文件名，写上“wgaTray.exe”后点击“搜索”，搜索到“wgaTray.exe”后，点鼠标右键删除之）&lt;/p&gt;
&lt;p&gt;　　最后，再次重启，然后再次进到注册表HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon，删除它（和第一次的操作相同），至此问题解决了。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/to-delete-the-windows-xp-genuine-validation&quot;&gt;删除Windows XP的正版验证&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/to-delete-the-windows-xp-genuine-validation#comments&quot;&gt;9 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/windows&quot; rel=&quot;tag&quot;&gt;WINDOWS&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/xp&quot; rel=&quot;tag&quot;&gt;XP&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/%e6%ad%a3%e7%89%88%e9%aa%8c%e8%af%81&quot; rel=&quot;tag&quot;&gt;正版验证&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407300609/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/407300609/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/407300609/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/407300609/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=9052aae5f1c160e5efbefc3507eb4c14&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=9052aae5f1c160e5efbefc3507eb4c14&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=318438e7f75f7141694da78cb794c85d&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=318438e7f75f7141694da78cb794c85d&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=386ebfd6dfe516f9703cbbe8931e6a93&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=386ebfd6dfe516f9703cbbe8931e6a93&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=190a2dcd6707ff5cf2f4332980469c8b&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=190a2dcd6707ff5cf2f4332980469c8b&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d9870874aac6fb4f7c20556e570395a8&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d9870874aac6fb4f7c20556e570395a8&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/to-delete-the-windows-xp-genuine-validation/feed</wfw:commentRss><slash:comments>9</slash:comments><description>　　最近北街碰到一个莫名其妙的问题，就是在启动电脑进入 Windows XP 之后，系统总会提示“你使用的系统为盗版，请进行 Windows XP 的正版验证”。刚开始以为是微软疯了，后来发现绕过这个验证并不难，下面给出删除这个 Windows XP 的正版验证的方法。

　　首先，打开注册表（开始 → 运行 → 输入 regedit ）
　　然后，依次打开 HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon，删除它（WgaLogon）
　　接着，重新启动（一定要重启，要不然删不了C盘的文件），这时候， wgatray.exe 就不会自动启动了，我们再把 C:\windows\system 32 中的 wgaTray.exe 删除，再搜索一下，在另外的文件夹下还有，统统删除。（搜索的方法是：开始 → 搜索 → 所有文件及文件夹 → 全部文件或部分文件名，写上“wgaTray.exe”后点击“搜索”，搜索到“wgaTray.exe”后，点鼠标右键删除之）
　　最后，再次重启，然后再次进到注册表HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon，删除它（和第一次的操作相同），至此问题解决了。

© 北街 for 北街, 2010
Source: 删除Windows XP的正版验证
9 comments
Post tags: WINDOWS, XP, 正版验证

Feed enhanced by Better Feed from  Ozh&lt;img src=&quot;http://www1.feedsky.com/t1/407300609/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/407300609/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/407300609/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/407300609/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=9052aae5f1c160e5efbefc3507eb4c14&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=9052aae5f1c160e5efbefc3507eb4c14&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=318438e7f75f7141694da78cb794c85d&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=318438e7f75f7141694da78cb794c85d&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=386ebfd6dfe516f9703cbbe8931e6a93&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=386ebfd6dfe516f9703cbbe8931e6a93&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=190a2dcd6707ff5cf2f4332980469c8b&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=190a2dcd6707ff5cf2f4332980469c8b&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d9870874aac6fb4f7c20556e570395a8&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d9870874aac6fb4f7c20556e570395a8&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>我整Windows</category><category>正版验证</category><category>WINDOWS</category><category>XP</category><pubDate>Sun, 29 Aug 2010 00:35:17 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/to-delete-the-windows-xp-genuine-validation#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/windows-xp</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/to-delete-the-windows-xp-genuine-validation</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/407300609/4951640</fs:itemid></item><item><title>U盘启动安装操作系统全过程</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/406927581/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　北街近期在天津做项目实施的发现一个很好的系统恢复方法，就是利用U盘启动安装操作系统。这种方法只需要一个软件 UltraISO ，它是一款光盘管理软件，界面友好，而且有很多破解版本。还有就是U盘了，最好是大厂正品U盘哦。&lt;br /&gt;
&lt;span id=&quot;more-2806&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　第一步，将U盘插入电脑的 USB 接口，用 UltraISO （&lt;a href=&quot;http://www.greendown.cn/soft/17281.html&quot;&gt;点击下载&lt;/a&gt;）打开启动光盘镜像，这里推荐最新版本的 Deepin Windows PE 镜像，&lt;span class=&quot;upload&quot;&gt;&lt;a href=&quot;http://tc8.vdisk.cn/file/1F/1F0B2CC989C81C9F3436495692E82489?Deepin_Windows_PE_Build_100822.iso&quot;&gt;点击迅雷下载&lt;/a&gt;&lt;/span&gt;。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2010/08/20100827-1.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
图1&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2010/08/20100827-2.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
图2&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2010/08/20100827-3.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
图3&lt;/p&gt;
&lt;p&gt;　　第二步，点击 UltraISO 菜单栏中的“启动光盘”，选择“写入硬盘镜像”。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2010/08/20100827-4.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
图4&lt;/p&gt;
&lt;p&gt;　　其他设置保持默认即可，然后点击“写入”，会弹出一个提示警告我们此操作会删除U盘上所有数据。所以制作U盘启动盘之前一定先备份数据！！！&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2010/08/20100827-5.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
图5&lt;/p&gt;
&lt;p&gt;　　接下来点击“是”，便开始把 Deepin Windows PE 光盘镜像写入U盘了。　&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2010/08/20100827-6.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
图6&lt;/p&gt;
&lt;p&gt;　　完成后将U盘拔出，U盘启动盘就制作完成了。&lt;/p&gt;
&lt;p&gt;　　第三步，将制作好的U盘插入电脑 USB 驱动器，重启电脑，按 DEL 键进入主板 BIOS 设置，选择第二项，&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2010/08/20100827-7.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
图7&lt;/p&gt;
&lt;p&gt;　　进入启动项设置，第一启动选择 USB-HDD。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2010/08/20100827-8.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
图8&lt;/p&gt;
&lt;p&gt;　　然后“F10+回车”，电脑重启，这时U盘就会引导系统进入 Deepin Windows PE 的程序，因为U盘的读写速度是光盘的好几倍，所以安装系统的速度比光盘快很多，如果使用 GHOST 恢复系统，速度的差别很明显。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/u-disk-to-install-the-operating-system-starts&quot;&gt;U盘启动安装操作系统全过程&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/u-disk-to-install-the-operating-system-starts#comments&quot;&gt;16 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/deepin-windows-pe&quot; rel=&quot;tag&quot;&gt;Deepin Windows PE&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/ghost&quot; rel=&quot;tag&quot;&gt;Ghost&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/u%e7%9b%98%e5%90%af%e5%8a%a8&quot; rel=&quot;tag&quot;&gt;U盘启动&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/406927581/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/406927581/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/406927581/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/406927581/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=a0204c5143ef4f55827c21ccdf2da2c7&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=a0204c5143ef4f55827c21ccdf2da2c7&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=f96c477f514ea7a3af417537c2492ba8&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=f96c477f514ea7a3af417537c2492ba8&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=0aa61e72e853a5fd25030c2b13e1ba3d&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=0aa61e72e853a5fd25030c2b13e1ba3d&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=1d7bb75f688912f4a9ead199edca7a6a&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=1d7bb75f688912f4a9ead199edca7a6a&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=4b155f34b040156fae3b523797fa2c6a&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=4b155f34b040156fae3b523797fa2c6a&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/u-disk-to-install-the-operating-system-starts/feed</wfw:commentRss><slash:comments>16</slash:comments><description>　　北街近期在天津做项目实施的发现一个很好的系统恢复方法，就是利用U盘启动安装操作系统。这种方法只需要一个软件 UltraISO ，它是一款光盘管理软件，界面友好，而且有很多破解版本。还有就是U盘了，最好是大厂正品U盘哦。

　　第一步，将U盘插入电脑的 USB 接口，用 UltraISO （点击下载）打开启动光盘镜像，这里推荐最新版本的 Deepin Windows PE 镜像，点击迅雷下载。

图1

图2

图3
　　第二步，点击 UltraISO 菜单栏中的“启动光盘”，选择“写入硬盘镜像”。

图4
　　其他设置保持默认即可，然后点击“写入”，会弹出一个提示警告我们此操作会删除U盘上所有数据。所以制作U盘启动盘之前一定先备份数据！！！

图5
　　接下来点击“是”，便开始把 Deepin Windows PE 光盘镜像写入U盘了。　

图6
　　完成后将U盘拔出，U盘启动盘就制作完成了。
　　第三步，将制作好的U盘插入电脑 USB 驱动器，重启电脑，按 DEL 键进入主板 BIOS 设置，选择第二项，

图7
　　进入启动项设置，第一启动选择 USB-HDD。

图8
　　然后“F10+回车”，电脑重启，这时U盘就会引导系统进入 Deepin Windows PE 的程序，因为U盘的读写速度是光盘的好几倍，所以安装系统的速度比光盘快很多，如果使用 GHOST 恢复系统，速度的差别很明显。

© 北街 for 北街, 2010
Source: U盘启动安装操作系统全过程
16 comments
Post tags: Deepin Windows PE, Ghost, U盘启动

Feed enhanced by Better Feed from  Ozh&lt;img src=&quot;http://www1.feedsky.com/t1/406927581/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/406927581/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/406927581/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/406927581/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=a0204c5143ef4f55827c21ccdf2da2c7&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=a0204c5143ef4f55827c21ccdf2da2c7&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=f96c477f514ea7a3af417537c2492ba8&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=f96c477f514ea7a3af417537c2492ba8&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=0aa61e72e853a5fd25030c2b13e1ba3d&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=0aa61e72e853a5fd25030c2b13e1ba3d&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=1d7bb75f688912f4a9ead199edca7a6a&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=1d7bb75f688912f4a9ead199edca7a6a&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=4b155f34b040156fae3b523797fa2c6a&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=4b155f34b040156fae3b523797fa2c6a&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>Deepin Windows PE</category><category>Ghost</category><category>我整Windows</category><category>U盘启动</category><pubDate>Fri, 27 Aug 2010 13:50:26 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/u-disk-to-install-the-operating-system-starts#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/?p=2806</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/u-disk-to-install-the-operating-system-starts</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/406927581/4951640</fs:itemid></item><item><title>让你春光乍泄的Thumbs.db</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/406233657/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　北街发现 Thumbs.db 是 Windws 系统中缩略图缓存文件，如果使用缩略图的形式查看了图片文件，在同目录下就会生成一个 Thumbs.db 文件，该文件保存了文件夹中所有图片的略缩图。我们在删除图片文件的时候往往不会删除这个文件，但是不要以为它是图片缓存没法查看就轻视它哦。&lt;br /&gt;
&lt;span id=&quot;more-347&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　如果我们的电脑遭到黑客入侵，攻击者可以利用第三方工具 ThumbsDBViewer 查看 Thumbs.db 文件。我们先测试用“略缩图”方式查看 C:\WINDOWS\Web\Wallpaper 下的图片，然后删除所有图片，再运行 ThumbsDBViewer 软件，打开该文件夹下的 Thumbs.db 文件 ，原来被删除的图片文件又重现了。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2008/07/thumbsdb1.jpg&quot; alt=&quot;缩略图查看器&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;缩略图查看器&lt;/p&gt;
&lt;p&gt;　　如何避免这种问题呢？具体解决的办法如下：&lt;/p&gt;
&lt;p&gt;　　1. 打开“我的电脑”，选择“工具—文件夹选项”&lt;br /&gt;
　　2. 找到“查看”选项卡&lt;br /&gt;
　　3. 取消“不缓存略缩图”的对勾&lt;/p&gt;
&lt;p&gt;　　这样系统就不会自动生成略缩图文件了。&lt;/p&gt;
&lt;p&gt;　　对于系统中以前生成的 Thumbs.db 文件，可以通过下面的批处理来批量删除，将代码保存为 lst.bat 。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.ibeijie.cn/index.php?feedimage=wp-content/uploads/2008/07/thumbsdb2.jpg&quot; alt=&quot;文件夹选项设置&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;TEXT-ALIGN: center&quot;&gt;文件夹选项设置&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
　　@echo off&lt;br /&gt;
　　del c:\Thumbs.db /f/s/q/a&lt;br /&gt;
　　del d:\Thumbs.db /f/s/q/a&lt;br /&gt;
　　del e:\Thumbs.db /f/s/q/a&lt;br /&gt;
　　del f:\Thumbs.db /f/s/q/a&lt;br /&gt;
　　exit
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;　　大家可以根据自己的磁盘分区修改或者添加相关的代码即可。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/thumbs-that-make-you-leak-privacy&quot;&gt;让你春光乍泄的Thumbs.db&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/thumbs-that-make-you-leak-privacy#comments&quot;&gt;23 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/%e8%89%b3%e7%85%a7%e9%97%a8&quot; rel=&quot;tag&quot;&gt;艳照门&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/thumbsdb&quot; rel=&quot;tag&quot;&gt;Thumbs.db&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/406233657/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/406233657/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/406233657/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/406233657/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=2c5163a25bc4c7066fde00bdc09ba5a0&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=2c5163a25bc4c7066fde00bdc09ba5a0&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=91ec787278d4316f942d3685d3250f8d&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=91ec787278d4316f942d3685d3250f8d&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=939af3b3a7b4be6532385957e87c68aa&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=939af3b3a7b4be6532385957e87c68aa&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=6839b2c318434d87445c70824d02daee&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=6839b2c318434d87445c70824d02daee&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=e7fd489209a0be47ea8f278e5f65b887&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=e7fd489209a0be47ea8f278e5f65b887&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/thumbs-that-make-you-leak-privacy/feed</wfw:commentRss><slash:comments>23</slash:comments><description>　　北街发现 Thumbs.db 是 Windws 系统中缩略图缓存文件，如果使用缩略图的形式查看了图片文件，在同目录下就会生成一个 Thumbs.db 文件，该文件保存了文件夹中所有图片的略缩图。我们在删除图片文件的时候往往不会删除这个文件，但是不要以为它是图片缓存没法查看就轻视它哦。

　　如果我们的电脑遭到黑客入侵，攻击者可以利用第三方工具 ThumbsDBViewer 查看 Thumbs.db 文件。我们先测试用“略缩图”方式查看 C:\WINDOWS\Web\Wallpaper 下的图片，然后删除所有图片，再运行 ThumbsDBViewer 软件，打开该文件夹下的 Thumbs.db 文件 ，原来被删除的图片文件又重现了。

缩略图查看器
　　如何避免这种问题呢？具体解决的办法如下：
　　1. 打开“我的电脑”，选择“工具—文件夹选项”
　　2. 找到“查看”选项卡
　　3. 取消“不缓存略缩图”的对勾
　　这样系统就不会自动生成略缩图文件了。
　　对于系统中以前生成的 Thumbs.db 文件，可以通过下面的批处理来批量删除，将代码保存为 lst.bat 。

文件夹选项设置

　　@echo off
　　del c:\Thumbs.db /f/s/q/a
　　del d:\Thumbs.db /f/s/q/a
　　del e:\Thumbs.db /f/s/q/a
　　del f:\Thumbs.db /f/s/q/a
　　exit

　　大家可以根据自己的磁盘分区修改或者添加相关的代码即可。

© 北街 for 北街, 2010
Source: 让你春光乍泄的Thumbs.db
23 comments
Post tags: 艳照门, Thumbs.db

Feed enhanced by Better Feed from  Ozh&lt;img src=&quot;http://www1.feedsky.com/t1/406233657/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/406233657/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/406233657/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/406233657/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=2c5163a25bc4c7066fde00bdc09ba5a0&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=2c5163a25bc4c7066fde00bdc09ba5a0&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=91ec787278d4316f942d3685d3250f8d&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=91ec787278d4316f942d3685d3250f8d&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=939af3b3a7b4be6532385957e87c68aa&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=939af3b3a7b4be6532385957e87c68aa&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=6839b2c318434d87445c70824d02daee&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=6839b2c318434d87445c70824d02daee&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=e7fd489209a0be47ea8f278e5f65b887&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=e7fd489209a0be47ea8f278e5f65b887&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>我整Windows</category><category>Thumbs.db</category><category>艳照门</category><pubDate>Wed, 25 Aug 2010 00:14:29 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/thumbs-that-make-you-leak-privacy#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/?p=347</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/thumbs-that-make-you-leak-privacy</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/406233657/4951640</fs:itemid></item><item><title>Linux中的挂载命令</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/405618011/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　Linux 系统在使用光盘、软盘或U盘时，必须先执行挂载（mount）命令。这个命令会将这些存储介质指定成系统中的某个目录，以后直接访问相应目录即可读写存储介质上的数据。下面北街就来教大家如何利用 mount 来挂载存储介质。&lt;br /&gt;
&lt;span id=&quot;more-77&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　&lt;strong&gt;一、如何挂载光盘&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　挂载光盘的命令如下：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# mount /dev/cd0 /mnt&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　该命令将光盘挂载到 /mnt 目录，使用“ls /mnt”命令即可显示光盘中数据和文件。&lt;/p&gt;
&lt;p&gt;　　卸载光盘的命令如下：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# umount /mnt&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　&lt;strong&gt;二、如何挂载软盘&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　将软盘挂载到 /mnt/floppy 目录的命令如下：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# mount /dev/fd0 /mnt/floppy&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　卸载软盘的命令如下：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# umount /mnt/floppy&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　&lt;strong&gt;三、如何挂载U盘&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　挂载U盘相对复杂一些。首先使用“fdisk -l”命令查看外挂闪存的设备号，一般为 /dev/sda1 。然后用“mkdir /mnt/usb”命令建立一个挂载U盘用的目录。之后使用如下命令挂载 FAT 格式的U盘：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# mount -t msdos /dev/sda1 /mnt/usb&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　使用如下命令挂载 FAT32 格式的U盘：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# mount -t vfat /dev/sda1 /mnt/usb&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　&lt;strong&gt;四、如何让挂载外挂硬盘分区&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　挂载外挂硬盘分区（FAT32 格式）同样需要先用“fdisk -1”查看外挂的硬盘分区设备号，假设为 /dev/hda1 。建立 /mnt/vfat 挂载目录后，使用如下命令进行挂载：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# mount -t vfat /dev/hda1 /mnt/vfat&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　注意，默认情况下 Linux 只允许 root 用户执行 mount 命令。如果想让一般用户也能挂载，并且希望在系统启动时自动挂载光盘或软盘，需要修改 /etc/fstab 配置文件，加入以下内容：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;LABEL&lt;span style=&quot;color: #339933;&quot;&gt;=/&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt; ext3 defaults &lt;span style=&quot;color: #cc66cc;&quot;&gt;11&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;cdrom&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;mnt&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;cdrom iSo9660 auto&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;owner&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;kudzu&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;ro&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;user &lt;span style=&quot;color: #208080;&quot;&gt;00&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;fdo&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;mnt&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;floppy auto auto&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;owner&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;kudzu&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;ro&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;user &lt;span style=&quot;color: #208080;&quot;&gt;00&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　其中，“user”表示将 mount 命令赋予一般用户使用。&lt;/p&gt;
&lt;p&gt;　　/etc/fstab 文件在 Linux 的帮助手册中讲得很详细，读者不妨看一看。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/mount-command-in-linux&quot;&gt;Linux中的挂载命令&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/mount-command-in-linux#comments&quot;&gt;17 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/linux&quot; rel=&quot;tag&quot;&gt;Linux&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/mount&quot; rel=&quot;tag&quot;&gt;mount&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/405618011/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/405618011/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/405618011/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/405618011/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=094515daa639c8713d78fe9c71971090&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=094515daa639c8713d78fe9c71971090&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=226e2ff2ab22351cd6e64941092b41a8&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=226e2ff2ab22351cd6e64941092b41a8&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=b7e938dda7e3a53d99feeef7f74467ed&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=b7e938dda7e3a53d99feeef7f74467ed&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=696d8561546c3581f83b8534f2326029&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=696d8561546c3581f83b8534f2326029&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=6818a8827694043e4cd0afef2ee65492&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=6818a8827694043e4cd0afef2ee65492&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/mount-command-in-linux/feed</wfw:commentRss><slash:comments>17</slash:comments><description>　　Linux 系统在使用光盘、软盘或U盘时，必须先执行挂载（mount）命令。这个命令会将这些存储介质指定成系统中的某个目录，以后直接访问相应目录即可读写存储介质上的数据。下面北街就来教大家如何利用 mount 来挂载存储介质。

　　一、如何挂载光盘
　　挂载光盘的命令如下：

1
# mount /dev/cd0 /mnt

　　该命令将光盘挂载到 /mnt 目录，使用“ls /mnt”命令即可显示光盘中数据和文件。
　　卸载光盘的命令如下：

1
# umount /mnt

　　二、如何挂载软盘
　　将软盘挂载到 /mnt/floppy 目录的命令如下：

1
# mount /dev/fd0 /mnt/floppy

　　卸载软盘的命令如下：

1
# umount /mnt/floppy

　　三、如何挂载U盘
　　挂载U盘相对复杂一些。首先使用“fdisk -l”命令查看外挂闪存的设备号，一般为 /dev/sda1 。然后用“mkdir /mnt/usb”命令建立一个挂载U盘用的目录。之后使用如下命令挂载 FAT 格式的U盘：

1
# mount -t msdos /dev/sda1 /mnt/usb

　　使用如下命令挂载 FAT32 格式的U盘：

1
# mount -t vfat /dev/sda1 /mnt/usb

　　四、如何让挂载外挂硬盘分区
　　挂载外挂硬盘分区（FAT32 格式）同样需要先用“fdisk -1”查看外挂的硬盘分区设备号，假设为 /dev/hda1 。建立 /mnt/vfat 挂载目录后，使用如下命令进行挂载：

1
# mount -t vfat /dev/hda1 /mnt/vfat

　　注意，默认情况下 Linux 只允许 root 用户执行 mount 命令。如果想让一般用户也能挂载，并且希望在系统启动时自动挂载光盘或软盘，需要修改 /etc/fstab [...]&lt;img src=&quot;http://www1.feedsky.com/t1/405618011/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/405618011/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/405618011/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/405618011/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=094515daa639c8713d78fe9c71971090&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=094515daa639c8713d78fe9c71971090&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=226e2ff2ab22351cd6e64941092b41a8&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=226e2ff2ab22351cd6e64941092b41a8&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=b7e938dda7e3a53d99feeef7f74467ed&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=b7e938dda7e3a53d99feeef7f74467ed&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=696d8561546c3581f83b8534f2326029&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=696d8561546c3581f83b8534f2326029&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=6818a8827694043e4cd0afef2ee65492&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=6818a8827694043e4cd0afef2ee65492&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>Linux</category><category>mount</category><pubDate>Mon, 23 Aug 2010 00:25:59 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/mount-command-in-linux#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/unix-mount-command</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/mount-command-in-linux</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/405618011/4951640</fs:itemid></item><item><title>如何修复Linux下修改错误的fstab</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992919/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　上周北街在虚拟机上安装 Linux AS5 ，现在要将硬盘上剩余的空间做成一个 sda8 分区，文件系统格式为 ext3，然后成功挂载到新建的 /wj 目录。重启系统之后发现 /wj 目录不能自动挂载，于是就直接修改了 /etc/fstab 配置文件。&lt;br /&gt;
&lt;span id=&quot;more-1410&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　具体命令如下：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;LABEL&lt;span style=&quot;color: #339933;&quot;&gt;=/&lt;/span&gt;wj            &lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;sda8        ext3    defaults    &lt;span style=&quot;color: #cc66cc;&quot;&gt;1&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;2&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　杯具了，虽然上面命令按照 fstab 现有配置参数修改，但是这样的修改并不正确，所以系统重启之后就进不了，总是提示让我按“ctrl+D”重新启动或者输入密码进入shell。&lt;/p&gt;
&lt;p&gt;　　当我就进入了 shell 编辑 /etc/fstab 配置文件的时候，系统又提示我，文件只读，不能修改。&lt;/p&gt;
&lt;p&gt;　　最后尝试使用光盘引导进入到 rescue 修复模式，在这种模式下系统会自动把引导分区挂载在  /mnt/sysimage ，这个时候 fstab 终于可以修改了！&lt;/p&gt;
&lt;p&gt;　　执行修复模式时，需要以下几个步骤：&lt;/p&gt;
&lt;p&gt;　　其一：在BIOS中，设置首个启动驱动器为CDROM； &lt;/p&gt;
&lt;p&gt;　　其二；找出系统安装盘的第一张；放入CDROM ；当光盘运行时，会提示安装的界面。 &lt;/p&gt;
&lt;p&gt;　　在boot:后面输入 linux rescue ，然后按回车：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;boot&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;linux rescue&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;blockquote&gt;&lt;p&gt;# vi /mnt/sysimage/etc/fstab&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;　　因为此时挂载的系统是rw的，所以我们可以注释掉错误的部分，就可以引导系统了。然后再给它添加正确的参数如下，新添加的文件系统在系统重启的时候就可以自动挂载了。&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;sda9         &lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;wj            ext3               defaults      &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;　　PS：手动修改 /etc/fstab 文件&lt;/p&gt;
&lt;p&gt;　　/etc/fstab 文件的内容被用来在 Linux 下自动挂装各种文件系统，文件中的每一行都提供了一种设备的信息，这种设备可以被挂装在 Linux 文件系统下的一个目录中。在 Linux 启动过程中， init 进程执行一个脚本文件，该脚本调用带有 -a 参数的 mount 命令，用 mount 来读 /etc/fstab ，并挂装所有列出的文件系统（带 noauto 选项的除外）。下面是一个典型的 /etc/fstab 文件（其中 Windows Xp 安装在第一块硬盘上， Linux 安装在第二块硬盘上）：&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;ABEL=/ / ext2 defaults 1 1&lt;br /&gt;
　　 /dev/hda1 /dosc vfat defaults 0 0&lt;br /&gt;
　　 /dev/fd0 /mnt/floppy auto noauto,owner 0 0&lt;br /&gt;
　　 none /proc proc defaults 0 0&lt;br /&gt;
　　 none /devpts devpts sid=5,mode=620 0 0&lt;br /&gt;
　　 /dev/hdb5 swap swap defaults 0 0&lt;br /&gt;
　　 /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kud2ure 0/0&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;　　 /etc/fstab 文件的第一列是设备名，第二列是挂装点，第三列表示在设备上的文件系统的类型，第四列是应用于特定设备的一组选项，通常为 defaults ，表示的含义有：这个设备在引导阶段被挂装、只有 root 用户可以挂装它、挂装后可以进行读或写操作，此选项如是 noauto ，则表示引导时该设备不会被自动挂装，而 user 选项表示任何用户都可以挂装该设备。&lt;/p&gt;
&lt;p&gt;　　以上面的 /etc/fstab 文件为例，如果想在 Linux 下挂装 Windows98 操作系统的D分区（假设挂装点为 /dosd ），则可以在上文件中加入一行：&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;/dev/hda5 /dosd vfat defaults 0 0&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;　　 然后存盘，重新启动后就可以访问 Windows Xp 操作系统的D分区了。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/how-to-repair-system-for-modify-fstab-under-linux&quot;&gt;如何修复Linux下修改错误的fstab&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/how-to-repair-system-for-modify-fstab-under-linux#comments&quot;&gt;24 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/%e8%87%aa%e5%8a%a8%e6%8c%82%e8%bd%bd&quot; rel=&quot;tag&quot;&gt;自动挂载&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/fstab&quot; rel=&quot;tag&quot;&gt;fstab&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/linux&quot; rel=&quot;tag&quot;&gt;Linux&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/403992919/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992919/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/403992919/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/403992919/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=6f8ce485baca39524166eef99f58c079&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=6f8ce485baca39524166eef99f58c079&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=822f0bdf9bb642a15530ac248227c7bb&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=822f0bdf9bb642a15530ac248227c7bb&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d30a60d759b5ed5c92cf7aa029ad7587&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d30a60d759b5ed5c92cf7aa029ad7587&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=3e82346191ea1a0fcb86f513cf6136d1&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=3e82346191ea1a0fcb86f513cf6136d1&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=0c3dd607559cfb658c4dd45eb2cbfaf5&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=0c3dd607559cfb658c4dd45eb2cbfaf5&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/how-to-repair-system-for-modify-fstab-under-linux/feed</wfw:commentRss><slash:comments>24</slash:comments><description>　　上周北街在虚拟机上安装 Linux AS5 ，现在要将硬盘上剩余的空间做成一个 sda8 分区，文件系统格式为 ext3，然后成功挂载到新建的 /wj 目录。重启系统之后发现 /wj 目录不能自动挂载，于是就直接修改了 /etc/fstab 配置文件。

　　具体命令如下：

1
LABEL=/wj            /dev/sda8        ext3    defaults    1 2

　　杯具了，虽然上面命令按照 fstab 现有配置参数修改，但是这样的修改并不正确，所以系统重启之后就进不了，总是提示让我按“ctrl+D”重新启动或者输入密码进入shell。
　　当我就进入了 shell 编辑 /etc/fstab 配置文件的时候，系统又提示我，文件只读，不能修改。
　　最后尝试使用光盘引导进入到 rescue 修复模式，在这种模式下系统会自动把引导分区挂载在  /mnt/sysimage ，这个时候 fstab 终于可以修改了！
　　执行修复模式时，需要以下几个步骤：
　　其一：在BIOS中，设置首个启动驱动器为CDROM； 
　　其二；找出系统安装盘的第一张；放入CDROM [...]&lt;img src=&quot;http://www1.feedsky.com/t1/403992919/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992919/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/403992919/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/403992919/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=6f8ce485baca39524166eef99f58c079&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=6f8ce485baca39524166eef99f58c079&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=822f0bdf9bb642a15530ac248227c7bb&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=822f0bdf9bb642a15530ac248227c7bb&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d30a60d759b5ed5c92cf7aa029ad7587&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d30a60d759b5ed5c92cf7aa029ad7587&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=3e82346191ea1a0fcb86f513cf6136d1&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=3e82346191ea1a0fcb86f513cf6136d1&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=0c3dd607559cfb658c4dd45eb2cbfaf5&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=0c3dd607559cfb658c4dd45eb2cbfaf5&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>Linux</category><category>自动挂载</category><category>fstab</category><pubDate>Wed, 18 Aug 2010 00:41:21 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/how-to-repair-system-for-modify-fstab-under-linux#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/?p=1410</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/how-to-repair-system-for-modify-fstab-under-linux</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/403992919/4951640</fs:itemid></item><item><title>看看你的系统几岁了</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992920/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　北街相信大家都用了很久的 windows 系统了，但是有没有人想知道系统从安装至使用到现在它的真正使用时间是多久呢？下面就来介绍一个很好玩的命令。&lt;br /&gt;
&lt;span id=&quot;more-162&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　1. 按“WIN + R”快捷键，&lt;br /&gt;
　　2. 输入“CMD”回车，&lt;br /&gt;
　　3. 再在 DOS 窗口下输入“systeminfo”命令&lt;/p&gt;
&lt;p&gt;　　输入上面那个命令之后就可以查看到 windows 系统的出生日期了（指 windows 初安装日期）。如果利用 GHOST 重装系统后，还是会以以前的时间为准。&lt;/p&gt;
&lt;p&gt;　　除此之外，还可在此看到系统的所有信息，如主机名、处理器、网卡、以及系统打了多少补丁等等。是不是很有意思呢?&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/look-your-windows-system-age&quot;&gt;看看你的系统几岁了&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/look-your-windows-system-age#comments&quot;&gt;33 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/systeminfo&quot; rel=&quot;tag&quot;&gt;systeminfo&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/windows&quot; rel=&quot;tag&quot;&gt;WINDOWS&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/403992920/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992920/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/403992920/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/403992920/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=f97ab4ea039a8f4cf6f1d8099ed9e7bd&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=f97ab4ea039a8f4cf6f1d8099ed9e7bd&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=2192cf3beadd5ff432139dc274c438c7&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=2192cf3beadd5ff432139dc274c438c7&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=f36d8ba31ca3e1d3205c8433859df7cd&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=f36d8ba31ca3e1d3205c8433859df7cd&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=ec4c1ac909762e2b712aa6e5b9b4402a&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=ec4c1ac909762e2b712aa6e5b9b4402a&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d98cf7c2429283c875011525ed343655&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d98cf7c2429283c875011525ed343655&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/look-your-windows-system-age/feed</wfw:commentRss><slash:comments>33</slash:comments><description>　　北街相信大家都用了很久的 windows 系统了，但是有没有人想知道系统从安装至使用到现在它的真正使用时间是多久呢？下面就来介绍一个很好玩的命令。

　　1. 按“WIN + R”快捷键，
　　2. 输入“CMD”回车，
　　3. 再在 DOS 窗口下输入“systeminfo”命令
　　输入上面那个命令之后就可以查看到 windows 系统的出生日期了（指 windows 初安装日期）。如果利用 GHOST 重装系统后，还是会以以前的时间为准。
　　除此之外，还可在此看到系统的所有信息，如主机名、处理器、网卡、以及系统打了多少补丁等等。是不是很有意思呢?

© 北街 for 北街, 2010
Source: 看看你的系统几岁了
33 comments
Post tags: systeminfo, WINDOWS

Feed enhanced by Better Feed from  Ozh&lt;img src=&quot;http://www1.feedsky.com/t1/403992920/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992920/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/403992920/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/403992920/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=f97ab4ea039a8f4cf6f1d8099ed9e7bd&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=f97ab4ea039a8f4cf6f1d8099ed9e7bd&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=2192cf3beadd5ff432139dc274c438c7&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=2192cf3beadd5ff432139dc274c438c7&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=f36d8ba31ca3e1d3205c8433859df7cd&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=f36d8ba31ca3e1d3205c8433859df7cd&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=ec4c1ac909762e2b712aa6e5b9b4402a&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=ec4c1ac909762e2b712aa6e5b9b4402a&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d98cf7c2429283c875011525ed343655&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d98cf7c2429283c875011525ed343655&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>我整Windows</category><category>systeminfo</category><category>WINDOWS</category><pubDate>Mon, 16 Aug 2010 00:34:40 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/look-your-windows-system-age#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/?p=162</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/look-your-windows-system-age</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/403992920/4951640</fs:itemid></item><item><title>5个浅析人生小故事</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992921/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　小小故事，折射出人生的哲理。北街无意中发现了下面这五个小故事，读完之后感觉到虽然是简简单单的故事，却可以教会我们如何做人，提升我们人生的智慧！不敢独藏，贴出来和大家一起分享。&lt;br /&gt;
&lt;span id=&quot;more-149&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　&lt;strong&gt;一、情况不同&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　一只小猪、一只绵羊和一头乳牛，被关在同一个畜栏里。有一次，牧人捉住小猪，他大声号叫，猛烈地抗拒。绵羊和乳牛讨厌它的号叫，便说：“他常常捉我们，我们并不大呼小叫。”小猪听了回答道：“捉你们和捉我完全是两回事，他捉你们，只是要你们的毛和乳汁，但是捉住我，却是要我的命呢! ”&lt;/p&gt;
&lt;p&gt;　　立场不同、所处环境不同的人，很难了解对方的感受；因此对别人的失意、挫折、伤痛 ，不宜幸灾乐祸，而应要有关怀、了解的心情。要有宽容的心！&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;二、靠自己&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　小蜗牛问妈妈：为什么我们从生下来，就要背负这个又硬又重的壳呢？&lt;/p&gt;
&lt;p&gt;　　妈妈：因为我们的身体没有骨骼的支撑，只能爬，又爬不快。所以要这个壳的保护！&lt;/p&gt;
&lt;p&gt;　　小蜗牛：毛虫姊姊没有骨头，也爬不快，为什么她却不用背这个又硬又重的壳呢？&lt;/p&gt;
&lt;p&gt;　　妈妈：因为毛虫姊姊能变成蝴蝶，天空会保护她啊。&lt;/p&gt;
&lt;p&gt;  　小蜗牛：可是蚯蚓弟弟也没骨头爬不快，也不会变成蝴蝶他什么不背这个又硬又重的壳呢？&lt;/p&gt;
&lt;p&gt;　　妈妈：因为蚯蚓弟弟会钻土, 大地会保护他啊。&lt;/p&gt;
&lt;p&gt;　　小蜗牛哭了起来：我们好可怜，天空不保护，大地也不保护。&lt;/p&gt;
&lt;p&gt;　　蜗牛妈妈安慰他：所以我们有壳啊！我们不靠天，也不靠地，我们靠自己。&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;三、鲨鱼与鱼&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　曾有人做过实验，将一只最凶猛的鲨鱼和一群热带鱼放在同一个池子，然后用强化玻璃隔开，最初，鲨鱼每天不断冲撞那块看不到的玻璃，耐何这只是徒劳，它始终不能过到对面去，而实验人员每天都有放一些鲫鱼在池子里，所以鲨鱼也没缺少猎物，只是它仍想到对面去，想尝试那美丽的滋味，每天仍是不断的冲撞那块玻璃，它试了每个角落，每次都是用尽全力，但每次也总是弄的伤痕累累，有好几次都浑身破裂出血，持续了好一些日子，每当玻璃一出现裂痕，实验人员马上加上一块更厚的玻璃。&lt;/p&gt;
&lt;p&gt;　　后来，鲨鱼不再冲撞那块玻璃了，对那些斑斓的热带鱼也不再在意，好像他们只是墙上会动的壁画，它开始等着每天固定会出现的鲫鱼，然后用他敏捷的本能进行狩猎，好像回到海中不可一世的凶狠霸气，但这一切只不过是假像罢了，实验到了最后的阶段，实验人员将玻璃取走，但鲨鱼却没有反应，每天仍是在固定的区域游着它不但对那些热带鱼视若无睹，甚至于当那些鲫鱼逃到那边去，他就立刻放弃追逐，说什么也不愿再过去，实验结束了，实验人员讥笑它是海里最懦弱的鱼。可是失恋过的人都知道为什么，它怕痛。&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;四、钓竿&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　有个老人在河边钓鱼，一个小孩走过去看他钓鱼，老人技巧纯熟，所以没多久就钓上了满篓的鱼，老人见小孩很可爱，要把整篓的鱼送给他，小孩摇摇头，老人惊异的问道：“你为何不要？”小孩回答：“我想要你手中的钓竿。”老人问：“你要钓竿做什么？”小孩说：“这篓鱼没多久就吃完了，要是我有钓竿，我就可以自己钓，一辈子也吃不完。”我想你一定会说：好聪明的小孩。错了，他如果只要钓竿，那他一条鱼也吃不到。因为，他不懂钓鱼的技巧，光有鱼竿是没用的，因为钓鱼重要的不在钓竿，而在钓技有太多人认为自己拥有了人生道上的钓竿，再也无惧于路上的风雨，如此，难免会跌倒于泥泞地上。就如小孩看老人，以为只要有钓竿就有吃不完的鱼，像职员看老板，以为只要坐在办公室，就有滚进的财源。&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;五、王子在日光浴，乞丐也在晒太阳&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;　　人生真的很无常，你根本不知道，下面会有什么事在等你，福还是祸，无人能知。所谓风水轮流转，谁都可以有交好运，谁也都有可能触霉运，上帝虽然法力无边，他也有打盹的时候，只有“现在”是最可信的，也应该是最可爱的，我们能把握的就是“当下”，从这个意义上说，众生真的是平等的，谁没有现在？这一刻的快乐或者幸福，大家是一样的，王子在日光浴，乞丐也在晒太阳。&lt;/p&gt;
&lt;p&gt;　　如果，还有什么区别的话，就是幸福的含金量，就是你是用多大的心来享受当下的美，同样一个橘子，有人几口就囫囵吃完，有人先闭目嗅它的清香，提神，会心一笑，然后，剥皮，很美的造型，一瓣一瓣地吃，慢慢嚼，舒缓地咽，像试弹一首优美的乐曲……如果人生有什么不同，应该从对待一个橘子的态度里就可见吧。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/5-life-changing-story&quot;&gt;5个浅析人生小故事&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/5-life-changing-story#comments&quot;&gt;36 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/%e6%94%b9%e5%8f%98&quot; rel=&quot;tag&quot;&gt;改变&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/%e6%95%85%e4%ba%8b&quot; rel=&quot;tag&quot;&gt;故事&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/%e4%ba%ba%e7%94%9f&quot; rel=&quot;tag&quot;&gt;人生&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/403992921/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992921/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/403992921/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/403992921/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=62c31b207c06b4cd38e0a54146313695&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=62c31b207c06b4cd38e0a54146313695&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=0c89fc5cfea01c01e7e3a1f4a92a6b7b&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=0c89fc5cfea01c01e7e3a1f4a92a6b7b&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=3e4bbbce45cbbe04b24e312d08cf78fe&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=3e4bbbce45cbbe04b24e312d08cf78fe&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=9b60579ed3bfec8adf1e03bbaaf97690&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=9b60579ed3bfec8adf1e03bbaaf97690&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=497326e168cd7f4785b0b3a7a294e533&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=497326e168cd7f4785b0b3a7a294e533&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/5-life-changing-story/feed</wfw:commentRss><slash:comments>36</slash:comments><description>　　小小故事，折射出人生的哲理。北街无意中发现了下面这五个小故事，读完之后感觉到虽然是简简单单的故事，却可以教会我们如何做人，提升我们人生的智慧！不敢独藏，贴出来和大家一起分享。

　　一、情况不同
　　一只小猪、一只绵羊和一头乳牛，被关在同一个畜栏里。有一次，牧人捉住小猪，他大声号叫，猛烈地抗拒。绵羊和乳牛讨厌它的号叫，便说：“他常常捉我们，我们并不大呼小叫。”小猪听了回答道：“捉你们和捉我完全是两回事，他捉你们，只是要你们的毛和乳汁，但是捉住我，却是要我的命呢! ”
　　立场不同、所处环境不同的人，很难了解对方的感受；因此对别人的失意、挫折、伤痛 ，不宜幸灾乐祸，而应要有关怀、了解的心情。要有宽容的心！
　　二、靠自己
　　小蜗牛问妈妈：为什么我们从生下来，就要背负这个又硬又重的壳呢？
　　妈妈：因为我们的身体没有骨骼的支撑，只能爬，又爬不快。所以要这个壳的保护！
　　小蜗牛：毛虫姊姊没有骨头，也爬不快，为什么她却不用背这个又硬又重的壳呢？
　　妈妈：因为毛虫姊姊能变成蝴蝶，天空会保护她啊。
  　小蜗牛：可是蚯蚓弟弟也没骨头爬不快，也不会变成蝴蝶他什么不背这个又硬又重的壳呢？
　　妈妈：因为蚯蚓弟弟会钻土, 大地会保护他啊。
　　小蜗牛哭了起来：我们好可怜，天空不保护，大地也不保护。
　　蜗牛妈妈安慰他：所以我们有壳啊！我们不靠天，也不靠地，我们靠自己。
　　三、鲨鱼与鱼
　　曾有人做过实验，将一只最凶猛的鲨鱼和一群热带鱼放在同一个池子，然后用强化玻璃隔开，最初，鲨鱼每天不断冲撞那块看不到的玻璃，耐何这只是徒劳，它始终不能过到对面去，而实验人员每天都有放一些鲫鱼在池子里，所以鲨鱼也没缺少猎物，只是它仍想到对面去，想尝试那美丽的滋味，每天仍是不断的冲撞那块玻璃，它试了每个角落，每次都是用尽全力，但每次也总是弄的伤痕累累，有好几次都浑身破裂出血，持续了好一些日子，每当玻璃一出现裂痕，实验人员马上加上一块更厚的玻璃。
　　后来，鲨鱼不再冲撞那块玻璃了，对那些斑斓的热带鱼也不再在意，好像他们只是墙上会动的壁画，它开始等着每天固定会出现的鲫鱼，然后用他敏捷的本能进行狩猎，好像回到海中不可一世的凶狠霸气，但这一切只不过是假像罢了，实验到了最后的阶段，实验人员将玻璃取走，但鲨鱼却没有反应，每天仍是在固定的区域游着它不但对那些热带鱼视若无睹，甚至于当那些鲫鱼逃到那边去，他就立刻放弃追逐，说什么也不愿再过去，实验结束了，实验人员讥笑它是海里最懦弱的鱼。可是失恋过的人都知道为什么，它怕痛。
　　四、钓竿
　　有个老人在河边钓鱼，一个小孩走过去看他钓鱼，老人技巧纯熟，所以没多久就钓上了满篓的鱼，老人见小孩很可爱，要把整篓的鱼送给他，小孩摇摇头，老人惊异的问道：“你为何不要？”小孩回答：“我想要你手中的钓竿。”老人问：“你要钓竿做什么？”小孩说：“这篓鱼没多久就吃完了，要是我有钓竿，我就可以自己钓，一辈子也吃不完。”我想你一定会说：好聪明的小孩。错了，他如果只要钓竿，那他一条鱼也吃不到。因为，他不懂钓鱼的技巧，光有鱼竿是没用的，因为钓鱼重要的不在钓竿，而在钓技有太多人认为自己拥有了人生道上的钓竿，再也无惧于路上的风雨，如此，难免会跌倒于泥泞地上。就如小孩看老人，以为只要有钓竿就有吃不完的鱼，像职员看老板，以为只要坐在办公室，就有滚进的财源。
　　五、王子在日光浴，乞丐也在晒太阳
　　人生真的很无常，你根本不知道，下面会有什么事在等你，福还是祸，无人能知。所谓风水轮流转，谁都可以有交好运，谁也都有可能触霉运，上帝虽然法力无边，他也有打盹的时候，只有“现在”是最可信的，也应该是最可爱的，我们能把握的就是“当下”，从这个意义上说，众生真的是平等的，谁没有现在？这一刻的快乐或者幸福，大家是一样的，王子在日光浴，乞丐也在晒太阳。
　　如果，还有什么区别的话，就是幸福的含金量，就是你是用多大的心来享受当下的美，同样一个橘子，有人几口就囫囵吃完，有人先闭目嗅它的清香，提神，会心一笑，然后，剥皮，很美的造型，一瓣一瓣地吃，慢慢嚼，舒缓地咽，像试弹一首优美的乐曲……如果人生有什么不同，应该从对待一个橘子的态度里就可见吧。

© 北街 for 北街, 2010
Source: 5个浅析人生小故事
36 comments
Post tags: 改变, 故事, 人生

Feed enhanced by Better Feed from  Ozh&lt;img src=&quot;http://www1.feedsky.com/t1/403992921/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992921/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/403992921/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/403992921/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=62c31b207c06b4cd38e0a54146313695&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=62c31b207c06b4cd38e0a54146313695&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=0c89fc5cfea01c01e7e3a1f4a92a6b7b&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=0c89fc5cfea01c01e7e3a1f4a92a6b7b&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=3e4bbbce45cbbe04b24e312d08cf78fe&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=3e4bbbce45cbbe04b24e312d08cf78fe&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=9b60579ed3bfec8adf1e03bbaaf97690&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=9b60579ed3bfec8adf1e03bbaaf97690&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=497326e168cd7f4785b0b3a7a294e533&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=497326e168cd7f4785b0b3a7a294e533&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>故事</category><category>人生</category><category>我的爱路情程</category><category>改变</category><pubDate>Fri, 13 Aug 2010 00:34:52 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/5-life-changing-story#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/?p=149</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/5-life-changing-story</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/403992921/4951640</fs:itemid></item><item><title>Wordpress插件：All in One SEO Pack</title><link>http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992922/4951640/1/item.html</link><content:encoded>&lt;p&gt;　　All in One SEO Pack 是 wordpress 的一个 seo 插件，用这一个插件可以实现 wordpress 的整体优化。不需要 title 插件， meta 插件， tag 插件，也不需要 DupPrevent Plugin 插件，更不用担心因为插件的交替所带来的一堆麻烦。&lt;br /&gt;
&lt;span id=&quot;more-239&quot;&gt;&lt;/span&gt;&lt;br /&gt;
　　&lt;strong&gt;一、 All in One SEO Pack 有什么作用？&lt;/strong&gt;&lt;br /&gt;
　　1. 可以给每篇文章添加独立的关键词；&lt;br /&gt;
　　2. 可以给每篇文章添加独立的 meta 标签；&lt;br /&gt;
　　3. 可以给每篇文章添加独立的 description ；&lt;br /&gt;
　　4. 可以给每篇文章添加独立的摘要；&lt;br /&gt;
　　5. 可以给每篇文章自动生成摘要；&lt;br /&gt;
　　6. 可以防止存档页和首页的内容被抓取，从而防止因重复内容被 google 降权。&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;二、如何安装使用 All in One SEO Pack ？&lt;/strong&gt;&lt;br /&gt;
　　1. 下载 &lt;a href=&quot;http://wordpress.org/extend/plugins/all-in-one-seo-pack/&quot;&gt;All in One SEO Pack&lt;/a&gt; 并解压，上传到 plugin 目录；&lt;br /&gt;
　　2. 登录 wordpress 后台控制面板激活该插件；&lt;br /&gt;
　　3. 在选项菜单里面找到 all in one seo 选项，把里面的空白内容填完。&lt;/p&gt;
&lt;p&gt;　　&lt;strong&gt;Home Title&lt;/strong&gt;：填写博客标题，如“北街博客”；&lt;br /&gt;
　　&lt;strong&gt;Home Description&lt;/strong&gt;：则填博客的描述，如“关注互联网、影视动态，汇聚业界技术信息。”；&lt;br /&gt;
　　&lt;strong&gt;Home Keywords&lt;/strong&gt;：填写博客的关键词，最好不要填太多，50个词组以内；&lt;br /&gt;
　　&lt;strong&gt;Rewrite Titles&lt;/strong&gt;：指标题要不要重写，如果选中的话，标题的前半部分是博客文章的题目，后半部分则是博客的名则，用“-”分隔开，如北街博客的是“关注互联网、影视动态，汇聚业界技术信息 - 北街博客”；&lt;br /&gt;
　　&lt;strong&gt;Use Categories for META keywords&lt;/strong&gt;： 把分类作为 meta 关键词，推荐选中；&lt;br /&gt;
　　&lt;strong&gt;Use Category Description as Title&lt;/strong&gt;：把分类描述作为标题，不推荐选中；&lt;br /&gt;
　　&lt;strong&gt;Use noindex for Categories&lt;/strong&gt;：分类页面不抓取，推荐选中；&lt;br /&gt;
　　&lt;strong&gt;Use noindex for Archives&lt;/strong&gt;：存档页面不抓取，推荐选中；&lt;br /&gt;
　　&lt;strong&gt;Autogenerate Descriptions&lt;/strong&gt;：自动生成摘要，不推荐选中，建议手动填写，把精华内容加进去；&lt;br /&gt;
　　&lt;strong&gt;Max Number of Words in Auto-Generated Descriptions&lt;/strong&gt;：摘要的最大文字数，建议修改为50。&lt;br /&gt;
　　4. 在撰写文章界面，添加关键字，摘要。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;© 北街 for &lt;a href=&quot;http://www.ibeijie.cn&quot;&gt;北街&lt;/a&gt;, 2010&lt;br /&gt;
Source: &lt;a href=&quot;http://www.ibeijie.cn/wordpress-plugins-all-in-one-seo-pack&quot;&gt;Wordpress插件：All in One SEO Pack&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ibeijie.cn/wordpress-plugins-all-in-one-seo-pack#comments&quot;&gt;31 comments&lt;/a&gt;&lt;br /&gt;
Post tags: &lt;a href=&quot;http://www.ibeijie.cn/tag/all-in-one-seo-pack&quot; rel=&quot;tag&quot;&gt;All in One SEO Pack&lt;/a&gt;, &lt;a href=&quot;http://www.ibeijie.cn/tag/seo%e6%8f%92%e4%bb%b6&quot; rel=&quot;tag&quot;&gt;seo插件&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/403992922/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992922/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/403992922/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/403992922/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=2c2edc036d1e00798c2095941e40186f&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=2c2edc036d1e00798c2095941e40186f&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=1c20cf1d33dabb3fa576e6895f118579&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=1c20cf1d33dabb3fa576e6895f118579&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d70787652a1c6c50583277cd1e4b590a&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d70787652a1c6c50583277cd1e4b590a&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d1d6df7fb6191217172f111dc43d707b&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d1d6df7fb6191217172f111dc43d707b&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=4c82ba0383268563751c3d1d403be21d&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=4c82ba0383268563751c3d1d403be21d&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><wfw:commentRss>http://www.ibeijie.cn/wordpress-plugins-all-in-one-seo-pack/feed</wfw:commentRss><slash:comments>31</slash:comments><description>　　All in One SEO Pack 是 wordpress 的一个 seo 插件，用这一个插件可以实现 wordpress 的整体优化。不需要 title 插件， meta 插件， tag 插件，也不需要 DupPrevent Plugin 插件，更不用担心因为插件的交替所带来的一堆麻烦。

　　一、 All in One SEO Pack 有什么作用？
　　1. 可以给每篇文章添加独立的关键词；
　　2. 可以给每篇文章添加独立的 meta 标签；
　　3. 可以给每篇文章添加独立的 description ；
　　4. 可以给每篇文章添加独立的摘要；
　　5. 可以给每篇文章自动生成摘要；
　　6. 可以防止存档页和首页的内容被抓取，从而防止因重复内容被 google 降权。
　　二、如何安装使用 All in One SEO Pack ？
　　1. 下载 All in One SEO Pack 并解压，上传到 plugin 目录；
　　2. 登录 [...]&lt;img src=&quot;http://www1.feedsky.com/t1/403992922/ibeijie/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/ibeijie/~6843550/403992922/4951640/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/ibeijie/403992922/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/ibeijie/403992922/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;fsflare&quot;&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=2c2edc036d1e00798c2095941e40186f&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=2c2edc036d1e00798c2095941e40186f&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=1c20cf1d33dabb3fa576e6895f118579&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=1c20cf1d33dabb3fa576e6895f118579&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d70787652a1c6c50583277cd1e4b590a&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d70787652a1c6c50583277cd1e4b590a&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=d1d6df7fb6191217172f111dc43d707b&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=d1d6df7fb6191217172f111dc43d707b&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://feed.feedsky.com/~flare/ibeijie?a=4c82ba0383268563751c3d1d403be21d&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~flare/ibeijie?i=4c82ba0383268563751c3d1d403be21d&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description><category>seo插件</category><category>All in One SEO Pack</category><category>Wordpress Plugin</category><pubDate>Tue, 10 Aug 2010 00:48:39 +0800</pubDate><author>北街</author><comments>http://www.ibeijie.cn/wordpress-plugins-all-in-one-seo-pack#comments</comments><guid isPermaLink="false">http://www.ibeijie.cn/?p=239</guid><dc:creator>北街</dc:creator><fs:srclink>http://www.ibeijie.cn/wordpress-plugins-all-in-one-seo-pack</fs:srclink><fs:srcfeed>http://www.ibeijie.cn/feed/</fs:srcfeed><fs:itemid>feedsky/ibeijie/~6843550/403992922/4951640</fs:itemid></item></channel></rss>