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

<channel>
	<title>Geng的小屋</title>
	<atom:link href="http://blog.yuwei.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yuwei.org</link>
	<description>Powered by WordPress</description>
	<lastBuildDate>Fri, 16 Mar 2012 05:42:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>克隆 ssh 连接</title>
		<link>http://blog.yuwei.org/archives/548</link>
		<comments>http://blog.yuwei.org/archives/548#comments</comments>
		<pubDate>Fri, 16 Mar 2012 05:42:24 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/?p=548</guid>
		<description><![CDATA[SecureCRT有个很好用的功能：Clone Session，这个功能的好处在于复用 ssh 连接，要求 Security token 的登录不用每次找 token 输入密码了。 不过，OSX、Linux之类原生ssh的，为了这么个功能还装个图形 ssh 客户端？成本未免高了点。 既然 SecureCRT 只是个客户端，这个功能肯定得是 ssh 本身就支持的，只不过默认没打开。 方法： 在 ~/.ssh/config 里添加几行： Host * #对所有服务器生效，或者 name1.domain name2.domain，不需要的不加可以节省资源。 ControlMaster auto #开启 session 复用，值可以是yes和ask，不过都不是我们需要的。 ControlPath ~/.ssh/ssh-%r@%h:%p #指定控制文件，%r 用户名 %h 机器名 %p 端口号。建议都加上，具体的前缀和连接符随意。 ControlPersist yes #这个就是比 SecureCRT 强大的地方了，保留连接，除了yes还可以指定保留 s&#124;S 秒 m&#124;M分钟 h&#124;H小时 d&#124;D天 w&#124;W周，默认是秒。 &#160;]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/548/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook不加入域记住Exchange密码</title>
		<link>http://blog.yuwei.org/archives/545</link>
		<comments>http://blog.yuwei.org/archives/545#comments</comments>
		<pubDate>Wed, 08 Feb 2012 05:04:15 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/?p=545</guid>
		<description><![CDATA[我的Windows一直没加入域，每次打开Outlook登录Exchange邮箱都要输入密码，昨天终于忍不了决定解决这个问题了。 http://social.microsoft.com/Forums/zh-CN/exchangeserverzhchs/thread/08690fab-bf3a-4b38-a3a8-5edc1e8f8915#8 根据这个说明，在“控制面板”- “用户帐户和家庭安全” 下的 “凭据管理器”里找到Exchange所在的机器域名，编辑，把用户名改成 domainname\username 的形式，搞定。]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/545/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>通过losetup和kpartx挽救虚拟机里的数据</title>
		<link>http://blog.yuwei.org/archives/541</link>
		<comments>http://blog.yuwei.org/archives/541#comments</comments>
		<pubDate>Fri, 08 Jul 2011 09:49:34 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/?p=541</guid>
		<description><![CDATA[xen losetup kpartx 虚拟磁盘]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/541/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我跟不上时代了</title>
		<link>http://blog.yuwei.org/archives/538</link>
		<comments>http://blog.yuwei.org/archives/538#comments</comments>
		<pubDate>Fri, 08 Apr 2011 10:03:19 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/?p=538</guid>
		<description><![CDATA[两大浏览器的新版，Internet Explore 9 和Firefox 4 用起来都不怎么舒服。 IE9问题比较严重，首先把标题栏去掉了，看上去光秃秃的很不习惯。而且标题稍长就很难看到了，只能在预览界框上悬停，瞄一眼。 默认情况下选项卡跟地址栏在一行，不管有多少人喜欢这样，我是觉得这设计脑残至极。不仅选项卡被严重压缩，网页地址更是基本看不到了，多余这么设计。 哦，IE9有一点比较好，就是全屏的时候上面还是有一块标题栏的地方，可以方便的操作。相比来说Chrome的选项卡顶满屏幕就是彻底的XX了。 &#160; FF4大体上还是很不错的，但有几个小问题，一是后退的时候会后退到上一步的“跳转”操作，这倒是无可厚非，但有很大几率会迅速的回到后退前的页面。也就是说如果你点了一个链接，而这个链接是跳转的，如果网速够快，你就很难通过简单的按几下后退来回到刚刚的页面了。 我其他浏览器选中行尾的时候都会带上那个换行，FF4把那个换行干掉了，很难说这个特性是好是坏，但我还是需要那个换行的。 &#160; 发完这篇把这两个浏览器降回来。]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/538/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ubuntu tty乱码的解决</title>
		<link>http://blog.yuwei.org/archives/522</link>
		<comments>http://blog.yuwei.org/archives/522#comments</comments>
		<pubDate>Tue, 25 Jan 2011 15:51:18 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/?p=522</guid>
		<description><![CDATA[linux ubuntu tty 乱码 解决]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/522/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 4.2 没有不支持共享AirPrint</title>
		<link>http://blog.yuwei.org/archives/532</link>
		<comments>http://blog.yuwei.org/archives/532#comments</comments>
		<pubDate>Sun, 21 Nov 2010 18:18:21 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[4.2]]></category>
		<category><![CDATA[4.2.1]]></category>
		<category><![CDATA[AirPrint]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[共享]]></category>
		<category><![CDATA[共享AirPrint]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/archives/532</guid>
		<description><![CDATA[4.2和4.2.1都用过了，装4.2的时候确实体验了一把AirPrint，感觉会很好用。升了4.2.1才注意到有关共享打印机AirPrint被取消的传闻，试了下确实没了。 但觉得移动设备的轻量级应用肯定是走很简单的接口，iOS也不大可能去验证服务端到底是什么东西，OS X、iTunes去掉这个支持功能倒确实很有可能。 于是把4.2.1降回去试了一下，果然，依然不能用，跟之前能用的时候相比只是把iTunes 10.1 beta 换成了正式版。而且记得很清楚第一次升级到4.2的时候iTunes提示了AirPrint啥啥的，还有个系统的提权警告，10.1正式版完全没有这些。 基本可以肯定，iOS 4.2的AirPrint没有缩水，缩水的是OS X和iTunes，应该是出于商业考虑。 证据是刚刚发布OS X 和 iTunes 的正式版，就出现了两个支持共享打印机AirPrint的收费软件；HP也将推出更多原生支持AirPrint的打印机。如果共享打印机AirPrint功能在操作系统和管理软件里免费提供，对这三家厂商绝对不是好消息。 &#160; 好消息是苹果之前确实是有打算过免费提供这些功能，于是就有了泄漏的文件： AirPrint.zip 把文件解压到 C:\Program Files\AirPrint\ Win7下执行 sc.exe create AirPrint binPath= &#34;C:\Program Files\AirPrint\airprint.exe -s&#34; depend= &#34;Bonjour Service&#34; start= auto sc.exe start AirPrint 目的就是加一个系统服务，XP和其他系统可能命令略有不同。 &#160; 这是获取到AirPrint.zip的地址]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/532/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP + Nokia + UPS = XXX的，会爆炸啊！</title>
		<link>http://blog.yuwei.org/archives/530</link>
		<comments>http://blog.yuwei.org/archives/530#comments</comments>
		<pubDate>Fri, 05 Nov 2010 07:48:19 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/?p=530</guid>
		<description><![CDATA[HP + Nokia + UPS = XXX的，会爆炸啊！ 由 Sagat Yang 于 1 day 之前发表 日前，迪拜（Dubai）警方在一架飞往美国的UPS货机上发现一个炸弹，比较恐怖的地方在于，炸弹藏身在一部毫不起眼的HP打印机里，被当作一般OA设备运送，并且装上Nokia手机的主机板，恐怖份子打算用遥控的方式引爆。 幸好还没起飞前就被发现，因为这架货机会经过德国、英国，最后到美国，歹徒比较有创意之处（当然是用途不好的创意），是把固态的炸弹，据说是PETN（PentaErythritol TetraNitrate），弄成粉末状，装在激光打印机的墨粉盒里，装在打印机里运送。并且找了一部Nokia 6120 Classic（Symbian based）智能型手机，先在手机行事历设定好时间，然后手机提醒与来电皆改为振动，然后把手机拆光只留下主机板与SIM卡，固定在打印机主机板的旁边。如果日程表的提示时间还没到，歹徒也可以打这部手机的号码来手动引爆。 炸弹粉末填充在墨粉盒实在看不出来，没有人会去检查墨粉盒里面装得到底是不是碳粉，作为引爆装置（就像雷管）装在打印机内部也一样难以辨识，也没人会去拆解打印机，就算拆了，手机主机板也会被当成一般主机板，加上PETN对于撞击、摩擦与晃动相当敏感，如果快递搬运上飞机太过粗鲁，或是飞机着陆时的晃动，都有可能导致炸弹引爆，这是非常恐怖的事。幸好该名恐怖份子已经遭逮捕，并且无人伤亡，笔者不禁开始佩服恐怖份子的创意，也让笔者学到了一些炸弹相关的知识啊。 转自 engadget中国版 - HP + Nokia + UPS = XXX的，会爆炸啊！.]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/530/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>两大占据了用户桌面的软件巨头正式互掐</title>
		<link>http://blog.yuwei.org/archives/528</link>
		<comments>http://blog.yuwei.org/archives/528#comments</comments>
		<pubDate>Wed, 27 Oct 2010 09:29:50 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[斗争]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/archives/528</guid>
		<description><![CDATA[腾讯在右下角通知区域弹推荐窗口明显是不明智的行为，会自动消失的。另一方面360就霸气多了，桌面当中的巨大、置顶窗口。通知效果要好很多。 =================== 360的评论直到凌晨一点还在以4-6条/秒的速度递增。腾讯估计是审核人员下班了，或者懒得管这事，晚上八点之后就没更新了，自己发的提示审核中。]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/528/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2010年10月13-15&#8220;新浪视频&#8221;同步现场直播场次-20101006</title>
		<link>http://blog.yuwei.org/archives/521</link>
		<comments>http://blog.yuwei.org/archives/521#comments</comments>
		<pubDate>Mon, 11 Oct 2010 08:53:03 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/archives/521</guid>
		<description><![CDATA[http://www.guodegang.org/bbs/viewthread.php?tid=34365&#38;extra=page%3D1 &#160; 2010年10月13-15日，北京德云社“中国相声精品节目系列展演”演出的同时，继续于“新浪视频”进行同步现场直播，欢迎广大网友届时收看欣赏。 直播时间：2010年10月13-15日晚19:15时始 直播地址： http://live.video.sina.com.cn/room/ent1 http://live.video.sina.com.cn/room/ent2 http://live.video.sina.com.cn/room/ent3 （以上地址，随机择一） 以下为本期直播场次和节目安排： 10月13日（周三）德云三里屯剧场（晚场） 中国相声精品节目展演系列 ——“三羊开泰”专场 1、郭鹤鸣（莲花落） 【王二姐思夫】 2、阎鹤祥、刘鹤春 【 拴 娃 娃 】 3、曹鹤阳、高 峰 【对坐数来宝】 4、冯阔洋、于 谦 【倒背报菜名】 5、烧 饼、栾云平 【 口吐莲花 】 6、郭德纲、陶 阳 【 文 王 卦 】 10月14日（周四）天桥德云社剧场（晚场） 中国相声精品节目展演系列 ——“老树新枝”相声专场 1、刘鹤春、阎鹤祥 【多层饭店】 2、郑 好、谢天顺 【五味俱全】 3、孔云龙、曹鹤阳、烧 饼【一仆二主】 4、李 根、杨鹤通 【 挖 宝 】 [...]]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/521/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>偶遇ATM重启</title>
		<link>http://blog.yuwei.org/archives/520</link>
		<comments>http://blog.yuwei.org/archives/520#comments</comments>
		<pubDate>Tue, 14 Sep 2010 06:48:02 +0000</pubDate>
		<dc:creator>Geng</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.yuwei.org/archives/520</guid>
		<description><![CDATA[中关村海龙下边的浦发自动取款机 &#160; &#160; &#160; &#160;]]></description>
		<wfw:commentRss>http://blog.yuwei.org/archives/520/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

