<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Dobila</title>
	<atom:link href="http://dobila.info/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://dobila.info</link>
	<description>我会沿着电车的铁轨走回来的</description>
	<lastBuildDate>Fri, 17 Feb 2012 07:42:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on 国产游戏之我见 by dobila</title>
		<link>http://dobila.info/entry/china-games.html/comment-page-1#comment-4058</link>
		<dc:creator>dobila</dc:creator>
		<pubDate>Fri, 17 Feb 2012 07:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=2154#comment-4058</guid>
		<description>哈哈，不告诉你。</description>
		<content:encoded><![CDATA[<p>哈哈，不告诉你。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 国产游戏之我见 by 人类</title>
		<link>http://dobila.info/entry/china-games.html/comment-page-1#comment-4057</link>
		<dc:creator>人类</dc:creator>
		<pubDate>Wed, 15 Feb 2012 11:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=2154#comment-4057</guid>
		<description>发现楼主速度挺快的，用的大陆哪里主机？给个地址 我也去买个。</description>
		<content:encoded><![CDATA[<p>发现楼主速度挺快的，用的大陆哪里主机？给个地址 我也去买个。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 国产游戏之我见 by 人类</title>
		<link>http://dobila.info/entry/china-games.html/comment-page-1#comment-4056</link>
		<dc:creator>人类</dc:creator>
		<pubDate>Wed, 15 Feb 2012 11:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=2154#comment-4056</guid>
		<description>给我也发一套现在的！</description>
		<content:encoded><![CDATA[<p>给我也发一套现在的！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on webrtc终于来了 by 人类</title>
		<link>http://dobila.info/entry/webrtc-finally-come.html/comment-page-1#comment-4055</link>
		<dc:creator>人类</dc:creator>
		<pubDate>Wed, 15 Feb 2012 11:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=3263#comment-4055</guid>
		<description>这个不错呀！</description>
		<content:encoded><![CDATA[<p>这个不错呀！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RVM多用户BUG by dreamrise</title>
		<link>http://dobila.info/entry/note/rvm-multi-user-bug.html/comment-page-1#comment-4050</link>
		<dc:creator>dreamrise</dc:creator>
		<pubDate>Sun, 05 Feb 2012 15:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=3252#comment-4050</guid>
		<description>我也出了这个问题，用你的方法不行。我的解决方法 是 
Run this once to add the line that loads rvm into your ~/.bash_profile

$ echo &#039;[[ -s &quot;$HOME/.rvm/scripts/rvm&quot; ]] &amp;&amp; . &quot;$HOME/.rvm/scripts/rvm&quot; # Load RVM function&#039; &gt;&gt; ~/.bash_profile

然后退出SHELL 重登陆。
niuniuqiu@niuniuqiu:~$ rvm use 1.9.3
Using /home/niuniuqiu/.rvm/gems/ruby-1.9.3-p0

-----------------------------.bash_profile  like this ----------------------------
niuniuqiu@niuniuqiu:~$ tail .bash_profile 
fi

# set PATH so it includes user&#039;s private bin if it exists
if [ -d &quot;$HOME/bin&quot; ] ; then
    PATH=&quot;$HOME/bin:$PATH&quot;
fi

[[ -s &quot;$HOME/.rvm/scripts/rvm&quot; ]] &amp;&amp; . &quot;$HOME/.rvm/scripts/rvm&quot; # Load RVM function</description>
		<content:encoded><![CDATA[<p>我也出了这个问题，用你的方法不行。我的解决方法 是<br />
Run this once to add the line that loads rvm into your ~/.bash_profile</p>
<p>$ echo &#8216;[[ -s "$HOME/.rvm/scripts/rvm" ]] &amp;&amp; . &#8220;$HOME/.rvm/scripts/rvm&#8221; # Load RVM function&#8217; &gt;&gt; ~/.bash_profile</p>
<p>然后退出SHELL 重登陆。<br />
niuniuqiu@niuniuqiu:~$ rvm use 1.9.3<br />
Using /home/niuniuqiu/.rvm/gems/ruby-1.9.3-p0</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;.bash_profile  like this &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
niuniuqiu@niuniuqiu:~$ tail .bash_profile<br />
fi</p>
<p># set PATH so it includes user&#8217;s private bin if it exists<br />
if [ -d "$HOME/bin" ] ; then<br />
    PATH=&#8221;$HOME/bin:$PATH&#8221;<br />
fi</p>
<p>[[ -s "$HOME/.rvm/scripts/rvm" ]] &amp;&amp; . &#8220;$HOME/.rvm/scripts/rvm&#8221; # Load RVM function</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on webrtc终于来了 by 苏文</title>
		<link>http://dobila.info/entry/webrtc-finally-come.html/comment-page-1#comment-4047</link>
		<dc:creator>苏文</dc:creator>
		<pubDate>Sat, 04 Feb 2012 07:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=3263#comment-4047</guid>
		<description>其实我还是不是很懂事虾米东东</description>
		<content:encoded><![CDATA[<p>其实我还是不是很懂事虾米东东</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 田横岛的故事 by dobila</title>
		<link>http://dobila.info/alumn/qingdao/the-story-of-tianheng-island.html/comment-page-1#comment-4043</link>
		<dc:creator>dobila</dc:creator>
		<pubDate>Thu, 02 Feb 2012 00:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=2784#comment-4043</guid>
		<description>留下你的邮箱。我找找发给你。</description>
		<content:encoded><![CDATA[<p>留下你的邮箱。我找找发给你。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 田横岛的故事 by LXW5323</title>
		<link>http://dobila.info/alumn/qingdao/the-story-of-tianheng-island.html/comment-page-1#comment-4042</link>
		<dc:creator>LXW5323</dc:creator>
		<pubDate>Wed, 01 Feb 2012 02:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=2784#comment-4042</guid>
		<description>看了你的照片有点想哭。因为20年前在那里工作过。现在和这是里的一草一木相隔25000里，希望能多得到你的田横岛的图片。</description>
		<content:encoded><![CDATA[<p>看了你的照片有点想哭。因为20年前在那里工作过。现在和这是里的一草一木相隔25000里，希望能多得到你的田横岛的图片。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on webrtc终于来了 by Jacob</title>
		<link>http://dobila.info/entry/webrtc-finally-come.html/comment-page-1#comment-4031</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Sun, 22 Jan 2012 14:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=3263#comment-4031</guid>
		<description>新春快乐，大吉大利！</description>
		<content:encoded><![CDATA[<p>新春快乐，大吉大利！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on webrtc终于来了 by moper</title>
		<link>http://dobila.info/entry/webrtc-finally-come.html/comment-page-1#comment-4030</link>
		<dc:creator>moper</dc:creator>
		<pubDate>Sun, 22 Jan 2012 03:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://dobila.info/?p=3263#comment-4030</guid>
		<description>webrtc好像很不错哦，挺好的想法~</description>
		<content:encoded><![CDATA[<p>webrtc好像很不错哦，挺好的想法~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

