<?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>polaris14551 &#124; 摇光</title>
	<atom:link href="http://14551.org/feed" rel="self" type="application/rss+xml" />
	<link>http://14551.org</link>
	<description>一路向北，一個我從未觸及的花開之地. 亦或是哀鴻遍野…..未知的美丽</description>
	<lastBuildDate>Thu, 02 Sep 2010 06:50:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Proftpd 添加用户</title>
		<link>http://14551.org/2010/09/proftpd-%e6%b7%bb%e5%8a%a0%e7%94%a8%e6%88%b7.html</link>
		<comments>http://14551.org/2010/09/proftpd-%e6%b7%bb%e5%8a%a0%e7%94%a8%e6%88%b7.html#comments</comments>
		<pubDate>Thu, 02 Sep 2010 06:50:12 +0000</pubDate>
		<dc:creator>摇光</dc:creator>
				<category><![CDATA[收藏分享]]></category>
		<category><![CDATA[Proftpd]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://14551.org/?p=11417</guid>
		<description><![CDATA[人，逼一逼没准就行了。之前也尝试了几次，一直没能入门。也许是用Ubuntu时间长了，不知不觉多领会了一分。
据说Linux下最流行的FTP服务是vsftp，而Xampp集成的却是Proftpd，当求助于公司的系统工程师时，他们都表示没有用过Proftpd。只能再次求助于万能的Google。


具体步骤如下：
1. 添加用户组：sudo groupadd ftpgroup  （xampp默认有nobody用户，隶属nogroup用户组）
2. 添加用户至相应用户组：sudo useradd -g groupname -d /var/www/dirname -s /sbin/nologin loginname
3. 修改用户密码：sudo passwd loginname
4. 配置proftpd.conf文件（新增如下）：

&#60;Anonymous /var/www/dirname&#62;
        User    loginname
        Group   groupname
        AnonRequirePassword     [...]]]></description>
			<content:encoded><![CDATA[<p>人，逼一逼没准就行了。之前也尝试了几次，一直没能入门。也许是用Ubuntu时间长了，不知不觉多领会了一分。<br />
据说Linux下最流行的FTP服务是vsftp，而<a href="http://www.apachefriends.org/zh_cn/xampp-linux.html">Xampp</a>集成的却是Proftpd，当求助于公司的系统工程师时，他们都表示没有用过Proftpd。只能再次求助于万能的Google。<br />
<a href="http://14551.org/wp-content/uploads/2010/09/proftpd.png"><img src="http://14551.org/wp-content/uploads/2010/09/proftpd.png" alt="" title="proftpd" width="215" height="92" class="alignnone size-full wp-image-11418" /></a><br />
<span id="more-11417"></span><br />
具体步骤如下：<br />
1. 添加用户组：sudo groupadd ftpgroup  （xampp默认有nobody用户，隶属nogroup用户组）<br />
2. 添加用户至相应用户组：sudo useradd -g groupname -d /var/www/dirname -s /sbin/nologin loginname<br />
3. 修改用户密码：sudo passwd loginname<br />
4. 配置proftpd.conf文件（新增如下）：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Anonymous</span> /var/www/dirname<span style="color: #000000; font-weight: bold;">&gt;</span></span>
        User    loginname
        Group   groupname
        AnonRequirePassword             on
        RequireValidShell               off
        AllowOverwrite        on
        # Limit the maximum number of anonymous logins
        MaxClients                    100
        MaxClientsPerHost             3
        TransferRate  RETR            50000000
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Anonymous<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>5. 重启Proftpd</p>
<p>可能涉及到的一些命令。<br />
查看用户所在的用户组：groups ftpuser<br />
新建用户组：sudo groupadd ftpgroup</p>

	<h4>相关日志</h4>
	<ul class="st-related-posts">
	<li><a href="http://14551.org/2009/04/ubuntu-virtualbox.html" title="转载：Ubuntu8.04安装配置大全 (2009-04-07)">转载：Ubuntu8.04安装配置大全</a></li>
	<li><a href="http://14551.org/2010/01/ubuntu-crontab.html" title="用Ubuntu催眠 (2010-01-08)">用Ubuntu催眠</a></li>
	<li><a href="http://14551.org/2009/12/install-thunderbird.html" title="最简便安装Thunderbird (2009-12-01)">最简便安装Thunderbird</a></li>
	<li><a href="http://14551.org/2010/07/install-fcitx-utf8.html" title="更新至fcitx-utf8 (2010-07-10)">更新至fcitx-utf8</a></li>
	<li><a href="http://14551.org/2010/01/ibus-fcitx.html" title="换下Ibus，用上Fcitx (2010-01-06)">换下Ibus，用上Fcitx</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://14551.org/2010/09/proftpd-%e6%b7%bb%e5%8a%a0%e7%94%a8%e6%88%b7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在CentOS上安装Openvpn</title>
		<link>http://14551.org/2010/09/install-openvpn-on-centos.html</link>
		<comments>http://14551.org/2010/09/install-openvpn-on-centos.html#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:18:37 +0000</pubDate>
		<dc:creator>摇光</dc:creator>
				<category><![CDATA[收藏分享]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://14551.org/?p=11326</guid>
		<description><![CDATA[折腾了几个小时终于成功连接了。
OpenVPN需要TUN支持，可以通过该命令确认：

cat /dev/net/tun

返回信息为：cat: /dev/net/tun: File descriptor in bad state  则OK
确认iptables_nat模块，可以通过该命令确认：

iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j MASQUERADE

返回信息为：iptables: Unknown error 4294967295  则OK

通过yum安装Openvpn：

yum -y install openvpn

拷贝相关文件至/etc/openvpn/目录：

cp -R /usr/share/openvpn/easy-rsa /etc/openvpn/

生成证书，在目录/etc/openvpn/easy-rsa/2.0：
1. 修改vars，保存后运行 ./vars：

export KEY_COUNTRY=&#34;CN&#34;
export KEY_PROVINCE=&#34;SH&#34;
export KEY_CITY=&#34;SHANGHAI&#34;
export KEY_ORG=&#34;14551.ORG&#34;
export KEY_EMAIL=&#34;WEBMASTER@14551.ORG&#34;

2. 生成相关证书（提示输入的地方 “回车”即可，以及会有两次确认“Y”）：

./build-ca server 创建证书颁发机构。
./build-key-server server  //服务器证书。
./build-key polarisclient //生成客户端证书。（红色部分自定义）
./build-dh  //生成Diffie Hellman参数。

3. 配置Openvpn：
在/etc/openvpn/目录新建 server.conf 文件，内容如下（这里使用的DNS是google public dns）：

port [...]]]></description>
			<content:encoded><![CDATA[<p>折腾了几个小时终于成功连接了。<br />
<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">OpenVPN</a>需要TUN支持，可以通过该命令确认：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">cat /dev/net/tun</pre></div></div>

<p>返回信息为：cat: /dev/net/tun: File descriptor in bad state  则OK<br />
确认iptables_nat模块，可以通过该命令确认：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j MASQUERADE</pre></div></div>

<p>返回信息为：iptables: Unknown error 4294967295  则OK<br />
<span id="more-11326"></span><br />
通过yum安装<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">Openvpn</a>：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">yum -y install openvpn</pre></div></div>

<p>拷贝相关文件至/etc/<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">openvpn</a>/目录：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">cp -R /usr/share/openvpn/easy-rsa /etc/openvpn/</pre></div></div>

<p>生成证书，在目录/etc/<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">openvpn</a>/easy-rsa/2.0：<br />
1. 修改vars，保存后运行 ./vars：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">export KEY_COUNTRY=&quot;CN&quot;
export KEY_PROVINCE=&quot;SH&quot;
export KEY_CITY=&quot;SHANGHAI&quot;
export KEY_ORG=&quot;14551.ORG&quot;
export KEY_EMAIL=&quot;WEBMASTER@14551.ORG&quot;</pre></div></div>

<p>2. 生成相关证书（提示输入的地方 “回车”即可，以及会有两次确认“Y”）：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">./build-ca server 创建证书颁发机构。
./build-key-server server  //服务器证书。
./build-key polarisclient //生成客户端证书。（红色部分自定义）
./build-dh  //生成Diffie Hellman参数。</pre></div></div>

<p>3. 配置<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">Openvpn</a>：<br />
在/etc/<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">openvpn</a>/目录新建 server.conf 文件，内容如下（这里使用的DNS是google public dns）：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">port 443
proto tcp
dev tun
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
cert /etc/openvpn/easy-rsa/2.0/keys/server.crt
key /etc/openvpn/easy-rsa/2.0/keys/server.key
dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
server 10.8.0.0 255.255.255.0
push &quot;redirect-gateway def1&quot;
push &quot;dhcp-option DNS 8.8.8.8&quot;
push &quot;dhcp-option DNS 8.8.4.4&quot;
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
verb 3</pre></div></div>

<p>4. 允许客户端通过VPN Server访问Internet：<br />
执行（红色部分换成VPS的IP地址）</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j SNAT --to-source 184.82.11.11</pre></div></div>

<p>执行 /etc/init.d/iptables save  保存设置<br />
执行 /etc/init.d/iptables restart  重启iptables<br />
编辑 /etc/sysctl.conf   net.ipv4.ip_forward = 0改为net.ipv4.ip_forward = 1。<br />
5. 将<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">Openvpn</a>服务加入开机自动启动：<br />
修改 /etc/rc.local  加入  /usr/sbin/<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">openvpn</a> &#8211;config /etc/<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">openvpn</a>/server.conf &amp;<br />
6. 客户端设置：<br />
下载客户端证书：/etc/<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">openvpn</a>/easy-rsa/2.0/keys  ca.key  polarisclient.crt  polarisclient.key<br />
下载<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">Openvpn</a>软件（windows）：http://<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">openvpn</a>.net/release/<a href="http://14551.org/tag/openvpn" class="st_tag internal_tag" rel="tag" title="Posts tagged with openvpn">openvpn</a>-2.1.0-install.exe<br />
配置ovpn文件：</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">client
dev tun
proto tcp
remote  184.82.11.11 443
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert  polarisclient.crt
key  polarisclient.key
ns-cert-type server
comp-lzo
verb 3</pre></div></div>


	<h4>相关日志</h4>
	<ul class="st-related-posts">
	<li><a href="http://14551.org/2010/04/vps-squad.html" title="继续说VPS使用经历 (2010-04-23)">继续说VPS使用经历</a></li>
	<li><a href="http://14551.org/2009/09/exchange-server-quickly.html" title="快速网站转移 (2009-09-24)">快速网站转移</a></li>
	<li><a href="http://14551.org/2009/11/2009-11-01.html" title="北京下雪了 (2009-11-01)">北京下雪了</a></li>
	<li><a href="http://14551.org/2010/03/ssh-0324.html" title="分享 SSH 帐号 0324 (2010-03-24)">分享 SSH 帐号 0324</a></li>
	<li><a href="http://14551.org/2009/09/apt-get-install-build-essential.html" title="为Ubuntu安装编译环境 (2009-09-25)">为Ubuntu安装编译环境</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://14551.org/2010/09/install-openvpn-on-centos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu下批量修改文件名软件Renamer</title>
		<link>http://14551.org/2010/08/rename-a-group-of-files.html</link>
		<comments>http://14551.org/2010/08/rename-a-group-of-files.html#comments</comments>
		<pubDate>Mon, 30 Aug 2010 13:58:03 +0000</pubDate>
		<dc:creator>摇光</dc:creator>
				<category><![CDATA[收藏分享]]></category>
		<category><![CDATA[prefixsuffix]]></category>
		<category><![CDATA[Renamer]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://14551.org/?p=11163</guid>
		<description><![CDATA[此前安装一款软件叫prefixsuffix。这款软件仅支持简单的文件名内容替换和增加。


而Renamer 是一款安装在右键中的nautilus script程序。

使用时只需选择相应文件右键打开Renamer脚本，即可看到如下窗口。

相对于prefixsuffix来说则强大的多，规则化命名，若是不小心重命名错了，还可以恢复至上一次（undo），在使用时注意不要把文件后缀扔掉了。
下载：gtk-apps.org （下载安装包解压后 sh install.sh即可）
来源：omgubuntu.co.uk

	相关日志
	
	转载：Ubuntu8.04安装配置大全
	用Ubuntu催眠
	最简便安装Thunderbird
	更新至fcitx-utf8
	换下Ibus，用上Fcitx


]]></description>
			<content:encoded><![CDATA[<p>此前安装一款软件叫<a href="http://prefixsuffix.sourceforge.net/">prefixsuffix</a>。这款软件仅支持简单的文件名内容替换和增加。<br />
<a href="http://14551.org/wp-content/uploads/2010/08/screenshot.png"><img src="http://14551.org/wp-content/uploads/2010/08/screenshot.png" alt="" title="screenshot" width="415" height="493" class="alignnone size-full wp-image-11164" /></a><br />
<span id="more-11163"></span><br />
而Renamer 是一款安装在右键中的nautilus script程序。<br />
<a href="http://14551.org/wp-content/uploads/2010/08/1KygF.png"><img src="http://14551.org/wp-content/uploads/2010/08/1KygF.png" alt="" title="1KygF" width="608" height="356" class="alignnone size-full wp-image-11165" /></a><br />
使用时只需选择相应文件右键打开Renamer脚本，即可看到如下窗口。<br />
<a href="http://14551.org/wp-content/uploads/2010/08/201008_032.png"><img src="http://14551.org/wp-content/uploads/2010/08/201008_032.png" alt="" title="201008_032" width="524" height="488" class="alignnone size-full wp-image-11166" /></a><br />
相对于prefixsuffix来说则强大的多，规则化命名，若是不小心重命名错了，还可以恢复至上一次（undo），在使用时注意不要把文件后缀扔掉了。</p>
<p>下载：<a href="http://bit.ly/bQh7RL">gtk-apps.org</a> （下载安装包解压后 sh install.sh即可）<br />
来源：<a href="http://bit.ly/cj4RC3">omgubuntu.co.uk</a></p>

	<h4>相关日志</h4>
	<ul class="st-related-posts">
	<li><a href="http://14551.org/2009/04/ubuntu-virtualbox.html" title="转载：Ubuntu8.04安装配置大全 (2009-04-07)">转载：Ubuntu8.04安装配置大全</a></li>
	<li><a href="http://14551.org/2010/01/ubuntu-crontab.html" title="用Ubuntu催眠 (2010-01-08)">用Ubuntu催眠</a></li>
	<li><a href="http://14551.org/2009/12/install-thunderbird.html" title="最简便安装Thunderbird (2009-12-01)">最简便安装Thunderbird</a></li>
	<li><a href="http://14551.org/2010/07/install-fcitx-utf8.html" title="更新至fcitx-utf8 (2010-07-10)">更新至fcitx-utf8</a></li>
	<li><a href="http://14551.org/2010/01/ibus-fcitx.html" title="换下Ibus，用上Fcitx (2010-01-06)">换下Ibus，用上Fcitx</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://14551.org/2010/08/rename-a-group-of-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>回忆一周</title>
		<link>http://14551.org/2010/08/the-past-seven-days.html</link>
		<comments>http://14551.org/2010/08/the-past-seven-days.html#comments</comments>
		<pubDate>Sat, 28 Aug 2010 09:18:22 +0000</pubDate>
		<dc:creator>摇光</dc:creator>
				<category><![CDATA[生活记事]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[FroydVillain]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[游泳]]></category>
		<category><![CDATA[音乐]]></category>

		<guid isPermaLink="false">http://14551.org/?p=10959</guid>
		<description><![CDATA[
VIA
再次重刷了FroydVillain 1.4.0，顺便更新到了1.4.3，原因大概是因为安装了什么软件或者折腾，导致音乐播放部分坏掉了，打开播放器提示SD卡读取出错，接着又出现FC现象“ ”音乐“应用程序（在&#8217;com.android.music”进程中）无响应。”，开始还以为是SD卡出问题了。顺便安装了Beautiful widgets这款APP，名副其实。

游泳还在继续，动作还不够协调，浮着却已经不是什么问题。可以接受较长时间的蛙泳，短距离的自由泳和仰泳。每次在泳池会基本上会完成1000米。只是一月以前特意买的快干短袖和短裤没有派上用场，原是打算恢复晚上跑步锻炼（坚持每周两次），上一次大概是一年前了吧，那时候曹和夏磊还在公司。
如果这是现在的悲剧，希望不再是未来的。就像前几天接到一位用户的电话，请求找回日志，她说她男朋友删了她的很多帐户，包括改了开心网的密码，清空了Gmail邮箱中的邮件，删除了她的博客等等&#8230;你们从来都是爱的死去活来/没他不行/非他不可，然后呢&#8230;

的确，你们爱的从来都是你们自己。
天灾人祸不间断，我们还很淡定的活着，若真是多难兴邦&#8230;你不会信以为真吧？累了，厌了，麻木了&#8230;
如果要读，请一直读下去：
 爱是恒久忍耐，又有恩慈。爱是不嫉妒，爱是不自夸，不张狂，不做害羞的事，不求自己的益处，不轻易发怒，不计算人的恶，不喜欢不义，只喜欢真理；凡事包容，凡事相信，凡事盼望，凡事忍耐。爱是永不止息。
——《圣经.新约》哥林多前书十三章四节至八节
夏天，秋天，冬天还会远嘛？又将是一年的结束，岁数的增加，同时带来那么一点点恐惧，大概还没准备好吧。

	相关日志
	
	醉清风
	贰零零玖拾月贰仨
	空白格
	现在是什么?
	海角七号-弹吉它是件快乐的事


]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://14551.org/wp-content/uploads/2010/08/66c57e8e48e90576290a3690.jpeg"><img class="size-full wp-image-10960 aligncenter" title="fuck you" src="http://14551.org/wp-content/uploads/2010/08/66c57e8e48e90576290a3690.jpeg" alt="" width="487" height="204" /></a><br />
<a href="http://t.sina.com.cn/1457020921/wr0lusfGDw">VIA</a></p>
<p>再次重刷了<a href="http://14551.org/2010/08/froydvillain-1-4-0.html">FroydVillain 1.4.0</a>，顺便更新到了1.4.3，原因大概是因为安装了什么软件或者折腾，导致音乐播放部分坏掉了，打开播放器提示SD卡读取出错，接着又出现FC现象“ ”音乐“应用程序（在&#8217;com.android.music”进程中）无响应。”，开始还以为是SD卡出问题了。顺便安装了Beautiful widgets这款APP，名副其实。<br />
<span id="more-10959"></span><br />
游泳还在继续，动作还不够协调，浮着却已经不是什么问题。可以接受较长时间的蛙泳，短距离的自由泳和仰泳。每次在泳池会基本上会完成1000米。只是一月以前特意买的快干短袖和短裤没有派上用场，原是打算恢复晚上跑步锻炼（坚持每周两次），上一次大概是一年前了吧，那时候曹和夏磊还在公司。</p>
<p>如果这是现在的悲剧，希望不再是未来的。就像前几天接到一位用户的电话，请求找回日志，她说她男朋友删了她的很多帐户，包括改了开心网的密码，清空了Gmail邮箱中的邮件，删除了她的博客等等&#8230;你们从来都是爱的死去活来/没他不行/非他不可，然后呢&#8230;<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="src" value="http://player.youku.com/player.php/sid/XMTk1NzI4MzAw/v.swf" /><param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="480" height="400" src="http://player.youku.com/player.php/sid/XMTk1NzI4MzAw/v.swf" quality="high" align="middle"></embed></object><br />
的确，你们爱的从来都是你们自己。</p>
<p>天灾人祸不间断，我们还很淡定的活着，若真是多难兴邦&#8230;你不会信以为真吧？累了，厌了，麻木了&#8230;</p>
<p>如果要读，请一直读下去：</p>
<blockquote><p> 爱是恒久忍耐，又有恩慈。爱是不嫉妒，爱是不自夸，不张狂，不做害羞的事，不求自己的益处，不轻易发怒，不计算人的恶，不喜欢不义，只喜欢真理；凡事包容，凡事相信，凡事盼望，凡事忍耐。爱是永不止息。</p>
<p>——《圣经.新约》哥林多前书十三章四节至八节</p></blockquote>
<p>夏天，秋天，冬天还会远嘛？又将是一年的结束，岁数的增加，同时带来那么一点点恐惧，大概还没准备好吧。</p>

	<h4>相关日志</h4>
	<ul class="st-related-posts">
	<li><a href="http://14551.org/2006/06/love-tired-maybe.html" title="醉清风 (2006-06-11)">醉清风</a></li>
	<li><a href="http://14551.org/2009/10/keep-walking.html" title="贰零零玖拾月贰仨 (2009-10-24)">贰零零玖拾月贰仨</a></li>
	<li><a href="http://14551.org/2008/10/goodbye-hello.html" title="空白格 (2008-10-09)">空白格</a></li>
	<li><a href="http://14551.org/2006/05/what-is-about.html" title="现在是什么? (2006-05-21)">现在是什么?</a></li>
	<li><a href="http://14551.org/2008/11/cape-no-7.html" title="海角七号-弹吉它是件快乐的事 (2008-11-08)">海角七号-弹吉它是件快乐的事</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://14551.org/2010/08/the-past-seven-days.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>生成QR码</title>
		<link>http://14551.org/2010/08/qr-code-generator.html</link>
		<comments>http://14551.org/2010/08/qr-code-generator.html#comments</comments>
		<pubDate>Wed, 25 Aug 2010 06:37:58 +0000</pubDate>
		<dc:creator>摇光</dc:creator>
				<category><![CDATA[收藏分享]]></category>
		<category><![CDATA[QRCODE]]></category>

		<guid isPermaLink="false">http://14551.org/?p=10173</guid>
		<description><![CDATA[
http://zxing.appspot.com/generator/ （似最强大了呃）
http://delivr.com/qr-code-generator
http://www.qrstuff.com/
http://www.mskynet.com/static/maestro
http://flashphp.org/QRCodeGen/
而，生成链接的QR码最简单的方法是用goo.gl的短链接功能：
http://goo.gl/cRd6
http://goo.gl/cRd6.qr
悄悄加上一张QRCODE，帅气的很&#8230;

	相关日志
	
	无相关日志
	

]]></description>
			<content:encoded><![CDATA[<p><a href="http://14551.org/wp-content/uploads/2010/08/186.png"><img class="alignnone size-full wp-image-10174" title="186" src="http://14551.org/wp-content/uploads/2010/08/186.png" alt="" width="350" height="350" /></a></p>
<p><a href="http://zxing.appspot.com/generator/">http://zxing.appspot.com/generator/</a> （似最强大了呃）</p>
<p><a href="http://delivr.com/qr-code-generator">http://delivr.com/qr-code-generator</a></p>
<p><a href="http://www.qrstuff.com/">http://www.qrstuff.com/</a></p>
<p><a href="http://www.qrstuff.com/">http://www.mskynet.com/static/maestro</a></p>
<p><a href="http://flashphp.org/QRCodeGen/">http://flashphp.org/QRCodeGen/</a></p>
<p><a href="http://www.google.org.cn/posts/generate-qr-code-with-googl-tinyurl.html">而，生成链接的QR码最简单的方法是用goo.gl的短链接功能</a>：<br />
<a href="http://goo.gl/cRd6">http://goo.gl/cRd6</a><br />
<a href="http://goo.gl/cRd6.qr">http://goo.gl/cRd6.qr</a></p>
<p>悄悄加上一张QRCODE，帅气的很&#8230;</p>

	<h4>相关日志</h4>
	<ul class="st-related-posts">
	<li>无相关日志</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://14551.org/2010/08/qr-code-generator.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>更新至FroydVillain 1.4.0</title>
		<link>http://14551.org/2010/08/froydvillain-1-4-0.html</link>
		<comments>http://14551.org/2010/08/froydvillain-1-4-0.html#comments</comments>
		<pubDate>Wed, 25 Aug 2010 04:51:45 +0000</pubDate>
		<dc:creator>摇光</dc:creator>
				<category><![CDATA[收藏分享]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[FroydVillain]]></category>
		<category><![CDATA[Hero]]></category>
		<category><![CDATA[htc]]></category>

		<guid isPermaLink="false">http://14551.org/?p=10101</guid>
		<description><![CDATA[About FroydVillain 1.4.0：http://www.villainrom.co.uk/viewtopic.php?f=45&#38;t=2099&#38;start=0
终于没坚持住，还是更新了Android 2.2，从VillainROM 12&#8211;FroydVillain 1.4.0，折腾了一下，上几张截屏。
几个特性：
1. 作者说很快，事实的确很快。
2. 桌面是使用Launcher Pro 0.7.6免费版，不支持部分Widget及高级设置。Unlock code需$2.96元。 *内置程序无法直接卸载，我尝试使用root explorer替换system/app/下的文件也未成功，后果是黑屏（通知栏正常显示），最后只能重刷。
3. APP可以设置安装到存储卡，但我之前就已经设置了ext分区，所以就“自动”了。
4. 相机的确可以正常使用。
5. GPS&#8230;感觉搜星比较慢。
6. 感觉比较耗电，难道是错觉？

	相关日志
	
	Hero成功升级到VillainROM 5.22(android 2.1)
	G3 使用超级终端
	跳票是不用负责的。
	在Aldiko Book上添加书仓网
	回忆一周


]]></description>
			<content:encoded><![CDATA[<p>About FroydVillain 1.4.0：<a href="http://www.villainrom.co.uk/viewtopic.php?f=45&amp;t=2099&amp;start=0">http://www.villainrom.co.uk/viewtopic.php?f=45&amp;t=2099&amp;start=0</a><br />
终于没坚持住，还是更新了Android 2.2，从VillainROM 12&#8211;FroydVillain 1.4.0，折腾了一下，上几张截屏。</p>

<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_090729' title='通话界面（头像不会变形了）'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_090729-150x150.png" class="attachment-thumbnail" alt="通话界面（头像不会变形了）" title="通话界面（头像不会变形了）" /></a>
<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_090800' title='通话记录'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_090800-150x150.png" class="attachment-thumbnail" alt="通话记录" title="通话记录" /></a>
<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_091046' title='villain设置'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_091046-150x150.png" class="attachment-thumbnail" alt="villain设置" title="villain设置" /></a>
<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_090641' title='其它屏幕'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_090641-150x150.png" class="attachment-thumbnail" alt="其它屏幕" title="其它屏幕" /></a>
<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_090918' title='关于手机'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_090918-150x150.png" class="attachment-thumbnail" alt="关于手机" title="关于手机" /></a>
<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_090651' title='软件列表'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_090651-150x150.png" class="attachment-thumbnail" alt="软件列表" title="软件列表" /></a>
<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_090630' title='我的首屏设置'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_090630-150x150.png" class="attachment-thumbnail" alt="我的首屏设置" title="我的首屏设置" /></a>
<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_090703' title='拨号界面'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_090703-150x150.png" class="attachment-thumbnail" alt="拨号界面" title="拨号界面" /></a>
<a href='http://14551.org/2010/08/froydvillain-1-4-0.html/snap20100825_091106' title='可以照相了'><img width="150" height="150" src="http://14551.org/wp-content/uploads/2010/08/snap20100825_091106-150x150.png" class="attachment-thumbnail" alt="可以照相了" title="可以照相了" /></a>

<p><span id="more-10101"></span>几个特性：<br />
1. 作者说很快，事实的确很快。<br />
2. 桌面是使用Launcher Pro 0.7.6免费版，不支持部分Widget及高级设置。Unlock code需$2.96元。 *内置程序无法直接卸载，我尝试使用root explorer替换system/app/下的文件也未成功，后果是黑屏（通知栏正常显示），最后只能重刷。<br />
3. APP可以设置安装到存储卡，但我之前就已经设置了ext分区，所以就“自动”了。<br />
4. 相机的确可以正常使用。<br />
5. GPS&#8230;感觉搜星比较慢。<br />
6. 感觉比较耗电，难道是错觉？</p>

	<h4>相关日志</h4>
	<ul class="st-related-posts">
	<li><a href="http://14551.org/2010/04/update-to-villainrom-5-22.html" title="Hero成功升级到VillainROM 5.22(android 2.1) (2010-04-24)">Hero成功升级到VillainROM 5.22(android 2.1)</a></li>
	<li><a href="http://14551.org/2010/02/g3.html" title="G3 使用超级终端 (2010-02-08)">G3 使用超级终端</a></li>
	<li><a href="http://14551.org/2010/04/htclegend.html" title="跳票是不用负责的。 (2010-04-21)">跳票是不用负责的。</a></li>
	<li><a href="http://14551.org/2010/06/add-shucang-to-aldiko-book.html" title="在Aldiko Book上添加书仓网 (2010-06-28)">在Aldiko Book上添加书仓网</a></li>
	<li><a href="http://14551.org/2010/08/the-past-seven-days.html" title="回忆一周 (2010-08-28)">回忆一周</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://14551.org/2010/08/froydvillain-1-4-0.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>多完美的全浸自由泳</title>
		<link>http://14551.org/2010/08/beautiful-crawl.html</link>
		<comments>http://14551.org/2010/08/beautiful-crawl.html#comments</comments>
		<pubDate>Tue, 24 Aug 2010 01:39:17 +0000</pubDate>
		<dc:creator>摇光</dc:creator>
				<category><![CDATA[收藏分享]]></category>
		<category><![CDATA[游泳]]></category>

		<guid isPermaLink="false">http://14551.org/?p=10075</guid>
		<description><![CDATA[
竹内慎司全浸自由泳示范长版本
快来条美人鱼吧。

	相关日志
	
	回忆一周
	About Swimming


]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="src" value="http://player.youku.com/player.php/sid/XMzE1NTQ4MzI=/v.swf" /><param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="480" height="400" src="http://player.youku.com/player.php/sid/XMzE1NTQ4MzI=/v.swf" quality="high" align="middle"></embed></object><br />
竹内慎司全浸自由泳示范长版本</p>
<p>快来条美人鱼吧。</p>

	<h4>相关日志</h4>
	<ul class="st-related-posts">
	<li><a href="http://14551.org/2010/08/the-past-seven-days.html" title="回忆一周 (2010-08-28)">回忆一周</a></li>
	<li><a href="http://14551.org/2010/08/about-swimming.html" title="About Swimming (2010-08-02)">About Swimming</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://14551.org/2010/08/beautiful-crawl.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
