<?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>Jack&#039;s Fantasy World</title>
	<atom:link href="http://blog.jackriver.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jackriver.me</link>
	<description>Colorful Life</description>
	<lastBuildDate>Tue, 08 May 2012 19:53:33 +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的自动调整分辨率功能的一点小烦恼</title>
		<link>http://blog.jackriver.me/2012/05/a-little-problem-using-autoresize-of-virtualbox-guest-addins/</link>
		<comments>http://blog.jackriver.me/2012/05/a-little-problem-using-autoresize-of-virtualbox-guest-addins/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:51:38 +0000</pubDate>
		<dc:creator>ritksm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualbox]]></category>

		<guid isPermaLink="false">http://blog.jackriver.me/?p=58</guid>
		<description><![CDATA[环境：Gentoo Linux作为主机，虚拟Archlinux，装了发行版自带的guest additions 问题：在全屏与非全屏之间切换会导致黑屏 猜测：和自动分辨率调整有关 解决：按几下ctrl+g，即强制启用自动调整分辨率功能刷新几次 后话：这个bug解决还真简单，本来我是一直想放弃寻找workaround的]]></description>
			<content:encoded><![CDATA[<p>环境：Gentoo Linux作为主机，虚拟Archlinux，装了发行版自带的guest additions</p>
<p>问题：在全屏与非全屏之间切换会导致黑屏</p>
<p>猜测：和自动分辨率调整有关</p>
<p>解决：按几下ctrl+g，即强制启用自动调整分辨率功能刷新几次</p>
<p>后话：这个bug解决还真简单，本来我是一直想放弃寻找workaround的</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jackriver.me/2012/05/a-little-problem-using-autoresize-of-virtualbox-guest-addins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Empathy的一个小bug</title>
		<link>http://blog.jackriver.me/2012/04/a-small-bug-in-empathy/</link>
		<comments>http://blog.jackriver.me/2012/04/a-small-bug-in-empathy/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 09:58:38 +0000</pubDate>
		<dc:creator>ritksm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gnome]]></category>

		<guid isPermaLink="false">http://blog.jackriver.me/?p=43</guid>
		<description><![CDATA[打开empathy以后点Accounts想打开账户设置，可是没有任何反应。 经过各种Google之后发现问题是没有安装以下软件包（至少一个）： telepathy-sofiasip telepathy-salut telepathy-haze telepathy-gabble telepathy-butterfly 对于Gentoo用户来说也就是要开启telepathy-connection-managers任何一个USE中的一个或多个。 然后重新emerge telepathy-connection-managers和empathy即可消除这个bug &#160; 题外话： 经过今天一下午和cogl的bug的搏斗，以及这个empathy的bug。我觉得Gnome的开发者还是要在细节上多用点心。有bug至少给个错误提示，一声不吭让人怎么解决。 &#160;]]></description>
			<content:encoded><![CDATA[<p>打开empathy以后点Accounts想打开账户设置，可是没有任何反应。</p>
<p>经过各种Google之后发现问题是没有安装以下软件包（至少一个）：</p>
<pre>telepathy-sofiasip</pre>
<pre>telepathy-salut</pre>
<pre>telepathy-haze</pre>
<pre>telepathy-gabble</pre>
<pre>telepathy-butterfly</pre>
<p>对于Gentoo用户来说也就是要开启telepathy-connection-managers任何一个USE中的一个或多个。</p>
<p>然后重新emerge telepathy-connection-managers和empathy即可消除这个bug</p>
<p>&nbsp;</p>
<blockquote><p>题外话：</p>
<p>经过今天一下午和cogl的bug的搏斗，以及这个empathy的bug。我觉得Gnome的开发者还是要在细节上多用点心。有bug至少给个错误提示，一声不吭让人怎么解决。</p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jackriver.me/2012/04/a-small-bug-in-empathy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在Gentoo上安装Dropbox</title>
		<link>http://blog.jackriver.me/2012/04/howto-install-dropbox-on-gentoo/</link>
		<comments>http://blog.jackriver.me/2012/04/howto-install-dropbox-on-gentoo/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 09:09:09 +0000</pubDate>
		<dc:creator>ritksm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.jackriver.me/?p=21</guid>
		<description><![CDATA[安装Dropbox $ emerge net-misc/dropbox -av 运行Dropbox，并按设置向导进行配置 $ drobox 编写启动脚本(/etc/init.d/dropbox) #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /var/cvsroot/gentoo-x86/sys-fs/dropbox/files/dropbox.init-1.0,v 1.4 2007/04/04 13:35:25 cardoe Exp $ DROPBOX_USERS="will" DROPBOX_INSTALL_DIR="/opt/dropbox" &#8230; <a href="http://blog.jackriver.me/2012/04/howto-install-dropbox-on-gentoo/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>安装Dropbox</h2>
<blockquote><p>$ emerge net-misc/dropbox -av
</p></blockquote>
<h2>运行Dropbox，并按设置向导进行配置</h2>
<blockquote><p>$ drobox</p></blockquote>
<h2>编写启动脚本(/etc/init.d/dropbox)</h2>
<pre>

#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dropbox/files/dropbox.init-1.0,v 1.4 2007/04/04 13:35:25 cardoe Exp $

DROPBOX_USERS="will"
DROPBOX_INSTALL_DIR="/opt/dropbox"
NICENESS=5

depend() {
    need localmount net
    after bootmisc
}

start() {
    ebegin "Starting dropbox..."
    for dbuser in $DROPBOX_USERS; do
        start-stop-daemon -S -b -m --pidfile /var/run/dropbox-$dbuser.pid  -N $NICENESS -u $dbuser -v -e HOME="/home/$dbuser" -x $DROPBOX_INSTALL_DIR/dropboxd
    done
    eend $?
}

stop() {
    ebegin "Stopping dropbox..."
    for dbuser in $DROPBOX_USERS; do
        start-stop-daemon --stop --pidfile /var/run/dropbox-$dbuser.pid
    done
    eend $?
}

status() {
    for dbuser in $DROPBOX_USERS; do
        if [ -e /var/run/dropbox-$dbuser.pid ] ; then
            echo "dropboxd for USER $dbuser: running."
        else
            echo "dropboxd for USER $dbuser: not running."
        fi
    done
    eend $?
}
</pre>
<h2>设置自动启动</h2>
<blockquote><p>
$ chmod 0755 /etc/init.d/dropbox<br />
$ /etc/init.d/dropbox start<br />
$ rc-update add default dropbox
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.jackriver.me/2012/04/howto-install-dropbox-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何OpenVPN在配置中保存认证信息</title>
		<link>http://blog.jackriver.me/2012/04/how-to-save-auth-data-in-openvpn-config-file/</link>
		<comments>http://blog.jackriver.me/2012/04/how-to-save-auth-data-in-openvpn-config-file/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 17:47:10 +0000</pubDate>
		<dc:creator>ritksm</dc:creator>
				<category><![CDATA[技巧分享]]></category>
		<category><![CDATA[OpenVPN]]></category>

		<guid isPermaLink="false">http://blog.jackriver.me/?p=10</guid>
		<description><![CDATA[如果想要在OpenVPN的配置文件中保存用户名密码，需要以下几步： 建立一个文件（如pwd），里面有两行数据分别是用户名和密码，然后把权限设置成只有root可读写（以防泄漏密码） 修改OpenVPN的配置文件， 加入：auth-user-pass pwd 为了安全起见最好也加上auth-nocache OpenVPN必须加上ENABLE_PASSWORD_SAVE选项后再次编译一下 正常执行启动OpenVPN的命令即可]]></description>
			<content:encoded><![CDATA[<p>如果想要在OpenVPN的配置文件中保存用户名密码，需要以下几步：</p>
<ol>
<li>建立一个文件（如pwd），里面有两行数据分别是用户名和密码，然后把权限设置成只有root可读写（以防泄漏密码）</li>
<li>修改OpenVPN的配置文件， 加入：auth-user-pass pwd</li>
<li>为了安全起见最好也加上auth-nocache</li>
<li>OpenVPN必须加上ENABLE_PASSWORD_SAVE选项后再次编译一下</li>
<li>正常执行启动OpenVPN的命令即可</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.jackriver.me/2012/04/how-to-save-auth-data-in-openvpn-config-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World</title>
		<link>http://blog.jackriver.me/2012/03/hello-world-in-python/</link>
		<comments>http://blog.jackriver.me/2012/03/hello-world-in-python/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 19:44:34 +0000</pubDate>
		<dc:creator>ritksm</dc:creator>
				<category><![CDATA[杂七杂八]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.jackriver.me/?p=6</guid>
		<description><![CDATA[while 1: print(“hello world”)]]></description>
			<content:encoded><![CDATA[<blockquote><p>while 1:<br />
print(“hello world”)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.jackriver.me/2012/03/hello-world-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

