<?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>Hongyu&#039;s weblog</title>
	<atom:link href="http://www.hongyu.org/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.hongyu.org/wordpress</link>
	<description>Science, Technology, and Beyond</description>
	<lastBuildDate>Fri, 04 May 2012 00:41:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Virtualbox Linux guest OS run under Mac OS tricks</title>
		<link>http://www.hongyu.org/wordpress/?p=391</link>
		<comments>http://www.hongyu.org/wordpress/?p=391#comments</comments>
		<pubDate>Tue, 24 Apr 2012 22:19:06 +0000</pubDate>
		<dc:creator>Hongyu</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.hongyu.org/wordpress/?p=391</guid>
		<description><![CDATA[Install guest addition: http://www.youtube.com/watch?v=mBAbcwsKog8 Shared folder: click Devices => Shared Folders run in shell terminal: mount -t vboxsf shared_folder_name guest_server_path/ edit /etc/rc.local file and add line: mount.vboxsf -w -o uid=500 shared_folder_name guest_server_path/]]></description>
		<wfw:commentRss>http://www.hongyu.org/wordpress/?feed=rss2&#038;p=391</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework quick start</title>
		<link>http://www.hongyu.org/wordpress/?p=374</link>
		<comments>http://www.hongyu.org/wordpress/?p=374#comments</comments>
		<pubDate>Mon, 23 Apr 2012 06:42:07 +0000</pubDate>
		<dc:creator>Hongyu</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.hongyu.org/wordpress/?p=374</guid>
		<description><![CDATA[create project Link library set up access permission for application/ folder by add .htaccess file with line: To set the project as a sub-folder instead of document root (common in shared hosting), one has to set up path redirect. First, we need to change .htaccess file under the project folder to add path rewrite function [...]]]></description>
		<wfw:commentRss>http://www.hongyu.org/wordpress/?feed=rss2&#038;p=374</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Web Service example</title>
		<link>http://www.hongyu.org/wordpress/?p=369</link>
		<comments>http://www.hongyu.org/wordpress/?p=369#comments</comments>
		<pubDate>Wed, 14 Mar 2012 21:11:13 +0000</pubDate>
		<dc:creator>Hongyu</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.hongyu.org/wordpress/?p=369</guid>
		<description><![CDATA[A good example to build a AWS web app is explained at http://aws.amazon.com/articles/1602?_encoding=UTF8&#038;jiveRedirect=1]]></description>
		<wfw:commentRss>http://www.hongyu.org/wordpress/?feed=rss2&#038;p=369</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven command to run a Java main class</title>
		<link>http://www.hongyu.org/wordpress/?p=360</link>
		<comments>http://www.hongyu.org/wordpress/?p=360#comments</comments>
		<pubDate>Tue, 21 Feb 2012 23:17:31 +0000</pubDate>
		<dc:creator>Hongyu</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.hongyu.org/wordpress/?p=360</guid>
		<description><![CDATA[There might be more than one Java classes in a Maven project that contains the main() function. To pick up a specific one to run, you can try the following command: In case the memory is not enough, try the following command: where 1024m is the max heap memory]]></description>
		<wfw:commentRss>http://www.hongyu.org/wordpress/?feed=rss2&#038;p=360</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reimport Maven module in Intellij</title>
		<link>http://www.hongyu.org/wordpress/?p=343</link>
		<comments>http://www.hongyu.org/wordpress/?p=343#comments</comments>
		<pubDate>Tue, 07 Feb 2012 20:24:55 +0000</pubDate>
		<dc:creator>Hongyu</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.hongyu.org/wordpress/?p=343</guid>
		<description><![CDATA[I recently removed a Maven module from my Intellij project. Shortly after, I tried to reimport the same module again, but somehow Intellij stubbornly refuse to show it in the Project panel. Eventually I looked into the MyProject.ipr file and found the module&#8217;s pom.xml file appeared in the ignoreFiles list. After I deleted the specific [...]]]></description>
		<wfw:commentRss>http://www.hongyu.org/wordpress/?feed=rss2&#038;p=343</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

