<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Space of HU Hui from Beijing, China</title>
	<atom:link href="http://jessehu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessehu.wordpress.com</link>
	<description>About Java, Ruby, Rails, Web 2.0, SNS, IBM, Systems Mgmt, Oracle, and more ...</description>
	<lastBuildDate>Thu, 03 Nov 2011 08:08:31 +0000</lastBuildDate>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jessehu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Space of HU Hui from Beijing, China</title>
		<link>http://jessehu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jessehu.wordpress.com/osd.xml" title="Space of HU Hui from Beijing, China" />
	<atom:link rel='hub' href='http://jessehu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>实时同步虚拟机的系统时间</title>
		<link>http://jessehu.wordpress.com/2011/11/03/%e5%ae%9e%e6%97%b6%e5%90%8c%e6%ad%a5%e8%99%9a%e6%8b%9f%e6%9c%ba%e7%9a%84%e7%b3%bb%e7%bb%9f%e6%97%b6%e9%97%b4/</link>
		<comments>http://jessehu.wordpress.com/2011/11/03/%e5%ae%9e%e6%97%b6%e5%90%8c%e6%ad%a5%e8%99%9a%e6%8b%9f%e6%9c%ba%e7%9a%84%e7%b3%bb%e7%bb%9f%e6%97%b6%e9%97%b4/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 08:08:30 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2011/11/03/%e5%ae%9e%e6%97%b6%e5%90%8c%e6%ad%a5%e8%99%9a%e6%8b%9f%e6%9c%ba%e7%9a%84%e7%b3%bb%e7%bb%9f%e6%97%b6%e9%97%b4/</guid>
		<description><![CDATA[虚拟机(比如VMWare)的系统时钟会比正常时钟跑得快, 需要同步成标准时间, 否则有些要检查timeout的函数不能正常工作, 比如检查cookie, session是否失效. &#160; 实时同步系统时间的做法如下: 1.&#160; sudo vi /etc/crontab 2.&#160; 添加下面加粗的行, 成为一个每分钟执行的cron job. # run-parts 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly *&#160; * * * * root [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=87&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>虚拟机(比如VMWare)的系统时钟会比正常时钟跑得快, 需要同步成标准时间, 否则有些要检查timeout的函数不能正常工作, 比如检查cookie, session是否失效.</p>
<p>&#160;</p>
<p>实时同步系统时间的做法如下:</p>
<p>1.&#160; sudo vi /etc/crontab</p>
<p>2.&#160; 添加下面加粗的行, 成为一个每分钟执行的cron job.</p>
<p># run-parts    <br />01 * * * * root run-parts /etc/cron.hourly     <br />02 4 * * * root run-parts /etc/cron.daily     <br />22 4 * * 0 root run-parts /etc/cron.weekly     <br />42 4 1 * * root run-parts /etc/cron.monthly     <br /><strong>*&#160; * * * * root hwclock &#8211;hctosys 2&gt;/dev/null &gt;/dev/null</strong></p>
<p>3.&#160; 重启crontab :&#160; sudo service crond restart</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=87&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2011/11/03/%e5%ae%9e%e6%97%b6%e5%90%8c%e6%ad%a5%e8%99%9a%e6%8b%9f%e6%9c%ba%e7%9a%84%e7%b3%bb%e7%bb%9f%e6%97%b6%e9%97%b4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>
	</item>
		<item>
		<title>Call for new features of Lotus products</title>
		<link>http://jessehu.wordpress.com/2011/03/20/call-for-new-features-of-lotus-products/</link>
		<comments>http://jessehu.wordpress.com/2011/03/20/call-for-new-features-of-lotus-products/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 09:22:32 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[Lotus]]></category>
		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2011/03/20/call-for-new-features-of-lotus-products/</guid>
		<description><![CDATA[Lotus Notes: Allow Import/Export mail rules. When reinstalling Notes, the mail rules get lost. (updated on 2010-10-22) Use “Space” key to scroll a mail body in preview panel and jump to next mail when already at the end of a mail body. Use mouse wheel to scrol a mail body when the mouse focus is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=79&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b>Lotus Notes:</b></p>
<ol>
<li><font color="#0000ff">Allow Import/Export mail rules. When reinstalling Notes, the mail rules get lost. (updated on 2010-10-22)</font> </li>
<li>Use “Space” key to scroll a mail body in preview panel and jump to next mail when already at the end of a mail body. </li>
<li>Use mouse wheel to scrol a mail body when the mouse focus is not on the mail preview panel. </li>
<li>Add a “Save then Open … “ option in context menu of an attachment in a received mail. </li>
<li>When hovering on the email sender name, Notes now will display a floating panel. Should by default display all the information of this person rather than letting user to click the “Click to display more information” link. </li>
<li>Add a “Copy Link Location” in the context menu of a http link in the email content.</li>
</ol>
<p><b>Lotus Sametime:</b></p>
<ol>
<li>Automactically add/synchronize a contact group named “Peers” or something else to add all employees with the same manager as me for better collaboration. </li>
<li>Add an option for only show contacts in “I’m available&#8217;” or “I’m in a meeting” status </li>
<li>Add an menu item “Copy Email Address” in context popup menu when right clicking on a&#160; Sametime contact.</li>
</ol>
<p><strong>Lotus Connection:</strong></p>
<ol>
<li><font color="#0000ff">Show changes of my friend’s profile in “Status Updates in My Network” when my friend has moved to a new office or changed job title, etc. (updated on 2010-11-05)</font> </li>
<li><font color="#0000ff">Lotus Connection should provide the AtomPub or XmlRPC API for wikis just like for blogs. This allows quickly editing for wiki pages using thick client like Windows Live Write.&#160; (updated on 2010-11-17)</font></li>
</ol>
<p>&#160;</p>
<p>These features/enhancement may be implemented as plugins first.</p>
<p>To add more and welcome your comments…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=79&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2011/03/20/call-for-new-features-of-lotus-products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>
	</item>
		<item>
		<title>ECAS的&#8217;Comments Anywhere&#8217; idea被Facebook&quot;抄袭&quot;了</title>
		<link>http://jessehu.wordpress.com/2011/03/12/ecas%e7%9a%84comments-anywhere-%e8%a2%abfacebook%e6%8a%84%e8%a2%ad%e4%ba%86/</link>
		<comments>http://jessehu.wordpress.com/2011/03/12/ecas%e7%9a%84comments-anywhere-%e8%a2%abfacebook%e6%8a%84%e8%a2%ad%e4%ba%86/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 04:34:11 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[Idea]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[web20]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2011/03/12/ecas%e7%9a%84comments-anywhere-%e8%a2%abfacebook%e6%8a%84%e8%a2%ad%e4%ba%86/</guid>
		<description><![CDATA[ECAS的Comments Anywhere 被Facebook&#34;抄袭&#34;了:&#160; Facebook上周发布了针对第三方网站的留言板社交插件&#160; http://it.sohu.com/20110308/n279718523.shtml 平时多想&#160; 想准就干!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=76&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ECAS的Comments Anywhere 被Facebook&quot;抄袭&quot;了:&#160; Facebook上周发布了针对第三方网站的留言板社交插件&#160; <a href="http://it.sohu.com/20110308/n279718523.shtml">http://it.sohu.com/20110308/n279718523.shtml</a></p>
<p>平时多想&#160; 想准就干!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=76&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2011/03/12/ecas%e7%9a%84comments-anywhere-%e8%a2%abfacebook%e6%8a%84%e8%a2%ad%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>
	</item>
		<item>
		<title>Install a Ruby on Rails app as an Windows Service</title>
		<link>http://jessehu.wordpress.com/2011/03/10/install-a-ruby-on-rails-app-as-an-windows-service/</link>
		<comments>http://jessehu.wordpress.com/2011/03/10/install-a-ruby-on-rails-app-as-an-windows-service/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 07:20:50 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2011/03/10/install-a-ruby-on-rails-app-as-an-windows-service/</guid>
		<description><![CDATA[&#160; First install Ruby 1.8.6 or above, then: gem install rails gem install mongrel gem install mongrel_cluster gem install mongrel_service cd D:\tools\redmine-0.9.4&#160;&#160; (enter home directory of the Rails app) mongrel_rails cluster::configure -e production -p 3000 -N 3 mongrel_rails service::install -N Redmine -c D:\tools\redmine-0.9.4 -p 3000 -e production sc config Redmine start= auto net start Redmine<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=75&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h6>&#160;</h6>
<p>First install Ruby 1.8.6 or above, then:</p>
<p><em>gem install rails </em></p>
<p><em>gem install mongrel</em></p>
<p><em>gem install mongrel_cluster     <br />gem install mongrel_service      <br />cd D:\tools\redmine-0.9.4&#160;&#160; (enter home directory of the Rails app)      <br />mongrel_rails cluster::configure -e production -p 3000 -N 3      <br />mongrel_rails service::install -N Redmine -c D:\tools\redmine-0.9.4 -p 3000 -e production      <br />sc config Redmine start= auto      <br />net start Redmine </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=75&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2011/03/10/install-a-ruby-on-rails-app-as-an-windows-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>
	</item>
		<item>
		<title>Connect to WIFI with LEAP encryption on Android Phone</title>
		<link>http://jessehu.wordpress.com/2011/03/07/connect-to-wifi-with-leap-encryption-on-android-phone/</link>
		<comments>http://jessehu.wordpress.com/2011/03/07/connect-to-wifi-with-leap-encryption-on-android-phone/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 02:07:54 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[leap]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2011/03/07/connect-to-wifi-with-leap-encryption-on-android-phone/</guid>
		<description><![CDATA[1. Enter into CLI mode thru Terminal or ConnectBot, change to root user, and edit the wpa_supplicant.conf file. # cd /data/misc/wifi # vi wpa_supplicant.conf 2. Fill wpa_supplicant.conf with the following content. network={ &#160; ssid=”your_ssid” &#160; key_mgmt=WPA-EAP &#160; group=CCMP TKIP &#160; eap=LEAP &#160; identity=”your_wireless_username” &#160; password=”your_wireless_password” } 3. Then restart the phone to let it take [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=74&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Enter into CLI mode thru Terminal or ConnectBot, change to root user, and edit the wpa_supplicant.conf file.</p>
<p><code># cd /data/misc/wifi      <br /># vi wpa_supplicant.conf</code></p>
<p>2. Fill <code>wpa_supplicant.conf </code>with the following content.</p>
<blockquote><p>network={      <br />&#160; ssid=”your_ssid”       <br />&#160; key_mgmt=WPA-EAP       <br />&#160; group=CCMP TKIP       <br />&#160; eap=LEAP       <br />&#160; identity=”your_wireless_username”       <br />&#160; password=”your_wireless_password”       <br />}</p>
</blockquote>
<p>3. Then restart the phone to let it take effect.</p>
<p>&#160;</p>
<p>I learned this from this blog <a title="http://huang.yunsong.net/2009/android-wifi-leap.html#comment-1725" href="http://huang.yunsong.net/2009/android-wifi-leap.html#comment-1725">http://huang.yunsong.net/2009/android-wifi-leap.html#comment-1725</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=74&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2011/03/07/connect-to-wifi-with-leap-encryption-on-android-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>
	</item>
		<item>
		<title>A very useful tool &#8211; Newtork Port Forward</title>
		<link>http://jessehu.wordpress.com/2011/02/17/a-very-useful-tool-newtork-port-forward/</link>
		<comments>http://jessehu.wordpress.com/2011/02/17/a-very-useful-tool-newtork-port-forward/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 09:00:07 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2011/02/17/a-very-useful-tool-newtork-port-forward/</guid>
		<description><![CDATA[Port forwarding is where you connect to a port on a gateway machine and it automatically forwards you to another port on another machine. It can be useful in a very wide range of situations, including bypassing firewalls or redirecting traffic from a public network to a private network (or vice-versa). See http://www.quantumg.net/portforward.php Download (44 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=73&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Port forwarding is where you connect to a port on a gateway machine and it automatically forwards you to another port on another machine. It can be useful in a very wide range of situations, including bypassing firewalls or redirecting traffic from a public network to a private network (or vice-versa).</p>
<p>See <a title="http://www.quantumg.net/portforward.php" href="http://www.quantumg.net/portforward.php">http://www.quantumg.net/portforward.php</a></p>
<p><a href="https://docs.google.com/uc?id=0B6CwtrJ_8futNDI4ZGQ5YTgtOWI2NS00YzUxLTk3NDktOTFmYzJhNmU1MzM5&amp;export=download&amp;hl=en">Download (44 KB)</a> .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=73&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2011/02/17/a-very-useful-tool-newtork-port-forward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>
	</item>
		<item>
		<title>让Firefox记住任意网站密码 &amp; 让Firefox自动修改新密码</title>
		<link>http://jessehu.wordpress.com/2011/01/19/%e8%ae%a9firefox%e8%ae%b0%e4%bd%8f%e4%bb%bb%e6%84%8f%e7%bd%91%e7%ab%99%e5%af%86%e7%a0%81-%e8%ae%a9firefox%e8%87%aa%e5%8a%a8%e4%bf%ae%e6%94%b9%e6%96%b0%e5%af%86%e7%a0%81/</link>
		<comments>http://jessehu.wordpress.com/2011/01/19/%e8%ae%a9firefox%e8%ae%b0%e4%bd%8f%e4%bb%bb%e6%84%8f%e7%bd%91%e7%ab%99%e5%af%86%e7%a0%81-%e8%ae%a9firefox%e8%87%aa%e5%8a%a8%e4%bf%ae%e6%94%b9%e6%96%b0%e5%af%86%e7%a0%81/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 08:28:57 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2011/01/19/%e8%ae%a9firefox%e8%ae%b0%e4%bd%8f%e4%bb%bb%e6%84%8f%e7%bd%91%e7%ab%99%e5%af%86%e7%a0%81-%e8%ae%a9firefox%e8%87%aa%e5%8a%a8%e4%bf%ae%e6%94%b9%e6%96%b0%e5%af%86%e7%a0%81/</guid>
		<description><![CDATA[有的网页中给&#60;input&#62;加上了 autocomplete=off, firefox就不会记住用户输入的内容.&#160; 要让 Firefox 记住任意网站密码: 1) Windows 用户：找到 C:\Program Files\Mozilla Firefox\components\nsLoginManager.js 2) 然后搜索 _isAutocompleteDisabled，将 &#34;return true;&#34; 修改为 &#34;return false;&#34; &#160; 修改后, 如下图所示: 3) 重启Firefox.&#160; 以后更新到新版本的Firefox, 需要重新做相应修改 &#160; Firefox会弹出一个对话框, 询问是否将记住的旧密码修改为新密码, 一般我们都会选&#8217;修改&#8217;. 让Firefox自动修改新的密码: 1) Windows 用户：找到 C:\Program Files\Mozilla Firefox\components\nsLoginManagerPrompter.js 2) 查找&#160; this._showLoginNotification(aNotifyBox, &#34;password-change&#34; &#160;&#160;&#160; 将相关行注释掉, 并加上&#160; &#34;pwmgr.addLogin(aNewLogin);&#34;&#160;&#160; &#160; 修改后, 如下图所示: 3) 重启Firefox.&#160; 以后更新到新版本的Firefox, 需要重新做相应修改. &#160; Ref: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=72&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>有的网页中给&lt;input&gt;加上了 autocomplete=off, firefox就不会记住用户输入的内容.&#160; </p>
<p><strong>要让 Firefox 记住任意网站密码</strong>:</p>
<p>1) Windows 用户：找到 <code>C:\Program Files\Mozilla Firefox\components\nsLoginManager.js</code></p>
<p>2) 然后搜索 <code>_isAutocompleteDisabled，将 &quot;</code><code>return true;&quot; 修改为 <code>&quot;</code><code>return false;&quot;</code></code>     <br /><code>     <br /></code></p>
<p>&#160; 修改后, 如下图所示:</p>
<p><a href="http://jessehu.files.wordpress.com/2011/01/image.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://jessehu.files.wordpress.com/2011/01/image_thumb.png?w=643&#038;h=156" width="643" height="156" /></a> </p>
<p>3) 重启Firefox.&#160; 以后更新到新版本的Firefox, 需要重新做相应修改</p>
<p>&#160;</p>
<p>Firefox会弹出一个对话框, 询问是否将记住的旧密码修改为新密码, 一般我们都会选&#8217;修改&#8217;. </p>
<p><strong>让Firefox自动修改新的密码</strong>:</p>
<p>1) Windows 用户：找到 <code>C:\Program Files\Mozilla Firefox\components\nsLoginManagerPrompter.js</code></p>
<p>2) 查找&#160; this._showLoginNotification(aNotifyBox, &quot;password-change&quot;</p>
<p>&#160;&#160;&#160; 将相关行注释掉, 并加上&#160; &quot;pwmgr.addLogin(aNewLogin);&quot;&#160;&#160; </p>
<p>&#160; 修改后, 如下图所示:</p>
<p><a href="http://jessehu.files.wordpress.com/2011/01/image1.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://jessehu.files.wordpress.com/2011/01/image_thumb1.png?w=629&#038;h=542" width="629" height="542" /></a> </p>
<p>3) 重启Firefox.&#160; 以后更新到新版本的Firefox, 需要重新做相应修改.</p>
<p>&#160;</p>
<p><strong>Ref: </strong></p>
<p><a title="http://www.appinn.com/make-firefox-remember-any-password" href="http://www.appinn.com/make-firefox-remember-any-password">http://www.appinn.com/make-firefox-remember-any-password</a></p>
<p><a title="http://superuser.com/questions/73444/firefox-remember-new-passwords-without-prompting" href="http://superuser.com/questions/73444/firefox-remember-new-passwords-without-prompting">http://superuser.com/questions/73444/firefox-remember-new-passwords-without-prompting</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=72&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2011/01/19/%e8%ae%a9firefox%e8%ae%b0%e4%bd%8f%e4%bb%bb%e6%84%8f%e7%bd%91%e7%ab%99%e5%af%86%e7%a0%81-%e8%ae%a9firefox%e8%87%aa%e5%8a%a8%e4%bf%ae%e6%94%b9%e6%96%b0%e5%af%86%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>

		<media:content url="http://jessehu.files.wordpress.com/2011/01/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jessehu.files.wordpress.com/2011/01/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Figured out how to sync Notes calendar with Nokia phone calendar</title>
		<link>http://jessehu.wordpress.com/2010/11/12/figured-out-how-to-sync-notes-calendar-with-nokia-phone-calendar/</link>
		<comments>http://jessehu.wordpress.com/2010/11/12/figured-out-how-to-sync-notes-calendar-with-nokia-phone-calendar/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 10:38:37 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2010/11/12/figured-out-how-to-sync-notes-calendar-with-nokia-phone-calendar/</guid>
		<description><![CDATA[It’s very very easy and convenient to sync Notes calendar with Nokia phone calendar using Nokia PC Sync in Nokia PC Suite(a free tool).&#160; Nokia PC Sync can save the password for Notes id, and automatically sync calendars entries, contacts, emails etc. when my Nokia 5800 is connected to my laptop via USB cable or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=67&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It’s very very easy and convenient to sync Notes calendar with Nokia phone calendar using Nokia PC Sync in Nokia PC Suite(a free tool).&#160; Nokia PC Sync can save the password for Notes id, and automatically sync calendars entries, contacts, emails etc. when my Nokia 5800 is connected to my laptop via USB cable or BlueTooth.</p>
<p><a href="http://jessehu.files.wordpress.com/2010/11/image.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://jessehu.files.wordpress.com/2010/11/image_thumb.png?w=697&#038;h=420" width="697" height="420" /></a> </p>
<p>&#160;</p>
<p>Also IBM provides <a href="http://www-142.ibm.com/software/products/cn/zh/easysyncpro">Lotus EasySync</a> to sync Notes with mobile device. </p>
<p>&#160;</p>
<p>Nokia had done very good phones and very good jobs.&#160; Jobs’ Apple had done very good strategy and ecosystem, but will rot off without Jobs.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=67&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2010/11/12/figured-out-how-to-sync-notes-calendar-with-nokia-phone-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>

		<media:content url="http://jessehu.files.wordpress.com/2010/11/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM Systems Director 6.2 startup becomes much faster</title>
		<link>http://jessehu.wordpress.com/2010/06/22/ibm-systems-director-6-2-startup-becomes-much-faster/</link>
		<comments>http://jessehu.wordpress.com/2010/06/22/ibm-systems-director-6-2-startup-becomes-much-faster/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 11:00:38 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[Director]]></category>
		<category><![CDATA[SysMgmt]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2010/06/22/ibm-systems-director-6-2-startup-becomes-much-faster/</guid>
		<description><![CDATA[The recently released IBM Systems Director 6.2 becomes much much faster when startup. Director 6.1 takes about 10 minutes to become “Active” status after running&#160; smstart on a 2G Mem/2.6G Dual core x86 Linux.&#160; Now Director 6.2 only takes about 5 minutes. Great performance improvement!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=59&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The recently released IBM Systems Director 6.2 becomes much much faster when startup.</p>
<p>Director 6.1 takes about 10 minutes to become “Active” status after running&#160; smstart on a 2G Mem/2.6G Dual core x86 Linux.&#160; Now Director 6.2 only takes about 5 minutes. Great performance improvement!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=59&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2010/06/22/ibm-systems-director-6-2-startup-becomes-much-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM Systems Director Advanced Managers released on Jun 9</title>
		<link>http://jessehu.wordpress.com/2010/06/10/ibm-systems-director-advanced-managers-released-on-jun-9/</link>
		<comments>http://jessehu.wordpress.com/2010/06/10/ibm-systems-director-advanced-managers-released-on-jun-9/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:22:43 +0000</pubDate>
		<dc:creator>Jesse Hu</dc:creator>
				<category><![CDATA[Director]]></category>

		<guid isPermaLink="false">https://jessehu.wordpress.com/2010/06/10/ibm-systems-director-advanced-managers-released-on-jun-9/</guid>
		<description><![CDATA[The following IBM Systems Director Advanced Managers achieved Web GA today (Jun 9, 2010). IBM Systems Director VMControl 2.3 IBM Systems Director Network Control 1.2 IBM Systems Director Service &#38; Support Manager 6.2 IBM Systems Director Transition Manager for HP® Systems Insight Manager 6.2 IBM PowerVM Workload Partitions Manager for AIX 2.2 IBM Systems Director [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=58&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following IBM Systems Director Advanced Managers achieved Web GA today (Jun 9, 2010).</p>
<ul>
<li>IBM Systems Director VMControl 2.3 </li>
<li>IBM Systems Director Network Control 1.2 </li>
<li>IBM Systems Director Service &amp; Support Manager 6.2 </li>
<li>IBM Systems Director Transition Manager for HP® Systems Insight Manager 6.2 </li>
<li>IBM PowerVM Workload Partitions Manager for AIX 2.2 </li>
<li>IBM Systems Director Active Energy Manager 4.3 (already achieved Web GA along with Director 6.2 on 5/27) </li>
</ul>
<p>IBM Systems Director Plug-ins Download Site: <a href="http://www-03.ibm.com/systems/management/director/downloads/plugins.html">http://www-03.ibm.com/systems/management/director/downloads/plugins.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jessehu.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jessehu.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jessehu.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jessehu.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jessehu.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jessehu.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jessehu.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jessehu.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jessehu.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jessehu.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jessehu.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jessehu.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jessehu.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jessehu.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jessehu.wordpress.com&amp;blog=3548160&amp;post=58&amp;subd=jessehu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jessehu.wordpress.com/2010/06/10/ibm-systems-director-advanced-managers-released-on-jun-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jesse Hu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
