<?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>Jerry&#039;s Blog</title>
	<atom:link href="http://maoa.cn/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://maoa.cn/blog</link>
	<description>好好学习，天天向上</description>
	<lastBuildDate>Sat, 01 May 2010 16:06:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solaris查找文本内容</title>
		<link>http://maoa.cn/blog/?p=84</link>
		<comments>http://maoa.cn/blog/?p=84#comments</comments>
		<pubDate>Tue, 13 Apr 2010 15:58:55 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=84</guid>
		<description><![CDATA[查找包含hello内容的文件，递归子目录：
$ find . xargs &#124; grep  "hello"
查找包含hello内容的文件，当前目录：
$ grep "hello" /directory/*
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>查找包含hello内容的文件，递归子目录：</p>
<p>$ find . xargs | grep  "hello"</p>
<p>查找包含hello内容的文件，当前目录：</p>
<p>$ grep "hello" /directory/*</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 远程桌面</title>
		<link>http://maoa.cn/blog/?p=13</link>
		<comments>http://maoa.cn/blog/?p=13#comments</comments>
		<pubDate>Mon, 29 Mar 2010 14:12:29 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=13</guid>
		<description><![CDATA[修改远程桌面端口
修改 Windows 远程桌面端口，需要修改注册表中以下两项的 PortNumber 值：
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp
HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro1Set\Control\Tenninal Server\WinStations\RDP-Tcp
多用户登陆破解
在 Windows 7 中，远程登录默认只支持一个用户登陆。如果在登录时发现当前电脑已经有其他用户使用，会弹出提示，继续后会中断当前用户的操作。打开类似 Windows Server 的多用户登陆支持，需要修改 Windows\System32\ 的 termsrv.dll 文件。通过十六进制编辑器执行如下替换操作：
x86 版本：
替换 3B86200300000F84574B01
为 B800010000908986200300
替换 85E0FEFFFF43
为 85E0FEFFFF90
替换 7C34397DF874
为 7C34397DF8EB
x64 版本：
替换  8B873806000039873C0600000F849ACE0000
为 B80001000090898738060000909090909090
替换 488D4C2460BB01
为 488D4C2460BB00
替换 1F837C24500074
为 1F837C245000EB
或直接下载附件：Concurrent_RDP_Win7
远程登陆 console 界面
在 Windows Server 中，用户已经本地登陆之后再在远程登录，远程会话和本地会话会出现不一致的情况。这时，通过在远程访问地址后面加 /admin 参数，登录到本地的 console 会话。另外，也可以直接运行命令行 mstsc /admin。当然，在 Windows 任务管理器中，直接选择想到登陆的会话，然后右键菜单选择“连接”也可以。
Here is no comments yet by the time  your rss [...]]]></description>
			<content:encoded><![CDATA[<p><strong>修改远程桌面端口</strong></p>
<p>修改 Windows 远程桌面端口，需要修改注册表中以下两项的 PortNumber 值：<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro1Set\Control\Tenninal Server\WinStations\RDP-Tcp</p>
<p><strong>多用户登陆破解</strong></p>
<p>在 Windows 7 中，远程登录默认只支持一个用户登陆。如果在登录时发现当前电脑已经有其他用户使用，会弹出提示，继续后会中断当前用户的操作。打开类似 Windows Server 的多用户登陆支持，需要修改 Windows\System32\ 的 termsrv.dll 文件。通过十六进制编辑器执行如下替换操作：</p>
<p>x86 版本：</p>
<p>替换 3B86200300000F84574B01<br />
为 B800010000908986200300</p>
<p>替换 85E0FEFFFF43<br />
为 85E0FEFFFF90</p>
<p>替换 7C34397DF874<br />
为 7C34397DF8EB</p>
<p>x64 版本：</p>
<p>替换  8B873806000039873C0600000F849ACE0000<br />
为 B80001000090898738060000909090909090</p>
<p>替换 488D4C2460BB01<br />
为 488D4C2460BB00</p>
<p>替换 1F837C24500074<br />
为 1F837C245000EB</p>
<p>或直接下载附件：Concurrent_RDP_Win7</p>
<p><strong>远程登陆 console 界面</strong></p>
<p>在 Windows Server 中，用户已经本地登陆之后再在远程登录，远程会话和本地会话会出现不一致的情况。这时，通过在远程访问地址后面加 /admin 参数，登录到本地的 console 会话。另外，也可以直接运行命令行 mstsc /admin。当然，在 Windows 任务管理器中，直接选择想到登陆的会话，然后右键菜单选择“连接”也可以。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache禁止列目录</title>
		<link>http://maoa.cn/blog/?p=79</link>
		<comments>http://maoa.cn/blog/?p=79#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:56:14 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=79</guid>
		<description><![CDATA[修改 httpd.conf 配置文件：
查找 Options Indexes FollowSymLinks，修改为 Options -Indexes。
或者，www 目录下的修改 .htaccess 配置文件：
加入 Options -Indexes
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>修改 httpd.conf 配置文件：<br />
查找 Options Indexes FollowSymLinks，修改为 Options -Indexes。</p>
<p>或者，www 目录下的修改 .htaccess 配置文件：<br />
加入 Options -Indexes</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决WordPress的Warning: Cannot modify header information</title>
		<link>http://maoa.cn/blog/?p=86</link>
		<comments>http://maoa.cn/blog/?p=86#comments</comments>
		<pubDate>Wed, 10 Feb 2010 16:03:32 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=86</guid>
		<description><![CDATA[在从自己的 Windows 服务器迁移到远程的 Linux 服务器过程中，出现 "Warning: Cannot modify header information – headers already sent by (***)" 错误。
这很可能是由于在 Windows 下用记事本修改过 wp-config.php 文件，导致该文件出现 BOM 字符，而 PHP 无法识别。
解决方法：将 wp-config.php 文件用记事本打开，另存为 ANSI 编码格式，重新上传覆盖，搞定。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>在从自己的 Windows 服务器迁移到远程的 Linux 服务器过程中，出现 "Warning: Cannot modify header information – headers already sent by (***)" 错误。</p>
<p>这很可能是由于在 Windows 下用记事本修改过 wp-config.php 文件，导致该文件出现 BOM 字符，而 PHP 无法识别。</p>
<p>解决方法：将 wp-config.php 文件用记事本打开，另存为 ANSI 编码格式，重新上传覆盖，搞定。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>飞信用户已停机</title>
		<link>http://maoa.cn/blog/?p=77</link>
		<comments>http://maoa.cn/blog/?p=77#comments</comments>
		<pubDate>Sat, 06 Feb 2010 15:55:20 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[杂记]]></category>
		<category><![CDATA[飞信]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=77</guid>
		<description><![CDATA[刚刚登陆飞信，提示“用户已停机”，网上充值重开机之后，仍提示停机无法登陆。打10086，得到“您再等等”的扯蛋答复。
解决方法：点飞信上的“设置密码”，发送验证码，重置密码，重新登录，恢复正常。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>刚刚登陆飞信，提示“用户已停机”，网上充值重开机之后，仍提示停机无法登陆。打10086，得到“您再等等”的扯蛋答复。</p>
<p>解决方法：点飞信上的“设置密码”，发送验证码，重置密码，重新登录，恢复正常。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>再见了，Sun</title>
		<link>http://maoa.cn/blog/?p=88</link>
		<comments>http://maoa.cn/blog/?p=88#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:04:11 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[日记]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=88</guid>
		<description><![CDATA[Subject: Thanks for a great 28 years
Date: Tue, 26 Jan 2010
From: Scott McNealy
To: [all Sun employees]
Gang,
    When I interviewed many of you for employment at Sun over the years, one commitment often made was that things will change above, below, and around you faster than any place you have ever been. Looks [...]]]></description>
			<content:encoded><![CDATA[<p>Subject: Thanks for a great 28 years<br />
Date: Tue, 26 Jan 2010<br />
From: Scott McNealy<br />
To: [all Sun employees]</p>
<p>Gang,</p>
<p>    When I interviewed many of you for employment at Sun over the years, one commitment often made was that things will change above, below, and around you faster than any place you have ever been. Looks like this was one area we exceeded plan for 28 years. While it was never the primary vision to be acquired by Oracle, it was always an interesting option. And this huge event is upon us now. Let's all embrace it with all of the enthusiasm and class and talent that we have to offer.</p>
<p>    This combination has the potential to put Sun, its people, and its technology at the center of yet another industry and game-changing inflection point. The opportunity is well-documented and articulated by Larry and the Oracle folks. Not much I can add on this score. This is a very powerful merger. And way better than some of the alternatives we were facing.</p>
<p>    So what do I say to all of you, now this is happening?</p>
<p>    It turns out that one simple message to the large and diverse Sun community is actually quite hard to craft. Even for a big mouth who is always ready with a clever quip. The community includes our resellers and customers, our current and former employees, their friends and families who supported our employees on their mission to change the industry, our investors, our supply and service partners, students and educators, and even our competitors with whom we often collaborated.</p>
<p>    But let me try. Though nothing I could write comes close to matching the unbelievably strong and positive emotions I have for you all. See, I never was able to master dispassion. I truly loved starting, running, and living Sun. And the last four years have not been without serious withdrawal. And the EU approval rocked me more than it should have.</p>
<p>    So, to be honest, this is not a note this founder wants to write. Sun, in my mind, should have been the great and surviving consolidator. But I love the market economy and capitalism more than I love my company.</p>
<p>    And I sure "hope" America regains its love affair with capitalism. And except for the auto industry, financial industry, health care, and some other places (I digress), the invisible hand is doing its thing quite efficiently. So I am more than willing to accept this outcome.</p>
<p>    And my hat is off to one of the greatest capitalists I have ever met, Larry Ellison. He will do well with the assets that Sun brings to Oracle.</p>
<p>    What we did right and wrong at Sun over the years might make for interesting reading. However, I am not a book writer. I am a husband, father of four, and a builder and leader of people who want to make a difference.</p>
<p>    But spare me a bit of nostalgia. Not of the mistakes we made, and lord knows I made a ton. But of the things we did right and well.</p>
<p>    First and foremost, Sun innovated like crazy. We took it to the limit (see Eagles). And though we did not monetize our inventions as well as we could have, few companies have the track record in R&#038;D that we had over the last 28 years. This made working at Sun really cool. Thanks to all of you inventors and risk takers who changed how we live.</p>
<p>    Sun cared about its customers. Even more than we cared about our own company at times. We looked at our customer's mission as more important than ours. Maybe we should have asked for more revenue in return, but our employees were always ready to help first. I love this about Sun, which I guess makes me a good capitalist, if not a great capitalist.</p>
<p>    Sun did not cheat, lie, or break the rule of law or decency. While we enjoyed breaking the rules of conventional wisdom and archaic business practice, and for sure loved to win in the market, we did so with a solid reputation for integrity. Nearly three decades of competing without a notable incident of our folks going off course morally or legally. Not all executives and big companies are bad. Really. There are good companies out there. Special thanks to all of my employees for this. I never had to hide the newspaper in shame from my children.</p>
<p>    Sun was a financial success. We paid billions in taxes, salaries, purchases, leases, training, and even lawyers and accountants for devastatingly cumbersome SOX and legal compliance (oops, more classic digression). Long-term and smart investors made billions in SUNW. And our customers generated revenue and savings using our equipment in countless ways. Many employees started families, bought homes, and put them through school while working at Sun. Our revenues over 28 years exceeded $200B. Few companies make it to the F200. We did. Nice.</p>
<p>    Sun employees had way more fun than any other company. By far. From our dress code ("You must!") to beer busts to our April Fools' pranks to SunRise to our quiet enjoyment at night of a long, hard, well-done day of work, no company enjoyed "work" more than Sun. Thanks to all of our employees past and present for making Sun such a blast.</p>
<p>    I could go on for a long time reminiscing about the good and great stuff we did at Sun, but just allow me one last one. We shared. Not the greatest attribute for a capitalist. But one I could not change and was not willing to change about Sun while I was in charge. We shared in the success of Sun with our resellers. With our employees through stock options, SunShare, beer busts, and the like (for as long as Congress would allow) and through our efforts to keep as many of them on board for as long as possible during the inevitable down cycles. With our partners through the Java Community Process, through our open-source collaborations, and licensing strategies. With our customers through our commitments to low barriers to exit. Sun was never just about us. It was about we. And that may be a bit of the reason we are where we are today.</p>
<p>    But I have few regrets (see Sinatra's "My Way") and will always look back at Sun and its gang with only pride. Enormous pride. You are the best this industry ever had, though few outside of Sun recognized it.</p>
<p>    And what we are about will live on in Sparc, Solaris, Java, our products, and our spirit. Well past everyone's recollections of what we did together. I will never forget, though.</p>
<p>    Oracle is getting a crown jewel of the technology industry. They will do great things with Sun. Do your best to support them, and keep the Sun spirit alive and well in the industry. Our children will be better for it.</p>
<p>    Thanks for the off-the-charts support to everyone who ever carried a Sun badge, used our products, or helped our company through the years.</p>
<p>    And thanks to my wonderful wife, Susan, who gave this desperado (see Eagles) a chance to choose the Queen of Hearts before it was too late.</p>
<p>    Someday, hopefully, you will all get to see or meet her and my other life's works named Maverick, Dakota, Colt, and Scout. If you do, perhaps you will understand why I stepped back from the CEO role four years ago. And why I feel like the luckiest guy in the whole world.</p>
<p>    My best to all of you, and remember:</p>
<p>    Kick butt and have fun!</p>
<p>    Scott<br />
<img src="http://maoa.cn/blog/wp-content/uploads/2010/05/IMG_0166-small1-300x202.jpg" alt="" title="IMG_0166-small1-300x202" width="300" height="202" class="aligncenter size-full wp-image-89" /></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>神雕侠侣</title>
		<link>http://maoa.cn/blog/?p=91</link>
		<comments>http://maoa.cn/blog/?p=91#comments</comments>
		<pubDate>Sat, 23 Jan 2010 16:05:59 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[bosack]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=91</guid>
		<description><![CDATA[Leonard Bosack和他的前妻Sandra Lerner一起，是Cisco Systems公司的创建者。
1969年，Bosack毕业于宾夕法尼亚州的一所名叫La Salle的高中，同年进入宾州大学，并且在1973年获得学士学位。毕业后，他进入了Digital Equipment Corporation (DEC)公司并参与一个和36bit系统有关的项目。1979年，Bosack离开DEC公司进入斯坦福大学并于之后的1981年获得计算机科学专业硕士学位。在那里，他遇到了他的同学Sandra Lerner并于1980年与之结婚。
Cisco Systems公司的创建者 Leonard Bosack和他当时的妻子， Sandra Lerner，被认为是为完善有史以来第一台路由器的设计做出了主要的贡献，正是路由器使得构建internet成为了可能。不过，发明第一台路由器的殊荣并不属于这对夫妇，它属于一个叫William Yeager的人，他是当时斯坦福医学中心的工程师。正是此人写出了一个名叫Internetwork Operating System (IOS)的软件来控制一种专用的计算机使之可以实现路由的功能。Bosack和他的小组接手了这个软件的源代码并完善了其中的设计思路，最终利用它造出了成功商用的路由器。
设计有史以来第一台路由器的诱因源于当时的Bosack管理着斯坦福大学计算机科学系的电脑，而他的妻子Lerner管理着远在校园另一头的商业研究所的电脑。他们之间可以利用校园局域网（campus LAN）收发Email，但他们的电脑由于分别使用不同的操作系统因而不能直接连通。于是，两人在自己的电脑上使用了一块由后来的SUN Microsystems的创始人Andy Bechtolsheim设计的网卡并使用了经过升级的IMP操作系统，在大楼之间架设网线并且使电脑之间直接相连。
在架网的过程中，Bosack和Lerner的团队不断地改进整个系统的连通性以使得它可以连接不同的网络、不同的计算机操作系统和不同的协议。很快，消息不胫而走，很多其他大学的机构开始向他们索要这种全新的改进的系统，当时，这台机器被称为“multiprotocol router”。
Bosack和Lerner夫妇意识到了这台新机器背后可能蕴藏的巨大商机，他们开始向斯坦福大学申请将这台机器以及相关技术投入正式的商业销售。由于斯坦福大学是非赢利性机构，它不能够进入一个商业投机领域，因此它理所当然地拒绝了这个要求并禁止这个小组出售这个技术。
关于这个故事还有许多有趣的有争议版本，包括斯坦福大学自己。它在之后宣布Bosack和其他人篡夺了原本属于自己的路由器设计理念并非法地投入商用。在提出诉讼之余，斯坦福大学于1987年的4月就路由器软件的license和两块电脑主板向Cisco公司收取了19300美元的现金和150000美元的版税，并且还能享有在Bosack夫妇离开之后使用Cisco公司产品的折扣，服务，以及产品的完善升级之类的特权。
1984年，Bosack和Lerner夫妇正式组建了Cisco Systems公司并且开始在他们家的客厅制造路由器。Cisco这个名字取自美国城市San Francisco，其公司Logo也来自那个著名的金门大桥。1986年，Bosack正式从斯坦福辞职。同年，Bosack和Lerner得到了Sequoia Capital公司二百五十万美金的风投，这是他们俩经历了77次在其他风投公司申请失败之后才得到的。
从1984年到1992年，Cisco以平均每年200%的速度增长，而这些增长是在几乎没有做任何广告的条件下取得的。1990年8月28日，公司的管理层解雇了Lerner。在得知这个消息后，Bosack立刻主动辞职以示对妻子的支持。他们俩也立即卖掉了属于自己的Cisco股票并获利一亿七千万美金。第二年，Bosack在华盛顿Redmond创建了自己的公司名叫XKL (http://www.xkl.com/)，他在那里工作至今。
- Hshen2007 选译自维基百科公开发表文章：http://en.wikipedia.org/wiki/Len_Bosack
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>Leonard Bosack和他的前妻Sandra Lerner一起，是Cisco Systems公司的创建者。</p>
<p>1969年，Bosack毕业于宾夕法尼亚州的一所名叫La Salle的高中，同年进入宾州大学，并且在1973年获得学士学位。毕业后，他进入了Digital Equipment Corporation (DEC)公司并参与一个和36bit系统有关的项目。1979年，Bosack离开DEC公司进入斯坦福大学并于之后的1981年获得计算机科学专业硕士学位。在那里，他遇到了他的同学Sandra Lerner并于1980年与之结婚。</p>
<p>Cisco Systems公司的创建者 Leonard Bosack和他当时的妻子， Sandra Lerner，被认为是为完善有史以来第一台路由器的设计做出了主要的贡献，正是路由器使得构建internet成为了可能。不过，发明第一台路由器的殊荣并不属于这对夫妇，它属于一个叫William Yeager的人，他是当时斯坦福医学中心的工程师。正是此人写出了一个名叫Internetwork Operating System (IOS)的软件来控制一种专用的计算机使之可以实现路由的功能。Bosack和他的小组接手了这个软件的源代码并完善了其中的设计思路，最终利用它造出了成功商用的路由器。</p>
<p>设计有史以来第一台路由器的诱因源于当时的Bosack管理着斯坦福大学计算机科学系的电脑，而他的妻子Lerner管理着远在校园另一头的商业研究所的电脑。他们之间可以利用校园局域网（campus LAN）收发Email，但他们的电脑由于分别使用不同的操作系统因而不能直接连通。于是，两人在自己的电脑上使用了一块由后来的SUN Microsystems的创始人Andy Bechtolsheim设计的网卡并使用了经过升级的IMP操作系统，在大楼之间架设网线并且使电脑之间直接相连。</p>
<p>在架网的过程中，Bosack和Lerner的团队不断地改进整个系统的连通性以使得它可以连接不同的网络、不同的计算机操作系统和不同的协议。很快，消息不胫而走，很多其他大学的机构开始向他们索要这种全新的改进的系统，当时，这台机器被称为“multiprotocol router”。</p>
<p>Bosack和Lerner夫妇意识到了这台新机器背后可能蕴藏的巨大商机，他们开始向斯坦福大学申请将这台机器以及相关技术投入正式的商业销售。由于斯坦福大学是非赢利性机构，它不能够进入一个商业投机领域，因此它理所当然地拒绝了这个要求并禁止这个小组出售这个技术。</p>
<p>关于这个故事还有许多有趣的有争议版本，包括斯坦福大学自己。它在之后宣布Bosack和其他人篡夺了原本属于自己的路由器设计理念并非法地投入商用。在提出诉讼之余，斯坦福大学于1987年的4月就路由器软件的license和两块电脑主板向Cisco公司收取了19300美元的现金和150000美元的版税，并且还能享有在Bosack夫妇离开之后使用Cisco公司产品的折扣，服务，以及产品的完善升级之类的特权。</p>
<p>1984年，Bosack和Lerner夫妇正式组建了Cisco Systems公司并且开始在他们家的客厅制造路由器。Cisco这个名字取自美国城市San Francisco，其公司Logo也来自那个著名的金门大桥。1986年，Bosack正式从斯坦福辞职。同年，Bosack和Lerner得到了Sequoia Capital公司二百五十万美金的风投，这是他们俩经历了77次在其他风投公司申请失败之后才得到的。</p>
<p>从1984年到1992年，Cisco以平均每年200%的速度增长，而这些增长是在几乎没有做任何广告的条件下取得的。1990年8月28日，公司的管理层解雇了Lerner。在得知这个消息后，Bosack立刻主动辞职以示对妻子的支持。他们俩也立即卖掉了属于自己的Cisco股票并获利一亿七千万美金。第二年，Bosack在华盛顿Redmond创建了自己的公司名叫XKL (http://www.xkl.com/)，他在那里工作至今。</p>
<p>- Hshen2007 选译自维基百科公开发表文章：http://en.wikipedia.org/wiki/Len_Bosack</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=91</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat 无法启动</title>
		<link>http://maoa.cn/blog/?p=75</link>
		<comments>http://maoa.cn/blog/?p=75#comments</comments>
		<pubDate>Wed, 20 Jan 2010 15:54:30 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=75</guid>
		<description><![CDATA[Windows 环境中 Tomcat 无法正常启动。查看日志文件，报错：Failed creating java e:\jdk1.6\jre\bin\server\jvm.dll
解决方法：复制 jdk\bin\msvcr71.dll 到 tomcat 安装目录下的 bin 目录。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>Windows 环境中 Tomcat 无法正常启动。查看日志文件，报错：Failed creating java e:\jdk1.6\jre\bin\server\jvm.dll</p>
<p>解决方法：复制 jdk\bin\msvcr71.dll 到 tomcat 安装目录下的 bin 目录。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris 网络监控</title>
		<link>http://maoa.cn/blog/?p=73</link>
		<comments>http://maoa.cn/blog/?p=73#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:53:51 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[snoop]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=73</guid>
		<description><![CDATA[刚在外面有人问 Solaris 网络监控，一时有点犯懵，在回家的路上想起来了 snoop 和 netstat 命令。一个是用来抓包的，一个是用来查看连接状况的。其实当时也想到了 netstat，就是只在 Windows 上用过。另外在 Solaris/Linux 上可以借助 chaosreader 分析网络数据包日志。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>刚在外面有人问 Solaris 网络监控，一时有点犯懵，在回家的路上想起来了 snoop 和 netstat 命令。一个是用来抓包的，一个是用来查看连接状况的。其实当时也想到了 netstat，就是只在 Windows 上用过。另外在 Solaris/Linux 上可以借助 chaosreader 分析网络数据包日志。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=73</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS FastCGI PHP 环境下搭建 WordPress</title>
		<link>http://maoa.cn/blog/?p=68</link>
		<comments>http://maoa.cn/blog/?p=68#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:47:05 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=68</guid>
		<description><![CDATA[2009年年底最郁闷的事情除了离开 Sun 以外莫过于自己的博客站点被无故关停。服务商给的解释是 CPU 和流量超负荷。这个理由非常搞笑，因为我的站点上只放了一个 WordPress 博客程序。如果我的博客 CPU 和流量能达到超负荷的级别，那这个站点绝对 PR &#62;=4 了。
几经波折，从服务商那边要回了站点文件和数据库备份脚本。新申请了 DreamHost，但是至今状态还在 pending。正值前段时间在家里部署了一台 Windows Server 2008，遂尝试在自己的服务器上恢复博客应用。
Windows Server 2008 (SP2) + IIS 7
添加 Web 服务器角色，需要安装 CGI 扩展支持。

FastCGI + PHP (5.2.12) + MySQL (5.1) + Zend (3.3)
先从 php.net 官网下载Windows 版本安装程序，这里使用的版本是 5.2.12。本人 5.2 和 5.3 版本均做过尝试，发现 5.3 非常不稳定，会出现程序卡住的现象，建议还是 5.2 版本。另外压缩版本的配置文件也不太好用，调整的地方过多，建议使用 MSI 版本。安装的时候在向导中选择 IIS FastCGI，扩展 ext 不要乱选，有些组件还需要下载其他文件支持，容易出现缺少文件的问题。
安装后，打开 PHP.ini [...]]]></description>
			<content:encoded><![CDATA[<p>2009年年底最郁闷的事情除了离开 Sun 以外莫过于自己的博客站点被无故关停。服务商给的解释是 CPU 和流量超负荷。这个理由非常搞笑，因为我的站点上只放了一个 WordPress 博客程序。如果我的博客 CPU 和流量能达到超负荷的级别，那这个站点绝对 PR &gt;=4 了。</p>
<p>几经波折，从服务商那边要回了站点文件和数据库备份脚本。新申请了 DreamHost，但是至今状态还在 pending。正值前段时间在家里部署了一台 Windows Server 2008，遂尝试在自己的服务器上恢复博客应用。</p>
<p><strong>Windows Server 2008 (SP2) + IIS 7</strong></p>
<p>添加 Web 服务器角色，需要安装 CGI 扩展支持。<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2010/05/server2008-iis.png"><img src="http://maoa.cn/blog/wp-content/uploads/2010/05/server2008-iis.png" alt="" title="server2008-iis" width="593" height="469" class="alignnone size-full wp-image-69" /></a><br />
<strong>FastCGI + PHP (5.2.12) + MySQL (5.1) + Zend (3.3)</strong></p>
<p>先从 php.net <a href="http://www.php.net">官网</a>下载Windows 版本安装程序，这里使用的版本是 5.2.12。本人 5.2 和 5.3 版本均做过尝试，发现 5.3 非常不稳定，会出现程序卡住的现象，建议还是 5.2 版本。另外压缩版本的配置文件也不太好用，调整的地方过多，建议使用 MSI 版本。安装的时候在向导中选择 IIS FastCGI，扩展 ext 不要乱选，有些组件还需要下载其他文件支持，容易出现缺少文件的问题。</p>
<p>安装后，打开 PHP.ini 配置如下选项，注意把前面的;注释去掉：</p>
<blockquote><p>fastcgi.impersonate = 1<br />
cgi.fix_pathinfo = 1<br />
cgi.force_redirect = 0<br />
open_basedir = Web 根目录<br />
date.timezone ="Asia/Shanghai"<br />
short_open_tag = On</p></blockquote>
<p>其中后两个配置选项是在部署 WordPress 碰到问题时需要添加的。</p>
<p>“开始” - “运行” - 进入 PHP 安装目录，运行：php -info，正常情况下会输出各种参数变量。</p>
<p>打开 IIS 管理器，找到“处理程序映射”，右侧面板中选择“添加模块映射”，路径 *.php，模块 FastCgiModule，可执行文件 php-cgi.exe 所在路径，名称可以写为 PHP_via_FastCGI。弹出提示选择“是”。PHP 支持添加完成。</p>
<p>注意，wwwroot 文件权限需要设定好，否则应用将无法正常上传或修改文件。<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2010/05/mapping.png"><img src="http://maoa.cn/blog/wp-content/uploads/2010/05/mapping.png" alt="" title="mapping" width="659" height="394" class="alignnone size-full wp-image-70" /></a><br />
MySQL 和 Zend 的安装比较轻松，根据向导一路 Next 即可。</p>
<p>MySQL 数据库中涉及到 WordPress 域名变换的问题，可以使用 mysqldump 先导出 SQL，文本替换旧域名，然后 mysqlimport  导入。</p>
<p><strong>Serv-U (9.2) PASV 设定</strong></p>
<p>IIS 的 FTP 服务器比较简单，Serv-U 更为强大，而且支持 FTPS 和 SFTP。在 Serv-U 搭建中一个比较常见的问题是“被动模式”端口因为防火墙而无法正常访问。这将导致 WordPress 不能自动更新和自动安装插件。建议在设置中设定 PASV 端口范围，并添加防火墙例外。<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2010/05/serv-u.png"><img src="http://maoa.cn/blog/wp-content/uploads/2010/05/serv-u.png" alt="" title="serv-u" width="507" height="539" class="alignnone size-full wp-image-71" /></a><br />
<strong>其他尚待解决的问题</strong><br />
WordPress Flash 上传图片组件运行不正常。<br />
WordPress XML-RPC 不正常，无法使用 Windows Live Writer。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>产品管理</title>
		<link>http://maoa.cn/blog/?p=59</link>
		<comments>http://maoa.cn/blog/?p=59#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:42:42 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[产品]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=59</guid>
		<description><![CDATA[Donald R. Lehmann 和 Russell S. Winer 的 Product Management 是一本比较经典的产品管理著作，但面向传统制造业，缺乏信息经济、网络经济和知识经济的背景成分。前不久暑假的时候，有幸拜读了北大前辈微软首席产品官周宏桥博士的最新著作，他从孙子兵法的战略眼光描述了软件产品的实践方法，令我获益匪浅。
首先，要先明确一个概念，产品和项目是有区别的。项目一般是特定的客户定义了特定的需求，在商业合同的约束下，公司为其定制的软件系统。而产品一般是没有具体的客户存在，也没有商业合同的约束，公司为了拓展某个细分市场而开发的通用性软件系统。所以，产品经理和项目经理的职责不尽相同。
就我个人理解，一个好的项目经理的目标是最大程度的满足利害关系者的不同需求，而一个好的产品经理的目标应该是有能力对需求加以引导和满足。
从过程角度上看，产品经理职责可以分为：调研、设计、管理、运营、改进五个部分。通过不同广度、深度和高度的市场调研中收集基本、期望和兴奋性需求；然后，根据相应的定位设计差异化产品；接下来，将该产品投入开发实施，加以管理控制；之后，开展各种层次的推广运营；而后，根据市场反馈加以产品改进和升级。
在互联网时代，速度就意味着优势。敏捷这个词显得尤重要。好的调研报告不等于好的设计模型，好的设计模型也不等于好的产品。苹果的产品在问世前几乎不做市场调查，乔布斯说的很直接，“所有公司都能作出接近完美的模型，但很少有公司能作出品质优良的产品”。
好产品的灵魂是用户体验。好的用户体验来源在于功能的务实和带有点理想主义色彩的创意。
以常用的输入法产品为例，基本功很重要，像资源占用、响应速度、界面友好、词库丰富都是很重要的硬指标。做好了这些，可能只是满足了基本用户的基本需求。另外有不少期望或兴奋性需求是尚未满足的，甚至还有一些需求是我们可以加以引导的。
下面简单说几个想法：
在桌面系统输入法上，将输入法和系统“运行”和“搜索”命令相结合。比方说，不少人会经常用到 ping 这个命令测试网络连通状况。传统的方式是打开开始菜单，然后点击“运行”，在弹出窗口中输入 ping 命令。如果输入法通过“i+命令”的方式就可以达到效果，将会极大的方便一些专业用户，以此树立良好口碑。
另外，将输入法和翻译相结合，也是一个不错的主意。在输入句子的之后，结合翻译引擎将该句子做翻译处理，然后直接将翻译后的英文句子上屏，可以做到即打即译。
在手写输入法的改进也很值得关注。手写输入有手机也有桌面。未来，触摸屏的应用很可能会大规模的延伸到个人电脑或是上网本领域，甚至有一天，键盘彻底消失而被屏幕虚拟取代也不是没有可能，就像 iPhone 一样。
还有语音识别输入、图像识别输入，以及为残障人士提供的定制产品等等。
当然，在互联网行业，仅有想法还是远远不够的，正如360周鸿祎所言，这是一个需要不断运营、不断持续打磨的过程。
最后借用一句毛主席语录，“从群众中来，到群众中去”。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>Donald R. Lehmann 和 Russell S. Winer 的 Product Management 是一本比较经典的产品管理著作，但面向传统制造业，缺乏信息经济、网络经济和知识经济的背景成分。前不久暑假的时候，有幸拜读了北大前辈微软首席产品官周宏桥博士的最新著作，他从孙子兵法的战略眼光描述了软件产品的实践方法，令我获益匪浅。</p>
<p>首先，要先明确一个概念，产品和项目是有区别的。项目一般是特定的客户定义了特定的需求，在商业合同的约束下，公司为其定制的软件系统。而产品一般是没有具体的客户存在，也没有商业合同的约束，公司为了拓展某个细分市场而开发的通用性软件系统。所以，产品经理和项目经理的职责不尽相同。</p>
<p>就我个人理解，一个好的项目经理的目标是最大程度的满足利害关系者的不同需求，而一个好的产品经理的目标应该是有能力对需求加以引导和满足。</p>
<p>从过程角度上看，产品经理职责可以分为：调研、设计、管理、运营、改进五个部分。通过不同广度、深度和高度的市场调研中收集基本、期望和兴奋性需求；然后，根据相应的定位设计差异化产品；接下来，将该产品投入开发实施，加以管理控制；之后，开展各种层次的推广运营；而后，根据市场反馈加以产品改进和升级。</p>
<p>在互联网时代，速度就意味着优势。敏捷这个词显得尤重要。好的调研报告不等于好的设计模型，好的设计模型也不等于好的产品。苹果的产品在问世前几乎不做市场调查，乔布斯说的很直接，“所有公司都能作出接近完美的模型，但很少有公司能作出品质优良的产品”。</p>
<p>好产品的灵魂是用户体验。好的用户体验来源在于功能的务实和带有点理想主义色彩的创意。</p>
<p>以常用的输入法产品为例，基本功很重要，像资源占用、响应速度、界面友好、词库丰富都是很重要的硬指标。做好了这些，可能只是满足了基本用户的基本需求。另外有不少期望或兴奋性需求是尚未满足的，甚至还有一些需求是我们可以加以引导的。</p>
<p>下面简单说几个想法：</p>
<p>在桌面系统输入法上，将输入法和系统“运行”和“搜索”命令相结合。比方说，不少人会经常用到 ping 这个命令测试网络连通状况。传统的方式是打开开始菜单，然后点击“运行”，在弹出窗口中输入 ping 命令。如果输入法通过“i+命令”的方式就可以达到效果，将会极大的方便一些专业用户，以此树立良好口碑。</p>
<p>另外，将输入法和翻译相结合，也是一个不错的主意。在输入句子的之后，结合翻译引擎将该句子做翻译处理，然后直接将翻译后的英文句子上屏，可以做到即打即译。</p>
<p>在手写输入法的改进也很值得关注。手写输入有手机也有桌面。未来，触摸屏的应用很可能会大规模的延伸到个人电脑或是上网本领域，甚至有一天，键盘彻底消失而被屏幕虚拟取代也不是没有可能，就像 iPhone 一样。</p>
<p>还有语音识别输入、图像识别输入，以及为残障人士提供的定制产品等等。</p>
<p>当然，在互联网行业，仅有想法还是远远不够的，正如360周鸿祎所言，这是一个需要不断运营、不断持续打磨的过程。</p>
<p>最后借用一句毛主席语录，“从群众中来，到群众中去”。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>互联网产品设计的“马化腾法则”</title>
		<link>http://maoa.cn/blog/?p=61</link>
		<comments>http://maoa.cn/blog/?p=61#comments</comments>
		<pubDate>Thu, 29 Oct 2009 15:43:32 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[产品]]></category>
		<category><![CDATA[Tencent]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=61</guid>
		<description><![CDATA[1. 为产品订立优先级和先后次序。
2. 不强迫用户。不为1%的需求骚扰99%的用户。
3. 保证研发机制，产品迭代要快，快速实现、快速响应。
4. 图案和简洁并不是一对矛盾体。
5. 要丰富自己的角色，做最挑剔的用户、最笨的用户。
6. 产品经理第一要关注产品的硬指标。
7. 技术核心能力不可复制性强，让极致核心能力产生口碑。
8. 对局部、细小之处的创新要永不满足。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>1. 为产品订立优先级和先后次序。<br />
2. 不强迫用户。不为1%的需求骚扰99%的用户。<br />
3. 保证研发机制，产品迭代要快，快速实现、快速响应。<br />
4. 图案和简洁并不是一对矛盾体。<br />
5. 要丰富自己的角色，做最挑剔的用户、最笨的用户。<br />
6. 产品经理第一要关注产品的硬指标。<br />
7. 技术核心能力不可复制性强，让极致核心能力产生口碑。<br />
8. 对局部、细小之处的创新要永不满足。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>北大校徽新解</title>
		<link>http://maoa.cn/blog/?p=63</link>
		<comments>http://maoa.cn/blog/?p=63#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:44:23 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[杂记]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=63</guid>
		<description><![CDATA[
校徽解释：我顶你个肺
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p><a href="http://maoa.cn/blog/wp-content/uploads/2010/05/title-new.jpg"><img src="http://maoa.cn/blog/wp-content/uploads/2010/05/title-new.jpg" alt="" title="title-new" width="283" height="80" class="alignnone size-full wp-image-64" /></a><br />
校徽解释：我顶你个肺</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=63</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>右键菜单添加新建 Word 2003 文档</title>
		<link>http://maoa.cn/blog/?p=56</link>
		<comments>http://maoa.cn/blog/?p=56#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:39:07 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=56</guid>
		<description><![CDATA[在安装 Office 2007 后，右键菜单默认的新建都是 2007 版本格式的文档，例如：Word 2007 的格式 docx，而没有传统的 Word 2003 格式 doc。
现阶段 2007 格式的通用程度还远不及 2003，因为每次创建 2007 格式的文档之后都会另存为 2003 格式，这就会很麻烦。
解决问题：
打开注册表，找到路径：
HKEY_CLASSES_ROOT\.doc\Word.Document.8\ShellNew，新建“字符串值”，名称为"FileName"，串值"word.doc"，这样新建 Word 2003 格式文档就会出现在鼠标右键菜单中了。
同理 Excel 也是一样：
HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8\ShellNew，新建“字符串值”，名称为"FileName"，串值"excel.xls"。

By the time  your rss reader get this post here is  1 comments ,Welcome you come to leave your opinion !]]></description>
			<content:encoded><![CDATA[<p>在安装 Office 2007 后，右键菜单默认的新建都是 2007 版本格式的文档，例如：Word 2007 的格式 docx，而没有传统的 Word 2003 格式 doc。</p>
<p>现阶段 2007 格式的通用程度还远不及 2003，因为每次创建 2007 格式的文档之后都会另存为 2003 格式，这就会很麻烦。</p>
<p>解决问题：</p>
<p>打开注册表，找到路径：<br />
HKEY_CLASSES_ROOT\.doc\Word.Document.8\ShellNew，新建“字符串值”，名称为"FileName"，串值"word.doc"，这样新建 Word 2003 格式文档就会出现在鼠标右键菜单中了。</p>
<p>同理 Excel 也是一样：</p>
<p>HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8\ShellNew，新建“字符串值”，名称为"FileName"，串值"excel.xls"。</p>
<p><img src="http://maoa.cn/blog/wp-content/uploads/2010/05/2009-10-24_163122.png" alt="" title="2009-10-24_163122" width="609" height="360" class="aligncenter size-full wp-image-57" /></p>
By the time  your rss reader get this post here is <strong> 1 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>H1N1</title>
		<link>http://maoa.cn/blog/?p=66</link>
		<comments>http://maoa.cn/blog/?p=66#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:45:34 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[杂记]]></category>
		<category><![CDATA[H1N1]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=66</guid>
		<description><![CDATA[最近到哈尔滨出差，某某大学学校主页以及各大网站满面的信心都是多少多少学生解除了隔离，什么什么领导表达了关心，一堆一堆部门在幕后的支持。
可一个基本的信息被有意或无意的忽略或者淡化了，就是，他们这所大学确诊的人数，由两天前的10+，上升到了现在的70+。
到底哪个信息对公众更有用一些呢？
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>最近到哈尔滨出差，某某大学学校主页以及各大网站满面的信心都是多少多少学生解除了隔离，什么什么领导表达了关心，一堆一堆部门在幕后的支持。</p>
<p>可一个基本的信息被有意或无意的忽略或者淡化了，就是，他们这所大学确诊的人数，由两天前的10+，上升到了现在的70+。</p>
<p>到底哪个信息对公众更有用一些呢？</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>锁定到任务栏消失</title>
		<link>http://maoa.cn/blog/?p=54</link>
		<comments>http://maoa.cn/blog/?p=54#comments</comments>
		<pubDate>Sun, 06 Sep 2009 15:33:44 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=54</guid>
		<description><![CDATA[昨晚在 Windows 7 中试用鱼鱼桌面秀，卸载后发现程序右键菜单中“锁定到任务栏”(Pin to Taskbar) 消失，同时发现桌面图标的左下角的快捷方式箭头也消失。
而后尝试 Windows 7 优化大师，在“系统美化”标签内，将“系统外观设置”的“移出快捷方式上的箭头”勾选保存，再取消勾选保存。
桌面图标恢复正常，并且“锁定到任务栏”也同时恢复。估计这是个 Windows 7 的 bug。
另外查了下网上的其他解决方案，开始-运行：
REG ADD HKCR\lnkfile /v IsShortcut /f
本质上来讲，其实是一样的。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>昨晚在 Windows 7 中试用鱼鱼桌面秀，卸载后发现程序右键菜单中“锁定到任务栏”(Pin to Taskbar) 消失，同时发现桌面图标的左下角的快捷方式箭头也消失。</p>
<p>而后尝试 Windows 7 优化大师，在“系统美化”标签内，将“系统外观设置”的“移出快捷方式上的箭头”勾选保存，再取消勾选保存。</p>
<p>桌面图标恢复正常，并且“锁定到任务栏”也同时恢复。估计这是个 Windows 7 的 bug。</p>
<p>另外查了下网上的其他解决方案，开始-运行：</p>
<p>REG ADD HKCR\lnkfile /v IsShortcut /f</p>
<p>本质上来讲，其实是一样的。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris 查看硬件信息</title>
		<link>http://maoa.cn/blog/?p=52</link>
		<comments>http://maoa.cn/blog/?p=52#comments</comments>
		<pubDate>Sat, 22 Aug 2009 15:32:20 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=52</guid>
		<description><![CDATA[1. 查看cpu的状态
# psrinfo -v
# mpstat 可以列出多cpu负载的状态
2. 查看内存
# prtconf &#124; grep 'Memory' 可以查看内存容量
# /usr/platform/sun4u/sbin/prtdiag
3. 动态添加 swap 分区
$su － root 成为超级用户
# mkfile 100m /home/swapfile 创建100m的Swap文件
# /usr/sbin/swap －a /path/filename 激活Swap文件
# /usr/sbin/swap －l 验证swap文件
# /usr/sbin/swap －d /path/filename 取消swap文件
# rm -rf /home/swapfile 删除swap文件 
4. 查看当前网卡速率 
# dmesg &#124;grep Link 
5. 调整x-window的分辨率和刷新频率
字符界面登陆，运行：#/kdmconfig 
6. 使用光、软驱
一般情况下用：
# /etc/init.d/volmgt start
# volcheck
以上方法不行，用：
# /etc/init.d/volmgt stop
# mount -F [...]]]></description>
			<content:encoded><![CDATA[<p>1. 查看cpu的状态</p>
<p># psrinfo -v<br />
# mpstat 可以列出多cpu负载的状态</p>
<p>2. 查看内存</p>
<p># prtconf | grep 'Memory' 可以查看内存容量<br />
# /usr/platform/sun4u/sbin/prtdiag</p>
<p>3. 动态添加 swap 分区</p>
<p>$su － root 成为超级用户<br />
# mkfile 100m /home/swapfile 创建100m的Swap文件<br />
# /usr/sbin/swap －a /path/filename 激活Swap文件<br />
# /usr/sbin/swap －l 验证swap文件<br />
# /usr/sbin/swap －d /path/filename 取消swap文件<br />
# rm -rf /home/swapfile 删除swap文件 </p>
<p>4. 查看当前网卡速率 </p>
<p># dmesg |grep Link </p>
<p>5. 调整x-window的分辨率和刷新频率</p>
<p>字符界面登陆，运行：#/kdmconfig </p>
<p>6. 使用光、软驱</p>
<p>一般情况下用：<br />
# /etc/init.d/volmgt start<br />
# volcheck<br />
以上方法不行，用：<br />
# /etc/init.d/volmgt stop<br />
# mount -F hsfs -o ro /dev/dsk/c0t6d0s0 /cdrom 挂接光驱<br />
# mount -F pcfs /dev/diskette0 /floppy 挂接软驱<br />
文件系统说明：<br />
ufs – UNIX 文件系统。是 Solaris 缺省的文件系统。<br />
hsfs – 高密度 CD-ROM 文件系统，是只读文件系统。<br />
pcfs – PC文件系统，支持 DOS 格式化的软盘 </p>
<p>7. SCSI设备的命名规则 </p>
<p>带有总线控制器的硬盘的使用，下面列出了总线控制器的硬盘命名习惯：<br />
cWtXdYsZ<br />
c Logical controller number<br />
t Physical bus target number<br />
d Drive number<br />
s Slice (or partition) number (0 to 7)<br />
例如：<br />
/dev/rdsk/c0t0d0s0 该原始接口对应第一个控制器的第一个SCSI目标地址的第一个硬盘的第一片(根)<br />
/dev/rdsk/c0t0d0s2 该原始接口对应第一个控制器的第一个SCSI目标地址上的第一个硬盘的第三片(表示整个硬盘) </p>
<p>8. 查看硬盘的使用情况</p>
<p># df –h 可以看到已安装的文件系统的空间大小及剩余空间大小。<br />
# quota –v 查看用户的磁盘空间信息,如果你用quota限制了用户空间大小的话。<br />
# du -sk * 查看目录的使用情况<br />
# du -k | sort -n 迅速发现那个目录是最大的。 </p>
<p>9. 查看硬盘物理信息</p>
<p># format 这个命令可以查看硬盘的类型和分区的详细情况<br />
# iostat –E 看硬盘的大小和型号<br />
# prtvtoc /dev/rdsk/c0t0d0s0 显示某个磁盘的分区状况</p>
<p>10. 查看系统内核命令</p>
<p># isainfo 看内核的bit<br />
# isainfo -kv 调整内核<br />
# modinfo 显示可载入的模组<br />
# prtconf 显示系统硬件配置（周边设备）<br />
# sysdef 显示可载入的模组，硬件配置与一些可以调整的核心参考值<br />
# ulimit -a</p>
<p>11. 打印当前的OBP版本号</p>
<p># prtconf –V<br />
OBP 3.20.0 2000/10/24 10:47<br />
# /usr/platform/sun4u/sbin/prtdiag –v | grep OBP<br />
OBP 3.20.0 2000/10/24 10:47 POST 6.1.0 2000/10/24 10:49<br />
ok. .version<br />
Release 3.20 Version 0 created 2000/10/24 10:47<br />
OBP 3.20.0 2000/10/24 10:47<br />
POST 6.1.0 2000/10/24 10:49<br />
OBDIAG 4.5.1 2000/10/24 10:48 </p>
<p>12. 查看及启动系统的32位或64位内核模式</p>
<p>64位模式<br />
# isalist –v<br />
sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc<br />
# isainfo –v<br />
64-bit sparcv9 applications<br />
32-bit sparc applications<br />
# isainfo –b<br />
64<br />
启动64位内核模式<br />
ok. boot kernel/sparcv9/unix </p>
<p>32位模式<br />
# isalist –v<br />
sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc<br />
# isainfo –v<br />
32-bit sparc applications<br />
# isainfo –b<br />
32<br />
启动32位模式<br />
ok. boot kernel/unix </p>
<p>13. 测定当前的显示器刷新频率</p>
<p># /usr/sbin/fbconfig –rev \? </p>
<p>14. 配置网卡ip</p>
<p># ifconfig -a 查看网卡,例如是hme0<br />
# ifconfig hme0 unplumb 停止网卡<br />
# ifconfig hme0 plumb 起用网卡<br />
# ifconfig hme0 inet 192.168.2.3 netmask 255.255.255.0 up 添加ip、子网掩码<br />
# vi /etc/defaultrouter 添加默认路由的ip<br />
# vi /etc/hostname.hme0 添加主机名<br />
# vi /etc/nodename 添加主机名<br />
# vi /etc/resolv.conf<br />
domain china.com 你的域名<br />
nameserver 202.106.0.20 你使用的 DNS IP<br />
# vi /etc/nsswitch.conf 更改 hosts：file dns</p>
<p>15. PROM 状态命令与参数</p>
<p>格式：OK> 指令<br />
命令 说明<br />
banner 显示当前机器配置状况，CPU,内存,hostid,EtherNet<br />
probe-scsi 显示内部SCSI通道所挂接设备<br />
probe-scsi-all 显示所有SCSI通道及所挂接设备<br />
probe-ide 显示所有IDE通道及所挂接设备(针对U10,U5)<br />
devalias 显示设备别名，如 cdrom,disk,disk0,disk1等<br />
printenv 无参数，显示环境变量或参数为环境变量名 如： printenv auto-boot?<br />
setenv 设置环境变量，如： setenv auto-boot? false<br />
set-default 恢复环境变量预定值 如：set-default auto-boot?<br />
set-defaults 恢复所有环境变量预定值<br />
boot device option 启动主机<br />
设备别名: cdrom 或 disk<br />
设备名: /pci@1f,4000/scsi@3,1/disk@6,0:f<br />
option -r 设备配置<br />
-s 单用户<br />
eject cdrom|floppy 弹出cdrom或floppy<br />
reset 复位<br />
test net<br />
watch-net-all<br />
show-devs </p>
<p>16. 查找网卡名称及接口个数</p>
<p># grep network /etc/path_to_inst</p>
<p>17. 如何一块网卡帮定三个 IP,并且子网掩码不同</p>
<p>举例说明，网卡名hme0：<br />
# vi /etc/hosts<br />
127.0.0.1 localhost<br />
192.168.2.1 dbs loghost<br />
192.168.9.15 dd<br />
192.168.9.65 aa<br />
# vi /etc/netmasks<br />
192.168.2.0 255.255.255.0<br />
192.168.9.0 255.255.255.192<br />
192.168.9.64 255.255.255.252 </p>
<p>#vi /etc/hostname.hme0<br />
dbs<br />
#vi /etc/hostname.hme0:1<br />
dd<br />
#vi /etc/hostname.hme0:2<br />
aa<br />
# ifconfig hme0 inet 192.168.2..1 netmask 255.255.255.0 up<br />
# ifconfig hme0:1inet 192.168.9.15 netmask 255.255.255.192 up<br />
# ifconfig hme0 inet 192.168.9.65 netmask 255.255.255.252 up<br />
# init 6<br />
#ifconfig -a</p>
<p>18. 如何在 PROM 状态下查看光纤硬盘</p>
<p>stop +a进入ok状态：<br />
ok> select 光纤卡设备名（可用show-devs查看到）<br />
ok> show-children </p>
<p>19. 主机双屏幕设置</p>
<p>1.Confirm there are two Video Cards。<br />
2.Confirm driver installed and patches installed if need。<br />
3.vi /usr/dt/config/Xservers.<br />
comment the last line.<br />
and uncomment the nearest line like this.<br />
4.reboot. </p>
<p>20. 查看硬盘参数及其物理地址</p>
<p># format</p>
<p># rmformat 移动硬盘</p>
<p>21. 显示磁盘的分区情况</p>
<p>#prtvtoc /dev/rdsk/c0t0d0s2</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>北京地铁</title>
		<link>http://maoa.cn/blog/?p=47</link>
		<comments>http://maoa.cn/blog/?p=47#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:27:11 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[杂记]]></category>
		<category><![CDATA[北京地铁]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=47</guid>
		<description><![CDATA[1号线
1号线又称“一线”，呈东西走向，1号线大部分线路位于长安街底下。运营线路西起苹果园站，东至四惠东站，全长30.44千米。线路标志色为红色。根据2008年6月的统计，各线路中1号线客运量最大，全天共运送乘客106.43万人次。
黑石头站（54号站）、高井站（53号站，101）、福寿岭站（52号站，102）作为地铁1号线一期工程就已建成的车站，自建成日起至今尚未对公众开放。
2号线
2号线是北京地铁第一条环线，全长23.1公里。设车站18座。线路标志色为蓝色。
2号线的线路图呈较规则的矩形，基本于北京内城重合。线路东段、北段、西段的走向与北京二环路重叠，线路南段沿长椿街-前门-建国门行驶。
4号线
地铁4号线线路全长28.6公里，正线全部为地下线，共设24座车站，其中23座地下站，1座地上站（安河桥北站，北端终点站），车辆段设在马家堡，停车场设在龙背村。4号线工程于2003年12月开工，预计于2009年9月底建成通车。
地铁4号线南起南四环公益西桥，向北至新街口，由新街口向西至首都体育馆后转向北，然后沿中关村大街至清华大学西门，之后再次折向西，经圆明园、颐和园，终点至安河桥北。
4号线于2009年年中将由港铁公司的子公司北京京港地铁有限公司营运，到2039年约满。
5号线
地铁5号线是北京第一条南北走向的地铁线，经过北郊天通苑等大型居住区。正线双线线路全长27.6公里，设车站23座。其中地下线长14.7公里，设车站16座；地面及高架线12.9公里，设车站7座。设太平庄车辆段和宋家庄停车场。全线投资约120亿元。线路标志颜色是紫红色。5号线于2002年12月28日开工建设，2007年10月7日通车运营。
6号线
地铁6号线是继地铁1号线之后北京又一条东西交通干线，列车运行时速最高达100公里，采用8辆编组，1500v架空接触网供电，是北京采用接触网的第一条轨道交通线路。已于2007年12月8日正式开工建设，全长41.513公里，设车站27座。一期工程由五路居至草房，二期工程由草房至东小营。
据计划，6号线一期工程的东段（呼家楼站至草房站）将于2011年底建成通车。
7号线
地铁7号线西起北京西站，为东西向线路，最后至焦化厂设置终点站，沿线经过丰台、宣武、崇文、朝阳等四个区。线路全长约24公里，共设车站22座，全部为地下线，线路在东端设置车辆段一座，预计投资150亿元。
8号线
8号线一期工程（奥运支线）北起森林公园南门站，南至北土城站，全长4.528公里，设4座车站，分别为森林公园南门站、奥林匹克公园站、奥体中心站和北土城站，于2008年7月19日开通运营。线路标志颜色为绿色。
8号线二期工程全长17.46公里，共设12座地下站，其中换乘站4座。工程又分为南北两段，北段线路与奥运支线的森林公园南门站相接。南段自北土城站引出，到达终点站美术馆东街。
据计划，8号线二期工程将分段开通。北段（森林公园南门站至回龙观东站）将于2010年底前建成通车；中段（北土城站至鼓楼大街站）将于2011年底建成通车。
9号线
地铁9号线起点设在丰台区的郭公庄，沿万寿路南延向北，从丰台火车站东侧穿过并一直向北至广安路路口右转，并沿广安路向东，下穿六里桥，至羊坊店路左转再向北，穿过北京西站以及玉渊潭公园，沿首都体育馆南路继续向北，过长河桥后至终点站白石桥站与4号线衔接。线路全长16.8公里，全部为地下线路。
北京已计划将地铁9号线建设成为国内首条节能示范线；通过站台空调控制、车身质量控制等前期对设备系统的提前干预，预计9号线能够节能10%左右。
9号线计划2007年4月开工，2011年年底竣工通车，工程总投资86亿元。
据计划，9号线将采用分段开通的方式。其南段（郭公庄站至六里桥站）将于2010年底前先期建成通车。

10号线
24.685公里的10号线一期工程于2003年12月27日与奥运支线合并开工，已经于2008年7月19日开通运营。线路标志颜色是天蓝色。
2007年12月8日32.46公里的二期工程（劲松—万柳）开工，将于2013年建成。二期建成后，10号线为北京第二条地铁环线，全长57.11公里，共设车站45座，全部为地下车站。根据远期规划，10号线将与17条轨道交通线换乘。
据计划，10号线二期工程的西北段（巴沟站至车道沟站）将于2011年底建成通车。
13号线
北京地铁13号线，全长40.5千米，线路标志色为黄色。
13号线在北京俗称为“城市铁路”，进而简称为“城铁”，或是称为“轻轨”，但实际上13号线的标准称呼是“地铁13号线”。线路呈倒“U”字形，西段沿京包铁路西侧向北延伸，过西二旗站后折向东南，沿北环铁路线北侧到望京，折向南到达东直门站。
14号线
14号线全长45.9公里。计划2009年开工，2012年建成通车。14号线为L字形，规划西起东河沿路，向东经丽泽、北京南站等地至劲松，然后转向北途经朝阳公园等地，终点设在望京来广营，总投资约231亿元。
但14号线在临近开工之前，规划受到了很大争议。西南终点附近的宛平的人们建议14号线改道，而居住在河西地区的人又希望14号线延长。另外，北部天通苑的居民因5号线过于拥挤，希望14号线北延，至天通苑东侧。
15号线
地铁15号线从颐和园开始，向东，穿过清华大学、奥林匹克公园，穿过望京后，沿京顺路、顺于路至顺义城区。线路全长约43.3公里，共设车站22座。这条线路将连接北京中心地区和顺义新城，也将穿过中关村、 奥林匹克公园、天竺临空经济区等北京重要的功能区。这条线路有望缓解京顺路的拥堵情况，但是直到2009年4月才开工。
一期工程由大屯路东至府前街，线路全长约32公里，设车站15座，预计投资129亿元。望京西至后沙峪段预计2010年底通车运营，后沙峪以东北的顺义段预计2011年12月建成开通，一期工程预计2013年全线通车运营。
15号线将采用新型列车，最高时速将达100千米/小时。
八通线
八通线是1号线的东段延长线，全长18.964千米，线路呈东西走向，全部为地面或高架线路。它将距离北京城市中心区相对较远的通州区和北京城八区之一的朝阳区联系起来。线路标志色仍为红色。
然而，八通线与1号线并不贯通运营，乘客须在四惠站或四惠东站进行换乘。
机场快轨（L1线）
机场轨道交通线是从东直门至北京首都国际机场的路线，全长27.3公里，共设置4座车站和1个车辆段，其中东直门可换乘2号线和13号线，三元桥可换乘10号线。东直门至三元桥为地下轨道，之后为地上轨道，穿越停机坪至2号航站楼段也为地下轨道。机场快轨已经于2008年7月19日开通运营。线路标志颜色为灰色。单程票价25元人民币。
列车进入3号航站楼，停车上下客，之后列车沿原路反向出站，到达2号航站楼后再次反向出站，驶向三元桥站。这个过程中列车上总有乘客。
亦庄线 （L2线）
已于2007年12月8日正式开工建设，市郊亦庄线是5号线向南延伸至亦庄的地铁线路，北起宋家庄站（未来可与5号线、10号线（二期）换乘），终点为亦庄火车站（京津城际铁路车站），线路总长23.2公里，共设14座车站，总投资99亿元，计划于2010年建成通车。
大兴线
北京轨道交通大兴线是4号线的延长线，位于城市南部，连接北京市主城区与大兴新城，将与4号线实现将贯通运营。线路北起南四环的公益西桥站，向南穿过京开高速公路、六环路，终点设于天宫院站。全长22.2公里，新建车站11座，其中地下站10座、高架站1座。预计于2010年建成通车。
由于将与4号线贯通，大兴线也将由港铁公司运营。
昌平线
昌平线为于北京北部，连接北京城区于昌平新城。线路规划从西直门站至十三陵景区。该线将分多期建设，一期工程自13号线西二旗站至昌平区城南路，全长21.3公里，拟设高架站6座、地下站1座，以及一座停车场。于2009年4月开工，计划2010年通车运营。

房山线
房山线是连接北京城区与房山良乡的线路。线路北接9号线郭公庄站，向南经世界公园后转向西南，穿过良乡城区，终点为苏庄大街站。线路全长24.79公里，其中高架线21.45公里，地下线2.79公里，过渡段0.55公里。全线设站11个，其中地下站2个，地上站9个。房山线已于2009年4月开工，预计于2010年12月31日通车运营。
西郊线
西郊线（或称“香山线”）全长约9公里，共设7个车站。线路从香山，向东南到四海桥，再与已开通的10号线一期终点巴沟站换乘。西郊支线预计2009年6月1日开工，2010年年底通车运营。西郊支线与其他地铁线路不同，主要功能是方便北京市民到香山游览。此外，西郊支线附带解决沿线居民出行问题。

Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p><strong>1号线</strong></p>
<p>1号线又称“一线”，呈东西走向，1号线大部分线路位于长安街底下。运营线路西起苹果园站，东至四惠东站，全长30.44千米。线路标志色为红色。根据2008年6月的统计，各线路中1号线客运量最大，全天共运送乘客106.43万人次。</p>
<p>黑石头站（54号站）、高井站（53号站，101）、福寿岭站（52号站，102）作为地铁1号线一期工程就已建成的车站，自建成日起至今尚未对公众开放。</p>
<p><strong>2号线</strong></p>
<p>2号线是北京地铁第一条环线，全长23.1公里。设车站18座。线路标志色为蓝色。</p>
<p>2号线的线路图呈较规则的矩形，基本于北京内城重合。线路东段、北段、西段的走向与北京二环路重叠，线路南段沿长椿街-前门-建国门行驶。</p>
<p><strong>4号线</strong></p>
<p>地铁4号线线路全长28.6公里，正线全部为地下线，共设24座车站，其中23座地下站，1座地上站（安河桥北站，北端终点站），车辆段设在马家堡，停车场设在龙背村。4号线工程于2003年12月开工，预计于2009年9月底建成通车。</p>
<p>地铁4号线南起南四环公益西桥，向北至新街口，由新街口向西至首都体育馆后转向北，然后沿中关村大街至清华大学西门，之后再次折向西，经圆明园、颐和园，终点至安河桥北。</p>
<p>4号线于2009年年中将由港铁公司的子公司北京京港地铁有限公司营运，到2039年约满。</p>
<p><strong>5号线</strong></p>
<p>地铁5号线是北京第一条南北走向的地铁线，经过北郊天通苑等大型居住区。正线双线线路全长27.6公里，设车站23座。其中地下线长14.7公里，设车站16座；地面及高架线12.9公里，设车站7座。设太平庄车辆段和宋家庄停车场。全线投资约120亿元。线路标志颜色是紫红色。5号线于2002年12月28日开工建设，2007年10月7日通车运营。</p>
<p><strong>6号线</strong></p>
<p>地铁6号线是继地铁1号线之后北京又一条东西交通干线，列车运行时速最高达100公里，采用8辆编组，1500v架空接触网供电，是北京采用接触网的第一条轨道交通线路。已于2007年12月8日正式开工建设，全长41.513公里，设车站27座。一期工程由五路居至草房，二期工程由草房至东小营。</p>
<p>据计划，6号线一期工程的东段（呼家楼站至草房站）将于2011年底建成通车。</p>
<p><strong>7号线</strong></p>
<p>地铁7号线西起北京西站，为东西向线路，最后至焦化厂设置终点站，沿线经过丰台、宣武、崇文、朝阳等四个区。线路全长约24公里，共设车站22座，全部为地下线，线路在东端设置车辆段一座，预计投资150亿元。</p>
<p><strong>8号线</strong></p>
<p>8号线一期工程（奥运支线）北起森林公园南门站，南至北土城站，全长4.528公里，设4座车站，分别为森林公园南门站、奥林匹克公园站、奥体中心站和北土城站，于2008年7月19日开通运营。线路标志颜色为绿色。</p>
<p>8号线二期工程全长17.46公里，共设12座地下站，其中换乘站4座。工程又分为南北两段，北段线路与奥运支线的森林公园南门站相接。南段自北土城站引出，到达终点站美术馆东街。</p>
<p>据计划，8号线二期工程将分段开通。北段（森林公园南门站至回龙观东站）将于2010年底前建成通车；中段（北土城站至鼓楼大街站）将于2011年底建成通车。</p>
<p><strong>9号线</strong></p>
<p>地铁9号线起点设在丰台区的郭公庄，沿万寿路南延向北，从丰台火车站东侧穿过并一直向北至广安路路口右转，并沿广安路向东，下穿六里桥，至羊坊店路左转再向北，穿过北京西站以及玉渊潭公园，沿首都体育馆南路继续向北，过长河桥后至终点站白石桥站与4号线衔接。线路全长16.8公里，全部为地下线路。</p>
<p>北京已计划将地铁9号线建设成为国内首条节能示范线；通过站台空调控制、车身质量控制等前期对设备系统的提前干预，预计9号线能够节能10%左右。</p>
<p>9号线计划2007年4月开工，2011年年底竣工通车，工程总投资86亿元。</p>
<p>据计划，9号线将采用分段开通的方式。其南段（郭公庄站至六里桥站）将于2010年底前先期建成通车。<br />
<strong><br />
10号线</strong></p>
<p>24.685公里的10号线一期工程于2003年12月27日与奥运支线合并开工，已经于2008年7月19日开通运营。线路标志颜色是天蓝色。</p>
<p>2007年12月8日32.46公里的二期工程（劲松—万柳）开工，将于2013年建成。二期建成后，10号线为北京第二条地铁环线，全长57.11公里，共设车站45座，全部为地下车站。根据远期规划，10号线将与17条轨道交通线换乘。</p>
<p>据计划，10号线二期工程的西北段（巴沟站至车道沟站）将于2011年底建成通车。</p>
<p><strong>13号线</strong></p>
<p>北京地铁13号线，全长40.5千米，线路标志色为黄色。</p>
<p>13号线在北京俗称为“城市铁路”，进而简称为“城铁”，或是称为“轻轨”，但实际上13号线的标准称呼是“地铁13号线”。线路呈倒“U”字形，西段沿京包铁路西侧向北延伸，过西二旗站后折向东南，沿北环铁路线北侧到望京，折向南到达东直门站。</p>
<p><strong>14号线</strong></p>
<p>14号线全长45.9公里。计划2009年开工，2012年建成通车。14号线为L字形，规划西起东河沿路，向东经丽泽、北京南站等地至劲松，然后转向北途经朝阳公园等地，终点设在望京来广营，总投资约231亿元。</p>
<p>但14号线在临近开工之前，规划受到了很大争议。西南终点附近的宛平的人们建议14号线改道，而居住在河西地区的人又希望14号线延长。另外，北部天通苑的居民因5号线过于拥挤，希望14号线北延，至天通苑东侧。</p>
<p><strong>15号线</strong></p>
<p>地铁15号线从颐和园开始，向东，穿过清华大学、奥林匹克公园，穿过望京后，沿京顺路、顺于路至顺义城区。线路全长约43.3公里，共设车站22座。这条线路将连接北京中心地区和顺义新城，也将穿过中关村、 奥林匹克公园、天竺临空经济区等北京重要的功能区。这条线路有望缓解京顺路的拥堵情况，但是直到2009年4月才开工。</p>
<p>一期工程由大屯路东至府前街，线路全长约32公里，设车站15座，预计投资129亿元。望京西至后沙峪段预计2010年底通车运营，后沙峪以东北的顺义段预计2011年12月建成开通，一期工程预计2013年全线通车运营。</p>
<p>15号线将采用新型列车，最高时速将达100千米/小时。</p>
<p><strong>八通线</strong></p>
<p>八通线是1号线的东段延长线，全长18.964千米，线路呈东西走向，全部为地面或高架线路。它将距离北京城市中心区相对较远的通州区和北京城八区之一的朝阳区联系起来。线路标志色仍为红色。</p>
<p>然而，八通线与1号线并不贯通运营，乘客须在四惠站或四惠东站进行换乘。</p>
<p><strong>机场快轨（L1线）</strong></p>
<p>机场轨道交通线是从东直门至北京首都国际机场的路线，全长27.3公里，共设置4座车站和1个车辆段，其中东直门可换乘2号线和13号线，三元桥可换乘10号线。东直门至三元桥为地下轨道，之后为地上轨道，穿越停机坪至2号航站楼段也为地下轨道。机场快轨已经于2008年7月19日开通运营。线路标志颜色为灰色。单程票价25元人民币。</p>
<p>列车进入3号航站楼，停车上下客，之后列车沿原路反向出站，到达2号航站楼后再次反向出站，驶向三元桥站。这个过程中列车上总有乘客。</p>
<p><strong>亦庄线 （L2线）</strong></p>
<p>已于2007年12月8日正式开工建设，市郊亦庄线是5号线向南延伸至亦庄的地铁线路，北起宋家庄站（未来可与5号线、10号线（二期）换乘），终点为亦庄火车站（京津城际铁路车站），线路总长23.2公里，共设14座车站，总投资99亿元，计划于2010年建成通车。</p>
<p><strong>大兴线</strong></p>
<p>北京轨道交通大兴线是4号线的延长线，位于城市南部，连接北京市主城区与大兴新城，将与4号线实现将贯通运营。线路北起南四环的公益西桥站，向南穿过京开高速公路、六环路，终点设于天宫院站。全长22.2公里，新建车站11座，其中地下站10座、高架站1座。预计于2010年建成通车。</p>
<p>由于将与4号线贯通，大兴线也将由港铁公司运营。</p>
<p><strong>昌平线</strong></p>
<p>昌平线为于北京北部，连接北京城区于昌平新城。线路规划从西直门站至十三陵景区。该线将分多期建设，一期工程自13号线西二旗站至昌平区城南路，全长21.3公里，拟设高架站6座、地下站1座，以及一座停车场。于2009年4月开工，计划2010年通车运营。<br />
<strong><br />
房山线</strong></p>
<p>房山线是连接北京城区与房山良乡的线路。线路北接9号线郭公庄站，向南经世界公园后转向西南，穿过良乡城区，终点为苏庄大街站。线路全长24.79公里，其中高架线21.45公里，地下线2.79公里，过渡段0.55公里。全线设站11个，其中地下站2个，地上站9个。房山线已于2009年4月开工，预计于2010年12月31日通车运营。</p>
<p><strong>西郊线</strong></p>
<p>西郊线（或称“香山线”）全长约9公里，共设7个车站。线路从香山，向东南到四海桥，再与已开通的10号线一期终点巴沟站换乘。西郊支线预计2009年6月1日开工，2010年年底通车运营。西郊支线与其他地铁线路不同，主要功能是方便北京市民到香山游览。此外，西郊支线附带解决沿线居民出行问题。</p>
<p><a href="http://maoa.cn/blog/wp-content/uploads/2010/05/Beijing-Subway-Plan-300x252.png"><img class="aligncenter size-full wp-image-48" title="Beijing-Subway-Plan-300x252" src="http://maoa.cn/blog/wp-content/uploads/2010/05/Beijing-Subway-Plan-300x252.png" alt="" width="300" height="252" /></a></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris 2009.06</title>
		<link>http://maoa.cn/blog/?p=36</link>
		<comments>http://maoa.cn/blog/?p=36#comments</comments>
		<pubDate>Mon, 01 Jun 2009 15:05:12 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=36</guid>
		<description><![CDATA[OpenSolaris 初体验 - OpenSolaris 2009.06
目录
第一部分 准备
1.1 下载镜像
1.2 刻录安装光盘
1.3 系统配置要求
第二部分 OpenSolaris 安装
2.1 光盘直接运行安装 OpenSolaris
2.2 VirtualBox 安装 OpenSolaris
2.3 VMWare 安装 OpenSolaris
第三部分 OpenSolaris 使用
3.1 进入 OpenSolaris
3.2 使用 IPS (Image Packaging System) 安装软件包
3.3 配置 FTP 服务
3.4 配置 SSH 服务
3.5 安装 OpenOffice
3.6 安装 JDK 和 NetBeans IDE
3.7 安装 Web Stack (Apache, MySQL, PHP)
3.8 ADSL 上网
3.9 启动 3D 桌面
3.10 即时通讯工具 (MSN, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>OpenSolaris 初体验 - OpenSolaris 2009.06</strong></p>
<p><strong>目录</strong></p>
<p>第一部分 准备</p>
<p>1.1 下载镜像</p>
<p>1.2 刻录安装光盘</p>
<p>1.3 系统配置要求</p>
<p>第二部分 OpenSolaris 安装</p>
<p>2.1 光盘直接运行安装 OpenSolaris</p>
<p>2.2 VirtualBox 安装 OpenSolaris</p>
<p>2.3 VMWare 安装 OpenSolaris</p>
<p>第三部分 OpenSolaris 使用</p>
<p>3.1 进入 OpenSolaris</p>
<p>3.2 使用 IPS (Image Packaging System) 安装软件包</p>
<p>3.3 配置 FTP 服务</p>
<p>3.4 配置 SSH 服务</p>
<p>3.5 安装 OpenOffice</p>
<p>3.6 安装 JDK 和 NetBeans IDE</p>
<p>3.7 安装 Web Stack (Apache, MySQL, PHP)</p>
<p>3.8 ADSL 上网</p>
<p>3.9 启动 3D 桌面</p>
<p>3.10 即时通讯工具 (MSN, QQ, 飞信)</p>
<p>3.11 远程桌面连接</p>
<p><a href="http://maoa.cn/blog/wp-content/uploads/2010/05/20090601-163908-thumb.png"><img class="alignnone size-full wp-image-37" title="20090601-163908-thumb" src="http://maoa.cn/blog/wp-content/uploads/2010/05/20090601-163908-thumb.png" alt="" width="640" height="482" /></a></p>
<p>阅读全文：<br />
<a href="http://developers.sun.com.cn/opensolaris/getting_started.html">http://developers.sun.com.cn/opensolaris/getting_started.html</a><br />
<a href="http://www.unix-center.net/bbs/viewthread.php?tid=15569">http://www.unix-center.net/bbs/viewthread.php?tid=15569</a></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>北大未明 BBS 开放了</title>
		<link>http://maoa.cn/blog/?p=34</link>
		<comments>http://maoa.cn/blog/?p=34#comments</comments>
		<pubDate>Tue, 26 May 2009 15:03:58 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[杂记]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=34</guid>
		<description><![CDATA[虽然之前用学校代理上的比较多，但最近还是惊喜的发现公网访问未明越来越稳定了。
访问地址：http://bdwm.net。学校访问地址 (bbs.pku.edu.cn) 暂时还无法公网访问。
唉，北大啊，人进登记，车进人拦，确实是该开放开放了。
希望这是一个好的开始。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>虽然之前用学校代理上的比较多，但最近还是惊喜的发现公网访问未明越来越稳定了。</p>
<p>访问地址：<a href="http://bdwm.net">http://bdwm.net</a>。学校访问地址 (bbs.pku.edu.cn) 暂时还无法公网访问。</p>
<p>唉，北大啊，人进登记，车进人拦，确实是该开放开放了。</p>
<p>希望这是一个好的开始。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 和 OpenSolaris</title>
		<link>http://maoa.cn/blog/?p=42</link>
		<comments>http://maoa.cn/blog/?p=42#comments</comments>
		<pubDate>Mon, 25 May 2009 15:11:06 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=42</guid>
		<description><![CDATA[Drupal 是一款非常优秀的基于 PHP 的开源内容管理系统。通过它可以非常方便的搭建信息管理平台，用于社区站点、企业站点、个人站点、电子商务等。Drupal 除了包含基本的内容管理系统功能外，还包括博客、写作、论坛、相册、文件管理等功能。美国白宫新人奥巴马总统在 recovery.gov 上采用的就是 Drupal 系统。
Sun 为支持 Drupal 6 特别打造了一款 OpenSolaris 2008.11 操作系统特别版，内置 Drupal 的演示平台和示例文档。目前有两种发布的形式，一个是 USB 版本，可以通过使用 OpenSolaris 上的 USBCopy 命令制作启动 U 盘的方式快速搭建 OpenSolaris + Drupal 平台；另外一个是 DVD ISO 版本，可以通过刻录光盘的方式同样快速完成部署。
当然，如果不使用集成版本，也可以在 OpenSolaris 上使用 Cool Stack 组件方便完成 AMP 环境搭建，然后再部署 Drupal。需要说明的是，如果您需要 PHP 的动态图片支持，您还需要下载一个 Cool Stack 的 CSKlibsbundle 组件用来添加 GD 扩展库。
关于 Drupal 的使用方法，您可以浏览 Drupal 官方站点文档或是 Drupal [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maoa.cn/blog/wp-content/uploads/2010/05/drupal-thumb.jpg"><img class="alignright size-full wp-image-43" title="drupal-thumb" src="http://maoa.cn/blog/wp-content/uploads/2010/05/drupal-thumb.jpg" alt="" width="100" height="115" /></a><a href="http://www.drupal.org">Drupal</a> 是一款非常优秀的基于 PHP 的开源内容管理系统。通过它可以非常方便的搭建信息管理平台，用于社区站点、企业站点、个人站点、电子商务等。Drupal 除了包含基本的内容管理系统功能外，还包括博客、写作、论坛、相册、文件管理等功能。美国白宫新人奥巴马总统在 recovery.gov 上采用的就是 Drupal 系统。</p>
<p>Sun 为支持 Drupal 6 特别打造了一款 OpenSolaris 2008.11 操作系统特别版，内置 Drupal 的演示平台和示例文档。目前有两种发布的形式，一个是 USB 版本，可以通过使用 OpenSolaris 上的 USBCopy 命令制作启动 U 盘的方式快速搭建 OpenSolaris + Drupal 平台；另外一个是 DVD ISO 版本，可以通过刻录光盘的方式同样快速完成部署。</p>
<p>当然，如果不使用集成版本，也可以在 OpenSolaris 上使用 Cool Stack 组件方便完成 AMP 环境搭建，然后再部署 Drupal。需要说明的是，如果您需要 PHP 的动态图片支持，您还需要下载一个 Cool Stack 的 CSKlibsbundle 组件用来添加 GD 扩展库。</p>
<p>关于 Drupal 的使用方法，您可以浏览 Drupal 官方站点文档或是 Drupal China 中文支持社区。另外，这几篇 Drupal 专业开发指南的中文日志也值得参考。<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2010/05/20090525-142045-thumb.png"><img class="aligncenter size-full wp-image-44" title="20090525-142045-thumb" src="http://maoa.cn/blog/wp-content/uploads/2010/05/20090525-142045-thumb.png" alt="" width="642" height="393" /></a></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Kenai</title>
		<link>http://maoa.cn/blog/?p=31</link>
		<comments>http://maoa.cn/blog/?p=31#comments</comments>
		<pubDate>Mon, 25 May 2009 14:58:32 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[Kenai]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=31</guid>
		<description><![CDATA[Project Kenai 是 Sun 面向开发人员打造的一个云计算开发平台，于2008年9月上线，至今已有6000位开发成员和超过400个开源项目。
这个平台提供了一个供开发人员安放开源项目代码和与其他成员联络的全套服务集成组件。附加的云计算服务和 API 访问也会在马上开放。目前的特性包括：
源代码管理 (Subversion, Mercurial 和 Git)
问题跟踪 (Jira 和 Bugzilla)
百科 (Wiki)
论坛
邮件列表
文档管理
与 NetBeans IDE 集成
如果您已经准备好创建您的项目，您只需要将项目描述发送邮件到 kenai-admin@sun.com 提交邀请请求。
一些其他资源：
OSUM 中的 Kenai：http://osum.sun.com/group/projectkenai
博客：http://blogs.sun.com/projectkenai
Twitter：http://twitter.com/projectkenai
Facebook：http://www.facebook.com/group.php?gid=38870547853&#38;ref=ts
Kenai 概况：http://kenai.com/projects/help/pages/KenaiOverview
与 NetBeans 集成：http://wiki.netbeans.org/NewAndNoteworthyMilestone3NB67#section-NewAndNoteworthyMilestone3NB67-ConnectedDeveloperIntegrationWithKenai.com
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p><a href="http://maoa.cn/blog/wp-content/uploads/2010/05/mastheadsprites.png"><img class="alignright size-full wp-image-32" title="mastheadsprites" src="http://maoa.cn/blog/wp-content/uploads/2010/05/mastheadsprites.png" alt="" width="199" height="59" /></a>Project Kenai 是 Sun 面向开发人员打造的一个云计算开发平台，于2008年9月上线，至今已有6000位开发成员和超过400个开源项目。</p>
<p>这个平台提供了一个供开发人员安放开源项目代码和与其他成员联络的全套服务集成组件。附加的云计算服务和 API 访问也会在马上开放。目前的特性包括：<br />
源代码管理 (Subversion, Mercurial 和 Git)<br />
问题跟踪 (Jira 和 Bugzilla)<br />
百科 (Wiki)<br />
论坛<br />
邮件列表<br />
文档管理<br />
与 NetBeans IDE 集成</p>
<p>如果您已经准备好创建您的项目，您只需要将项目描述发送邮件到 <a href="mailto:kenai-admin@sun.com">kenai-admin@sun.com</a> 提交邀请请求。</p>
<p>一些其他资源：<br />
OSUM 中的 Kenai：<a href="http://osum.sun.com/group/projectkenai">http://osum.sun.com/group/projectkenai</a><br />
博客：<a href="http://blogs.sun.com/projectkenai">http://blogs.sun.com/projectkenai</a><br />
Twitter：<a href="http://twitter.com/projectkenai">http://twitter.com/projectkenai</a><br />
Facebook：<a href="http://www.facebook.com/group.php?gid=38870547853&amp;ref=ts">http://www.facebook.com/group.php?gid=38870547853&amp;ref=ts</a><br />
Kenai 概况：<a href="http://kenai.com/projects/help/pages/KenaiOverview">http://kenai.com/projects/help/pages/KenaiOverview</a><br />
与 NetBeans 集成：<a href="http://wiki.netbeans.org/NewAndNoteworthyMilestone3NB67#section-NewAndNoteworthyMilestone3NB67-ConnectedDeveloperIntegrationWithKenai.com">http://wiki.netbeans.org/NewAndNoteworthyMilestone3NB67#section-NewAndNoteworthyMilestone3NB67-ConnectedDeveloperIntegrationWithKenai.com</a></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris 2008.11 声卡问题</title>
		<link>http://maoa.cn/blog/?p=39</link>
		<comments>http://maoa.cn/blog/?p=39#comments</comments>
		<pubDate>Sat, 16 May 2009 15:07:39 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=39</guid>
		<description><![CDATA[这种现象在联想的一些笔记本中很常见。如果光盘启动的时候发现一连串数字，比如 2222222222222222，最后导致无法正常进入桌面，那很有可能是声卡驱动有问题。
解决方法：在 Grub 中设置参数禁用默认声卡驱动
在 Grub 菜单按两下e，编辑 $kernel 那行，在后面加上 -B disable-audiohd=true，回车，然后按b引导。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>这种现象在联想的一些笔记本中很常见。如果光盘启动的时候发现一连串数字，比如 2222222222222222，最后导致无法正常进入桌面，那很有可能是声卡驱动有问题。</p>
<p><strong>解决方法</strong>：在 Grub 中设置参数禁用默认声卡驱动</p>
<p>在 Grub 菜单按两下e，编辑 $kernel 那行，在后面加上 -B disable-audiohd=true，回车，然后按b引导。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>镜头里的人们</title>
		<link>http://maoa.cn/blog/?p=27</link>
		<comments>http://maoa.cn/blog/?p=27#comments</comments>
		<pubDate>Sat, 16 May 2009 14:46:32 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[杂记]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=27</guid>
		<description><![CDATA[China's Earthquake: The People in the Pictures
At 2:28 in the afternoon of May 12, 2008 the ground in China's Sichuan province shuddered and cracked open. Buildings, roads and lives were torn apart in seconds.The massive earthquake would leave over 80,000 dead or missing and millions homeless. China's Earthquake: The People in the Pictures tells the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>China's Earthquake: The People in the Pictures<a href="http://maoa.cn/blog/wp-content/uploads/2010/05/20090516-2158321.png"><img class="alignright size-full wp-image-28" title="20090516-2158321" src="http://maoa.cn/blog/wp-content/uploads/2010/05/20090516-2158321.png" alt="" width="242" height="118" /></a></strong></p>
<p>At 2:28 in the afternoon of May 12, 2008 the ground in China's Sichuan province shuddered and cracked open. Buildings, roads and lives were torn apart in seconds.The massive earthquake would leave over 80,000 dead or missing and millions homeless. China's Earthquake: The People in the Pictures tells the story of four people who lives have been changed forever by this disaster.</p>
<p>The Sichuan earthquake was a story of extraordinary human drama. It was also an event of worldwide political significance. China presented a new face to the world through the media coverage, openness to international aid, and sympathy from its leaders and people for the quake's victims.</p>
<p>Young Sichuan TV reporter Zhang Qian was in the middle of the disaster zone. For the first time, she and other reporters filed uncensored live reports. China watched transfixed as she talked to Chen Jian, a 26 year old trucker who had been pinned down by massive concrete slabs for three days. By phone, he told his young wife his only wish was to spend the rest of his life with her. Cameras captured the dramatic conclusion to his story.</p>
<p>Near the giant quake's epicenter, 9 year old Lin Hao and his second grade class were also trapped. After digging himself out, Lin defied death, crawlingback into the rubble to rescue two of his classmates. He said simply, "I was the class monitor, it was my duty to look after them." Lin Hao's grit had made him a hero, but his smile made him an instant celebrity. At the Beijing Olympics, he was at the side of basketball superstar Yao Ming as they led the Chinese athletes into the stadium. The "Little Hero" had become a symbol of China's triumph over disaster.</p>
<p>2008 had been a difficult year for China. In March, the uprising in Tibet, and China's response to it, had unleashed massive protests against the Olympic torch and calls for a boycott of the Beijing Olympics. China's international image was in tatters. The Sichuan earthquake would help change that. At first, Beijing banned coverage from the disaster zone, but heart rending images and stories were already pouring out. The coverage unleashed an outpouring of public support and sympathy around the globe and helped turn around China's international image.</p>
<p>One of the stories was of 11 year old Li Yue, a schoolgirl in Beichuan, a town that had been destroyed by the quake. She and her class were buried under a mountain of rubble. Although she did not know it, eleven of her family had been killed. Her mother was working thousands of kilometers away. Li Yue could hear rescuers above her, but they couldn't reach her. She spent days under the rubble surrounded by dead classmates, fearing the worst.</p>
<p>Finally the girl who had always dreamt of being a ballerina was rescued, but at a terrible cost. Li Yue's left leg was pinned under a concrete slab. In the end, it was her leg or her life. Her defiance of death brought her honours from the Chinese government. And a starring role at the opening ceremony Paralympics. Her dream of dancing again had come true.</p>
<p>One of the most extraordinary images to come out of the earthquake was that of a communist party official on his knees in the street begging angry protesters to stop. And one of the most heartbreaking stories from the quake is that of the parents of Sichuan's dead schoolchildren.</p>
<p>Fuxin #2 School was one of 12,000 schools that collapsed during the quake. At Fuxin, parents wanted to know why the classrooms had become their children's tombs while buildings around had remained standing. Electrician Sang Jun's 11 year old son died there.</p>
<p>Although local officials begged them not to protest, the parents demanded an investigation into corrupt practices and shoddy construction. At first, the government promised to investigate. But as the weeks passed, the post-quake openness disappeared. Chinese media was told to stop covering the story and soon the government turned against Sang Jun and the other parents in surprising ways.</p>
<p>After the Olympics Lin Hao and his family moved to Shanghai so he could get a better education. But they have found that life isn't easy, even for heroes. Although Lin Hao is in demand for commercial projects, the family is struggling with his success and survival in Shanghai. Will they have to return to Sichuan?<br />
Li Yue performs at the Paralympics Li Yue performs at the Paralympics.</p>
<p>Li Yue and her mother are now in Beijing. She spent months at the rehabilitation center there, and is struggling with a new challenge - learning to walk again. And she is haunted by the days she spent under the rubble. Li Yue may never have a normal life.</p>
<p>Did the Sichuan earthquake mark the beginning of a new China of greater openness and freedom? What is the future for the survivors of Sichuan? Through the stories of the people who lived it, the documentary looks at those questions. China's Earthquake: The People in the Pictures goes beyond the headlines to bring viewers tales of endurance and hope, of sorrow and rage, of life extinguished and life reborn.</p>
<p><strong>镜头里的人们 </strong></p>
<p>2008年5月12日，下午2点28分，中国四川省的地面震动后撕开了裂缝。建筑、道路和生命在顷刻之间被撕裂。这场巨大的地震造成了8万多人死亡或失踪，数百万人无家可归。中国地震：镜头里的人们 讲述了四个被这场灾难永远改变命运的人的故事。</p>
<p>四川地震是人类活动中不寻常一幕 。它也是在世界范围内具有重大政治意义的事件。中国不但通过媒体报道向世界展示了他们新的一面，还向国际援助者表现出了他们的开放，政府领导人和人民也向地震遇难者表达深切的同情。</p>
<p>四川电视台的年轻记者张茜（音译）就在震区中心。她和其他记者第一次进行了无审核的直播报道。中国人都目睹了她采访一个26岁卡车司机一幕－－他叫陈建（音译），已经被巨大的水泥板紧紧压住了三天。通过手机，他告诉他年轻的妻子说：他唯一的 愿望就是和她共度余生。摄像机记录下了他感人故事的结尾。</p>
<p>就在大地震的中心，9岁的林浩和他二年级的同学都被困住了。自己从废墟中钻来后，他不畏生命危险，又爬回瓦砾中拯救了他两名同学。之后他简单的说：“我那时是班长，照顾他们是我的责任。”林浩的勇气使他成为了一个英雄，而他的笑容使他即刻成为一个名人。在北京奥运会时，他就在篮球巨星姚明的身边，两人一起带领中国运动员进入运动场。“小林浩”已经成为中国战胜灾难的一个符号。</p>
<p>2008年对中国是艰难的一年。当年三月，中国政府平息了西藏动乱，这引起了众多奥运火炬传递中的抗议，这些抗议者还号召抵制北京奥运会。中国的国际形象被破坏掉了。四川地震应该可以帮助中国改变这些。起初，北京明令禁止来自震区的报道，但是撕心裂肺的图片和故事已经传播开来。后来的报道解封获得了公众广泛支持和全球的同情。这也帮助中国改变了它的国际形象。</p>
<p>另外一个故事是关于一个11岁的女孩李月，她的家乡北川已经被地震摧毁。地震时她和她的同学都被埋在废墟堆下面。当时她还不知道她家里的11口人在地震中遇难。她妈妈远在千里之外的地方工作。李月能听到上面营救者的声音，但他们够不到她。周围都是她死去的同学，在极度惊吓之下，她在瓦砾中度过了若干天。</p>
<p>小女孩最终被解救出来。她的梦想是当一个芭蕾演员，但残酷是，她的左腿被水泥板压住了。 腿还是生命，她只能选一个。她不畏死亡的精神得到了政府的表扬。作为残奥会开幕式的主要演员，她继续跳舞的梦想终于实现了。</p>
<p>在地震中，最不寻常的照片之一就是一位官员跪下乞求愤怒的父母停止抗议。这些父母在地震中失去了在学校读书的孩子，这也是地震中让人悲痛欲绝的故事之一。</p>
<p>富新二小是地震中塌陷的12000个学校之一。在富新（音译），父母们想知道为什么教室成为他们孩子的坟墓，而周围的其他建筑却安然无恙。一位名叫桑军（音译）的电工在那里失去了他11岁的儿子。</p>
<p>尽管当地政府官员乞求父母们不要抗议，他们仍然要求对腐败行为和豆腐渣建筑进行调查。政府开始答应调查，但是数周之后，后地震时期的开放荡然无存。中国的媒体也被告知停止报道此事件。当地政府也很快出乎意料的反对桑军和其他父母。</p>
<p>奥运之后，林浩和他的家人搬到了上海，他也能够接受更好的教育了。不过他们很快发现生活并不容易，即便是英雄也不例外。尽管林浩有需要参加商业活动，他的家人却要在他的成功和生存的之间艰难前行。他们将来还会回四川吗？</p>
<p>李月现在和她的妈妈在北京。在康复中心度过了几个月之后，她现在开始向新的挑战而努力：学习如何再次步行。由于经受了废墟下多日的惊吓，她也许再也无法进行正常的生活了。</p>
<p>四川地震是否标志者一个开放和自由的崭新中国的开始？四川生还者将来的命运如何？通过经历了这场灾难的人，此纪录片将着眼于这些问题：中国地震：镜头里的人们 透过新闻为观众讲述坚持与希望，悲伤与愤怒，生命的消失与涅磐。</p>
<p>下载该节目视频</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>修改 Windows 7 启动菜单</title>
		<link>http://maoa.cn/blog/?p=25</link>
		<comments>http://maoa.cn/blog/?p=25#comments</comments>
		<pubDate>Fri, 08 May 2009 14:44:03 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=25</guid>
		<description><![CDATA[图形界面方法
“开始”-“运行”-“msconfig”，在 Boot 标签中可以修改启动菜单的选项。
命令行方法
用“管理员模式”运行“命令提示符”，使用 bcdedit 命令。
例如，修改 Vista 菜单项的名称：
bcdedit /set {default} description "Windows Vista"
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p><strong>图形界面方法</strong></p>
<p>“开始”-“运行”-“msconfig”，在 Boot 标签中可以修改启动菜单的选项。</p>
<p><strong>命令行方法</strong></p>
<p>用“管理员模式”运行“命令提示符”，使用 bcdedit 命令。</p>
<p>例如，修改 Vista 菜单项的名称：</p>
<p>bcdedit /set {default} description "Windows Vista"</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>机器猫 2009 剧场版《新宇宙开拓史》主题曲</title>
		<link>http://maoa.cn/blog/?p=20</link>
		<comments>http://maoa.cn/blog/?p=20#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:34:12 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[娱乐]]></category>
		<category><![CDATA[doraemon]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=20</guid>
		<description><![CDATA[好好珍惜哟 - 柴咲幸
大切にするよ - 柴咲コウ
如今的你生活在何处/あなたは今どこに住んでいるかな
身体还好吗 不会冻着吧/元気でいるのかな 寒くはないかな
请不要露出沮丧的样子 也请不要放弃/困った顔しないで 投げだしたりしないで
请不要回头 继续生活吧 继续欢笑吧……然后是/後戻りはしないで 暮らしててね 笑っててね…そして
总有一天你也会长大成人/いつかはあなたも大人になって
与相遇的人一起坠入爱河/出会った人と恋に落ちる
到那个时候你也会 在某处合手祈祷/そんなときにも どこかで手を合わせ祈ってる
你的专署座位 没有变化吧/あなたの指定席 変わってないかな
还像从前一样 眺望窗外吧/前みたいに外を ながめているかな
有时责骂我 有时又逗我开心/たまにしかってくれた たまに笑わせてくれた
即使分开你也会在远处 用心灵守护着我……到如今/離れても遠くから 心の瞳で見てくれてた 今も…
只有你在那儿活着/あなたがそこに生きてるだけで
只有这样 我才能生存下去/それだけで 私も生きられる
总有一天我也要独立的吧/いつか私も1人で立てるようになるかな
谁都会有一天走到时间之旅的尽头/誰もがいつしか時間の旅終えて
迈入向另一个世界/次の場所へ歩く
然后才会注意到/そして気づいてゆく
那只无形的手将我们紧紧相连/見えない繋がれた手に
总有一天你也能不用语言/いつかはあなたも言葉じゃなくて
将爱传递给所爱的人/愛する人に愛伝える
到那个时候你也会 在某处合手祈祷/そんなときにも どこかで手を合わせ祈ってる

Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>好好珍惜哟 - 柴咲幸<br />
大切にするよ - 柴咲コウ</p>
<p>如今的你生活在何处/あなたは今どこに住んでいるかな<br />
身体还好吗 不会冻着吧/元気でいるのかな 寒くはないかな<br />
请不要露出沮丧的样子 也请不要放弃/困った顔しないで 投げだしたりしないで<br />
请不要回头 继续生活吧 继续欢笑吧……然后是/後戻りはしないで 暮らしててね 笑っててね…そして<br />
总有一天你也会长大成人/いつかはあなたも大人になって<br />
与相遇的人一起坠入爱河/出会った人と恋に落ちる<br />
到那个时候你也会 在某处合手祈祷/そんなときにも どこかで手を合わせ祈ってる<br />
你的专署座位 没有变化吧/あなたの指定席 変わってないかな<br />
还像从前一样 眺望窗外吧/前みたいに外を ながめているかな<br />
有时责骂我 有时又逗我开心/たまにしかってくれた たまに笑わせてくれた<br />
即使分开你也会在远处 用心灵守护着我……到如今/離れても遠くから 心の瞳で見てくれてた 今も…<br />
只有你在那儿活着/あなたがそこに生きてるだけで<br />
只有这样 我才能生存下去/それだけで 私も生きられる<br />
总有一天我也要独立的吧/いつか私も1人で立てるようになるかな<br />
谁都会有一天走到时间之旅的尽头/誰もがいつしか時間の旅終えて<br />
迈入向另一个世界/次の場所へ歩く<br />
然后才会注意到/そして気づいてゆく<br />
那只无形的手将我们紧紧相连/見えない繋がれた手に<br />
总有一天你也能不用语言/いつかはあなたも言葉じゃなくて<br />
将爱传递给所爱的人/愛する人に愛伝える<br />
到那个时候你也会 在某处合手祈祷/そんなときにも どこかで手を合わせ祈ってる</p>
<p><a href="http://maoa.cn/blog/wp-content/uploads/2010/05/wp-mar07l-thumb.jpg"><img src="http://maoa.cn/blog/wp-content/uploads/2010/05/wp-mar07l-thumb.jpg" alt="" title="wp-mar07l-thumb" width="642" height="482" class="alignnone size-full wp-image-21" /></a></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google 桌面与超大文件夹删除</title>
		<link>http://maoa.cn/blog/?p=23</link>
		<comments>http://maoa.cn/blog/?p=23#comments</comments>
		<pubDate>Fri, 17 Apr 2009 14:41:02 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=23</guid>
		<description><![CDATA[从来没有见过这么白痴的程序。
搞个 “Google 桌面”本来就是想把 Google 日历放在手边想看就看，顺便加上个便条好用来记点东西。没想到……这破程序居然非自作多情搞什么桌面搜索，把我电脑里的所有 zip 文件夹都解压缩到 temp 文件下了！我100G的C盘本来也就用了不到五分之一，现在只剩下可怜的10G。
可别说我冤枉它，我已经在 Google Group 里面看到了和我同命相连的朋友。不过这家伙更可怜点，他是一个程序一个程序试验的。
卸就一个字！
接下来，就会有个麻烦的问题。temp 被搞的超过1万个文件夹，几十G的数据，直接从资源管理器里面删除会导致删除程序不停的计算删除文件大小一直到卡死。试了 TotalCMD 等几个第三方工具也是一样。
怎么办呢？回归 DOS。
运行 cmd，然后 cd 进入目录，rm /q /s 加上文件夹名称，然后就等着吧。/q 是安静模式，/s 是删除子目录及文件。
我已经等了5分钟了……硬盘灯还在狂闪。但起码比资源管理器里面的报错死机强。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>从来没有见过这么白痴的程序。</p>
<p>搞个 “Google 桌面”本来就是想把 Google 日历放在手边想看就看，顺便加上个便条好用来记点东西。没想到……这破程序居然非自作多情搞什么桌面搜索，把我电脑里的所有 zip 文件夹都解压缩到 temp 文件下了！我100G的C盘本来也就用了不到五分之一，现在只剩下可怜的10G。</p>
<p>可别说我冤枉它，我已经在 Google Group 里面看到了和我同命相连的朋友。不过这家伙更可怜点，他是一个程序一个程序试验的。</p>
<p>卸就一个字！</p>
<p>接下来，就会有个麻烦的问题。temp 被搞的超过1万个文件夹，几十G的数据，直接从资源管理器里面删除会导致删除程序不停的计算删除文件大小一直到卡死。试了 TotalCMD 等几个第三方工具也是一样。</p>
<p>怎么办呢？回归 DOS。</p>
<p>运行 cmd，然后 cd 进入目录，rm /q /s 加上文件夹名称，然后就等着吧。/q 是安静模式，/s 是删除子目录及文件。</p>
<p>我已经等了5分钟了……硬盘灯还在狂闪。但起码比资源管理器里面的报错死机强。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMAP 导出保存邮件</title>
		<link>http://maoa.cn/blog/?p=18</link>
		<comments>http://maoa.cn/blog/?p=18#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:27:51 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=18</guid>
		<description><![CDATA[最近一直在找 IMAP 邮件导出保存备份的好方法。
Paul 提供了一个不错的思路，适用于在线备份：借助 Thunderbird，新建一个 Gmail 帐户，启用 IMAP，将需要备份的邮件按住 Ctrl 直接拖拽到 Gmail 帐户中，这样 Thunderbird 就会自动把邮件复制到 Gmail 帐户中了。
另外，还有一个方法，是我刚刚在 Mozilla 插件网站上找到的 SmartSave。这个插件可以将 Thunderbird 中所有的邮件导出到本地计算机的文件夹中，每封邮件都会以 eml 格式保存，可以非常方便的将其导入其他客户端程序中。当然这个插件不仅仅适用于 IMAP 帐户。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>最近一直在找 IMAP 邮件导出保存备份的好方法。</p>
<p><a href="http://www.priormind.com/">Paul</a> 提供了一个不错的思路，适用于在线备份：借助 Thunderbird，新建一个 Gmail 帐户，启用 IMAP，将需要备份的邮件按住 Ctrl 直接拖拽到 Gmail 帐户中，这样 Thunderbird 就会自动把邮件复制到 Gmail 帐户中了。</p>
<p>另外，还有一个方法，是我刚刚在 Mozilla 插件网站上找到的 <a href="https://addons.mozilla.org/en-US/thunderbird/addon/2887">SmartSave</a>。这个插件可以将 Thunderbird 中所有的邮件导出到本地计算机的文件夹中，每封邮件都会以 eml 格式保存，可以非常方便的将其导入其他客户端程序中。当然这个插件不仅仅适用于 IMAP 帐户。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox 命令行启动</title>
		<link>http://maoa.cn/blog/?p=16</link>
		<comments>http://maoa.cn/blog/?p=16#comments</comments>
		<pubDate>Mon, 30 Mar 2009 14:16:39 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=16</guid>
		<description><![CDATA[通过命令行启动 VirtualBox，可以省去直接启动虚拟机显示图形界面的那部分资源。这种形式非常适用于在服务器上虚拟 n 台机器同时提供服务。使用 Host Interface 网络连接方式，可以让虚拟机的虚拟网卡获取和主机一样的网络地址等信息，从而可以直接对外提供服务。
下面以 Solaris 10 主机上运行虚拟 Windows XP 为例。
1. 查看主机上的可用虚拟机：

2. 使用 VRDP 方式通过命令行启动虚拟机：

当然也可以用 Headless 启动无前端图形界面方式：
$ VBoxHeadless -startvm "winxp"
3. 查看已经运行虚拟机：

这一串编号是虚拟机的 UUID。
4. 在另外一台计算机上远程桌面连接该 XP 虚拟系统，顺利登陆：

5. 下面是一些配置示例：
(1) 修改虚拟机配置：
$ VBoxManage modifyvm "winxp" -memory "256MB" -acpi on -boot1 dvd -nic1 nat
(2) 创建一个虚拟磁盘：
$ VBoxManage createhd -filename "WinXP.vdi" -size 10000 –register
(3) 将虚拟磁盘和虚拟机关联：
$ VBoxManage modifyvm "winxp" -hda "WinXP.vdi"
(4) 挂载光盘镜像 [...]]]></description>
			<content:encoded><![CDATA[<p>通过命令行启动 VirtualBox，可以省去直接启动虚拟机显示图形界面的那部分资源。这种形式非常适用于在服务器上虚拟 n 台机器同时提供服务。使用 Host Interface 网络连接方式，可以让虚拟机的虚拟网卡获取和主机一样的网络地址等信息，从而可以直接对外提供服务。</p>
<p>下面以 Solaris 10 主机上运行虚拟 Windows XP 为例。</p>
<p>1. 查看主机上的可用虚拟机：<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-141643.png"><img alt="" src="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-141643-thumb.png" title="20090330-141643" class="alignnone" width="562" height="435" /></a><br />
2. 使用 VRDP 方式通过命令行启动虚拟机：<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-143351.png"><img alt="" src="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-143351-thumb.png" title="20090330-143351" class="alignnone" width="476" height="109" /></a><br />
当然也可以用 Headless 启动无前端图形界面方式：</p>
<p>$ VBoxHeadless -startvm "winxp"</p>
<p>3. 查看已经运行虚拟机：<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-143608.png"><img alt="" src="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-143608-thumb.png" title="20090330-143608" class="alignnone" width="445" height="88" /></a></p>
<p>这一串编号是虚拟机的 UUID。</p>
<p>4. 在另外一台计算机上远程桌面连接该 XP 虚拟系统，顺利登陆：<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-143756.png"><img alt="" src="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-143756-thumb.png" title="20090330-143756" class="alignnone" width="476" height="342" /></a></p>
<p>5. 下面是一些配置示例：</p>
<p>(1) 修改虚拟机配置：</p>
<p>$ VBoxManage modifyvm "winxp" -memory "256MB" -acpi on -boot1 dvd -nic1 nat</p>
<p>(2) 创建一个虚拟磁盘：</p>
<p>$ VBoxManage createhd -filename "WinXP.vdi" -size 10000 –register</p>
<p>(3) 将虚拟磁盘和虚拟机关联：</p>
<p>$ VBoxManage modifyvm "winxp" -hda "WinXP.vdi"</p>
<p>(4) 挂载光盘镜像 ISO：</p>
<p>$ VBoxManage openmedium dvd /full/path/to/iso.iso</p>
<p>(5) 将光盘镜像 ISO 和虚拟机关联</p>
<p>VBoxManage modifyvm "winxp" -dvd /full/path/to/iso.iso</p>
<p>6. 如果需要创建另外一个虚拟系统，可以通过 createvm 命令，这是一个 SUSE 的例子：<br />
<a href="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-152209.png"><img alt="" src="http://maoa.cn/blog/wp-content/uploads/2009/03/20090330-152209-thumb.png" title="20090330-152209" class="alignnone" width="573" height="133" /></a></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 分屏</title>
		<link>http://maoa.cn/blog/?p=8</link>
		<comments>http://maoa.cn/blog/?p=8#comments</comments>
		<pubDate>Sat, 28 Mar 2009 14:09:53 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=8</guid>
		<description><![CDATA[Split Browser 这个插件可以让 Firefox 也支持分屏浏览，可以大大的提高工作效率。
插件地址：https://addons.mozilla.org/en-US/firefox/addon/4287

Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>Split Browser 这个插件可以让 Firefox 也支持分屏浏览，可以大大的提高工作效率。</p>
<p>插件地址：<a href="https://addons.mozilla.org/en-US/firefox/addon/4287">https://addons.mozilla.org/en-US/firefox/addon/4287</a></p>
<p style="text-align: center;"><a href="http://maoa.cn/blog/wp-content/uploads/2009/03/20090328-004727.png"><img class="aligncenter" title="20090328-004727" src="http://maoa.cn/blog/wp-content/uploads/2009/03/20090328-004727-thumb.png" alt="" width="480" height="315" /></a></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 拼音输入法</title>
		<link>http://maoa.cn/blog/?p=4</link>
		<comments>http://maoa.cn/blog/?p=4#comments</comments>
		<pubDate>Sat, 28 Mar 2009 14:04:18 +0000</pubDate>
		<dc:creator>jerry</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maoa.cn/blog/?p=4</guid>
		<description><![CDATA[添加拼音输入法：$ sudo apt-get install scim scim-pinyin
下载地址：http://packages.ubuntu.com/dapper/scim-pinyin
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>添加拼音输入法：$ sudo apt-get install scim scim-pinyin</p>
<p>下载地址：<a href="http://packages.ubuntu.com/dapper/scim-pinyin">http://packages.ubuntu.com/dapper/scim-pinyin</a></p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://maoa.cn/blog/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
