<?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>ZrenX</title>
	<atom:link href="http://zrenx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://zrenx.com</link>
	<description>我的技术点滴</description>
	<lastBuildDate>Tue, 14 Jun 2011 09:32:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Linux Chrome Flash 音乐破音</title>
		<link>http://zrenx.com/2010/08/linux-chrome-flash-%e9%9f%b3%e4%b9%90%e7%a0%b4%e9%9f%b3/</link>
		<comments>http://zrenx.com/2010/08/linux-chrome-flash-%e9%9f%b3%e4%b9%90%e7%a0%b4%e9%9f%b3/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 08:17:07 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[破音]]></category>

		<guid isPermaLink="false">http://zrenx.com/?p=68</guid>
		<description><![CDATA[最近发现新的Chrome听 xiami.com 的音乐会有破音，豆瓣电台也一样。 这对遇喜欢写代码时塞着耳塞的我来说，相当难受。 想到Chrome是直接包含了Flash插件的，一看它的安装目录里面有个 libgcflashplayer.so 文件，跟正常的官方的Flash插件的不同。 于是就直接换用Adobe官方的 libflashplayer.so 第一步： sudo cp /usr/lib/flashplugin-nonfree/libflashplayer.so /opt/google/chrome/ PS：请先确认你已经安装了flashplugin-nonfree 第二步： 在Chrome中打开 about:plugins -> 点开右上角的 Details. 看到 Shockwave Flash 下有两个文件，禁用其中的 libgcflashplayer.so ，Done！ PS：libgcflashplayer.so 和 libflashplayer.so 两个文件的大小完全一样，md5sum 不同，不知道是出了什么差错。]]></description>
			<content:encoded><![CDATA[<p>最近发现新的Chrome听 <a href="http://www.xiami.com/">xiami.com</a> 的音乐会有破音，豆瓣电台也一样。<br />
这对遇喜欢写代码时塞着耳塞的我来说，相当难受。<br />
想到Chrome是直接包含了Flash插件的，一看它的安装目录里面有个 libgcflashplayer.so 文件，跟正常的官方的Flash插件的不同。<br />
于是就直接换用Adobe官方的 libflashplayer.so</p>
<p>第一步：</p>

<div class="wp_codebox"><table><tr id="p682"><td class="code" id="p68code2"><pre class="sh" style="font-family:monospace;">sudo cp /usr/lib/flashplugin-nonfree/libflashplayer.so /opt/google/chrome/</pre></td></tr></table></div>

<p>PS：请先确认你已经安装了flashplugin-nonfree</p>
<p>第二步：<br />
在Chrome中打开 about:plugins -> 点开右上角的 Details.<br />
看到 Shockwave Flash 下有两个文件，禁用其中的 libgcflashplayer.so ，Done！</p>
<p>PS：libgcflashplayer.so  和 libflashplayer.so 两个文件的大小完全一样，md5sum 不同，不知道是出了什么差错。</p>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2010/08/linux-chrome-flash-%e9%9f%b3%e4%b9%90%e7%a0%b4%e9%9f%b3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>osd-lyrics for debian sid</title>
		<link>http://zrenx.com/2010/08/osd-lyrics-for-debian-sid/</link>
		<comments>http://zrenx.com/2010/08/osd-lyrics-for-debian-sid/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 04:20:40 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[osd-lyrics]]></category>
		<category><![CDATA[osdlyrics]]></category>
		<category><![CDATA[Sid]]></category>

		<guid isPermaLink="false">http://zrenx.com/?p=62</guid>
		<description><![CDATA[OSD-LYRICS 是个好东西，直接提供rpm和deb包。 launchpad 上还有他的源，可惜那都是给Ubuntu的，debian由于依赖问题不能用。 于是我自己动手打包了一个。 osdlyrics_0.3.2~20100604~debian_i386.deb 更新到 0.4.0：(2011/06/14) osdlyrics_0.4.0~debian_i386.deb]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/osd-lyrics/">OSD-LYRICS</a> 是个好东西，直接提供rpm和deb包。<br />
launchpad 上还有他的源，可惜那都是给Ubuntu的，debian由于依赖问题不能用。</p>
<p>于是我自己动手打包了一个。<br />
<a href='http://zrenx.com/wordpress/wp-content/uploads/2010/08/osdlyrics_0.3.2~20100604~debian_i386.deb'>osdlyrics_0.3.2~20100604~debian_i386.deb</a></p>
<p>更新到 0.4.0：(2011/06/14)<br />
<a href='http://zrenx.com/wordpress/wp-content/uploads/2011/06/osdlyrics_0.4.0~debian_i386.deb'>osdlyrics_0.4.0~debian_i386.deb</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2010/08/osd-lyrics-for-debian-sid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian上真机开发OPhone应用</title>
		<link>http://zrenx.com/2010/07/debian%e4%b8%8a%e7%9c%9f%e6%9c%ba%e5%bc%80%e5%8f%91ophone%e5%ba%94%e7%94%a8/</link>
		<comments>http://zrenx.com/2010/07/debian%e4%b8%8a%e7%9c%9f%e6%9c%ba%e5%bc%80%e5%8f%91ophone%e5%ba%94%e7%94%a8/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 17:42:35 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://zrenx.com/?p=56</guid>
		<description><![CDATA[前面一篇文章介绍过Nexus One在Debian系统上无法被ADB识别的解决办法，这两天在弄移动的OMS平台，发现需要使用同样的办法解决同样的问题。Debian 调试 Nexus One 的设置 OPhone1.5 插上 USB会有5个选项，选中"adb"就可以了。 OPhone2.0 插上 USB只有4个，选”同步“。 lsusb 找到手机对应的制造商和设备的ID，在/etc/udev/rules.d/51-android.rules上照样写一行就好了。]]></description>
			<content:encoded><![CDATA[<p>前面一篇文章介绍过Nexus One在Debian系统上无法被ADB识别的解决办法，这两天在弄移动的OMS平台，发现需要使用同样的办法解决同样的问题。<a href="http://zrenx.com/2010/05/debian-%e8%b0%83%e8%af%95-nexus-one-%e7%9a%84%e8%ae%be%e7%bd%ae/">Debian 调试 Nexus One 的设置</a></p>
<p>OPhone1.5 插上 USB会有5个选项，选中"adb"就可以了。<br />
OPhone2.0 插上 USB只有4个，选”同步“。</p>
<p>lsusb 找到手机对应的制造商和设备的ID，在/etc/udev/rules.d/51-android.rules上照样写一行就好了。</p>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2010/07/debian%e4%b8%8a%e7%9c%9f%e6%9c%ba%e5%bc%80%e5%8f%91ophone%e5%ba%94%e7%94%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 调试 Nexus One 的设置</title>
		<link>http://zrenx.com/2010/05/debian-%e8%b0%83%e8%af%95-nexus-one-%e7%9a%84%e8%ae%be%e7%bd%ae/</link>
		<comments>http://zrenx.com/2010/05/debian-%e8%b0%83%e8%af%95-nexus-one-%e7%9a%84%e8%ae%be%e7%bd%ae/#comments</comments>
		<pubDate>Mon, 10 May 2010 08:06:34 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://zrenx.com/?p=37</guid>
		<description><![CDATA[问题：无法在Nexus One上调试，adb无法识别设备。 richard@r:~$ adb devices List of devices attached ???????????? no permissions 原因：USB 设备ID无法被系统识别。(参考) 解决方法： 创建或修改文件(参考) sudo vim /etc/udev/rules.d/51-android.rules 添加一行 SUBSYSTEMS==&#34;usb&#34;, SYSFS{idVendor}==&#34;18d1&#34;, SYSFS{idProduct}==&#34;4e12&#34;, MODE=&#34;0666&#34;, OWNER=&#34;YOUR_USERNAME&#34; 改权限 chmod a+r /etc/udev/rules.d/51-android.rules 重新载入USB设备 sudo service udev reload 看效果 richard@r:~$ adb devices List of devices attached HT9CXP811756 device]]></description>
			<content:encoded><![CDATA[<p>问题：无法在Nexus One上调试，adb无法识别设备。</p>

<div class="wp_codebox"><table><tr id="p379"><td class="code" id="p37code9"><pre class="sh" style="font-family:monospace;">richard@r:~$ adb devices
List of devices attached
????????????	no permissions</pre></td></tr></table></div>

<p>原因：USB 设备ID无法被系统识别。(<a href="http://www.lukejduncan.com/2010/04/getting-the-nexus-one-and-the-adb-working-in-fedora-12.php">参考</a>)<br />
解决方法：<br />
创建或修改文件(<a href="http://androidfloss.libresoft.es/?q=node/238">参考</a>)</p>

<div class="wp_codebox"><table><tr id="p3710"><td class="code" id="p37code10"><pre class="sh" style="font-family:monospace;">sudo vim /etc/udev/rules.d/51-android.rules</pre></td></tr></table></div>

<p>
添加一行</p>

<div class="wp_codebox"><table><tr id="p3711"><td class="code" id="p37code11"><pre class="sh" style="font-family:monospace;">SUBSYSTEMS==&quot;usb&quot;, SYSFS{idVendor}==&quot;18d1&quot;, SYSFS{idProduct}==&quot;4e12&quot;,
MODE=&quot;0666&quot;, OWNER=&quot;YOUR_USERNAME&quot;</pre></td></tr></table></div>

<p>
改权限</p>

<div class="wp_codebox"><table><tr id="p3712"><td class="code" id="p37code12"><pre class="sh" style="font-family:monospace;">chmod a+r /etc/udev/rules.d/51-android.rules</pre></td></tr></table></div>

<p>
重新载入USB设备</p>

<div class="wp_codebox"><table><tr id="p3713"><td class="code" id="p37code13"><pre class="sh" style="font-family:monospace;">sudo service udev reload</pre></td></tr></table></div>

<p>
看效果</p>

<div class="wp_codebox"><table><tr id="p3714"><td class="code" id="p37code14"><pre class="sh" style="font-family:monospace;">richard@r:~$ adb devices
List of devices attached
HT9CXP811756	device</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2010/05/debian-%e8%b0%83%e8%af%95-nexus-one-%e7%9a%84%e8%ae%be%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian fcitx 设置</title>
		<link>http://zrenx.com/2010/02/debian-fcitx-setting/</link>
		<comments>http://zrenx.com/2010/02/debian-fcitx-setting/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 10:29:17 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://zrenx.com/?p=22</guid>
		<description><![CDATA[最近Debian 下 fcitx 更新到3.6.3. 这个版本的fcitx相关文件位置从 ~/.fcitx/ 移到了 ~/.config/fcitx/。 然后我就发现我原来的fcitx配置不能用了，在把config移动到~/.config/fcitx/config 后还是不行。 怀疑启动设置方式有问题，找来了正统的设置方法： 新建文件 /etc/X11/Xsession.d/95xinput，添加如下内容： export XMODIFIERS=@im=fcitx export GTK_IM_MODULE="fcitx" export QT_IM_MODULE="fcitx" fcitx 重启X后发现还是没启动。 terminal 下执行 fcitx 提示说配置文件有错。 于是从 /usr/share/fcitx/data/config 把文件cp 过来，适当修改后, fcitx能启动了，但是输入状态条是灰色的. 修改 /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules 找到 "xim" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh" 后面的语言列表里面加上"en"就可以了，因为我的系统Locale是en_US.UTF-8 另外一个Fcitx 的设置方法，似乎更加"正统"。 im-switch -z all_ALL -s fcitx]]></description>
			<content:encoded><![CDATA[<p>最近Debian 下 fcitx 更新到3.6.3.<br />
这个版本的fcitx相关文件位置从 ~/.fcitx/ 移到了 ~/.config/fcitx/。<br />
然后我就发现我原来的fcitx配置不能用了，在把config移动到~/.config/fcitx/config 后还是不行。<br />
怀疑启动设置方式有问题，找来了正统的设置方法：<br />
新建文件 /etc/X11/Xsession.d/95xinput，添加如下内容：</p>
<blockquote><p>export XMODIFIERS=@im=fcitx<br />
export GTK_IM_MODULE="fcitx"<br />
export QT_IM_MODULE="fcitx"<br />
fcitx</p></blockquote>
<p>重启X后发现还是没启动。<br />
terminal 下执行 fcitx 提示说配置文件有错。<br />
于是从 /usr/share/fcitx/data/config 把文件cp 过来，适当修改后, fcitx能启动了，但是输入状态条是灰色的.<br />
修改 /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules<br />
找到 "xim" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh"<br />
后面的语言列表里面加上"en"就可以了，因为我的系统Locale是en_US.UTF-8</p>
<p>另外一个Fcitx 的设置方法，似乎更加"正统"。</p>
<blockquote><p>im-switch -z all_ALL -s fcitx</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2010/02/debian-fcitx-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse崩溃一则</title>
		<link>http://zrenx.com/2010/02/eclipse-crash/</link>
		<comments>http://zrenx.com/2010/02/eclipse-crash/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:41:03 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://zrenx.com/?p=17</guid>
		<description><![CDATA[Eclipse 在proposals弹出框按下回车后崩溃。 控制台下出错信息如下： richard@r:~/bin/eclipse$ ./eclipse The program 'Eclipse' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid Picture parameter)'. (Details: serial 61307 error_code 169 request_code 150 minor_code 7) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a [...]]]></description>
			<content:encoded><![CDATA[<p>Eclipse 在proposals弹出框按下回车后崩溃。</p>
<p>控制台下出错信息如下：</p>
<blockquote><p>richard@r:~/bin/eclipse$ ./eclipse<br />
The program 'Eclipse' received an X Window System error.<br />
This probably reflects a bug in the program.<br />
The error was 'RenderBadPicture (invalid Picture parameter)'.<br />
 (Details: serial 61307 error_code 169 request_code 150 minor_code 7)<br />
 (Note to programmers: normally, X errors are reported asynchronously;<br />
  that is, you will receive the error a while after causing it.<br />
  To debug your program, run it with the --sync command line<br />
  option to change this behavior. You can then get a meaningful<br />
  backtrace from your debugger if you break on the gdk_x_error() function.)</p></blockquote>
<p>系统是 Debian sid<br />
看信息是图形方面的问题，想到早上刚更新过，打开history 一看唯一可能导致这问题的就只有 libcairo2 从1.8.8-2 升级到了 1.8.10-1。<br />
重新安装了 apt archives 下 libcairo2_1.8.8-2_i386.deb 后问题解决。</p>
<p>给debian提交了bug report<br />
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571192">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571192</a></p>
<p>更新：此bug已fix, 更新libcairo2到1.8.10-2即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2010/02/eclipse-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian下Java程序不能访问网络</title>
		<link>http://zrenx.com/2009/12/debian-java-%e7%a8%8b%e5%ba%8f%e4%b8%8d%e8%83%bd%e8%ae%bf%e9%97%ae%e7%bd%91%e7%bb%9c/</link>
		<comments>http://zrenx.com/2009/12/debian-java-%e7%a8%8b%e5%ba%8f%e4%b8%8d%e8%83%bd%e8%ae%bf%e9%97%ae%e7%bd%91%e7%bb%9c/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 10:32:33 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://zrenx.com/?p=13</guid>
		<description><![CDATA[现象: 1. mvn *** 命令不能下载到任何文件 (任何Java程序都不能正常访问网络) 2. eclipse 不能安装插件,或者升级 3. svn 更新, 提示错误: "Network is unreachable" 原因: 简单来说, Debian对IPv6的默认设置使 Java 虚拟机网络不能正常工作. 解决: 修改文件 /etc/sysctl.d/bindv6only.conf "net.ipv6.bindv6only = 1" -> "net.ipv6.bindv6only = 0" 参考: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560142]]></description>
			<content:encoded><![CDATA[<p>现象: 1. mvn *** 命令不能下载到任何文件 (任何Java程序都不能正常访问网络)<br />
         2. eclipse 不能安装插件,或者升级<br />
         3. svn 更新, 提示错误:  "Network is unreachable"<br />
原因: 简单来说, Debian对IPv6的默认设置使 Java 虚拟机网络不能正常工作.<br />
解决: 修改文件 /etc/sysctl.d/bindv6only.conf<br />
         "net.ipv6.bindv6only = 1" -> "net.ipv6.bindv6only = 0"<br />
参考: <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560142">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560142</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2009/12/debian-java-%e7%a8%8b%e5%ba%8f%e4%b8%8d%e8%83%bd%e8%ae%bf%e9%97%ae%e7%bd%91%e7%bb%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>好吧</title>
		<link>http://zrenx.com/2009/12/%e5%a5%bd%e5%90%a7/</link>
		<comments>http://zrenx.com/2009/12/%e5%a5%bd%e5%90%a7/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 13:48:38 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[场记]]></category>

		<guid isPermaLink="false">http://zrenx.com/?p=11</guid>
		<description><![CDATA[没办法，appspot太不稳定，买这个空间还是有必要的。 顺便买了个域名，本来还想把那个app也用这个domain，可惜死活不能把原有的app直接用上来，可以建新的，不过我的手机号码已经用过，要新的。 pp4gae的开发因为appspot的不稳定，积极性大减。]]></description>
			<content:encoded><![CDATA[<p>没办法，appspot太不稳定，买这个空间还是有必要的。<br />
顺便买了个域名，本来还想把那个app也用这个domain，可惜死活不能把原有的app直接用上来，可以建新的，不过我的手机号码已经用过，要新的。</p>
<p>pp4gae的开发因为appspot的不稳定，积极性大减。</p>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2009/12/%e5%a5%bd%e5%90%a7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关门？</title>
		<link>http://zrenx.com/2009/12/%e5%85%b3%e9%97%a8%ef%bc%9f/</link>
		<comments>http://zrenx.com/2009/12/%e5%85%b3%e9%97%a8%ef%bc%9f/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 18:27:46 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[场记]]></category>

		<guid isPermaLink="false">http://zrenx.cn/?p=10</guid>
		<description><![CDATA[虽然这个服务器很便宜，6元每月…… 但是毕竟是要钱的，而且目前正在开发的GAE上的blog程序就快可以用了。 就用免费的吧。 另外还准备买个com域名来，google的全套免费服务就可以用起来了。 哈哈 能省则省吧，谁叫我穷呢。]]></description>
			<content:encoded><![CDATA[<p>虽然这个服务器很便宜，6元每月……<br />
但是毕竟是要钱的，而且目前正在开发的GAE上的blog程序就快可以用了。<br />
就用免费的吧。<br />
另外还准备买个com域名来，google的全套免费服务就可以用起来了。<br />
哈哈  能省则省吧，谁叫我穷呢。</p>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2009/12/%e5%85%b3%e9%97%a8%ef%bc%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZrenX开张</title>
		<link>http://zrenx.com/2009/11/zrenx%e5%bc%80%e5%bc%a0/</link>
		<comments>http://zrenx.com/2009/11/zrenx%e5%bc%80%e5%bc%a0/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:14:29 +0000</pubDate>
		<dc:creator>ZrenX</dc:creator>
				<category><![CDATA[场记]]></category>

		<guid isPermaLink="false">http://zrenx.cn/?p=5</guid>
		<description><![CDATA[作为一个IT从业者(翻译：挨踢民工)，面对电脑这么多年，参加工作也一年半了，不开个blog记录一下自己技术方面的经验教训什么的实在有点说不过去。 正好，之前遇到问题关闭的host2ez又重开虚拟主机服务，老客户还能免费试用一个月，那就用用看了。 回想起来以前在ubuntu中文论坛里面发的一个帖子都被垃圾网站转去删了作者贴出来，再想到煎蛋与CC协议的纠结，想到在这里也会有些有点技术含量（大言不惭的）的文章，纠结了。不管，写出来就是给人看的，只希望转载的尊重一下原作者。 这边的主题么，就是电脑方面的东西了。比如我常用的Archlinux、Ubuntu系统的配置，Windows系统的可能也会有，只不过我95以上时间是用Linux的。 编程方面，最多也就自己熟悉的几种，Java, SQL, Python, Ruby（熟悉度：50%,40%,5%,5%,加起来正好一百，只是没一个及格的 ;p），相关工具的使用应该也会提到。其他还会有什么杂七杂八的就很难说了。 开篇就这样了，希望自己以后勤快点，多写点代码，多积累点那个啥。:D]]></description>
			<content:encoded><![CDATA[<p>作为一个IT从业者(翻译：挨踢民工)，面对电脑这么多年，参加工作也一年半了，不开个blog记录一下自己技术方面的经验教训什么的实在有点说不过去。</p>
<p>正好，之前遇到问题关闭的<a href="http://www.host2ez.com/">host2ez</a>又重开虚拟主机服务，老客户还能免费试用一个月，那就用用看了。</p>
<p>回想起来以前在ubuntu中文论坛里面发的一个帖子都被垃圾网站转去删了作者贴出来，再想到<a href="http://jandan.net/2008/11/01/no-cc.html">煎蛋与CC协议的纠结</a>，想到在这里也会有些有点技术含量（大言不惭的）的文章，纠结了。不管，写出来就是给人看的，只希望转载的尊重一下原作者。</p>
<p>这边的主题么，就是电脑方面的东西了。比如我常用的Archlinux、Ubuntu系统的配置，Windows系统的可能也会有，只不过我95以上时间是用Linux的。 编程方面，最多也就自己熟悉的几种，Java, SQL, Python, Ruby（熟悉度：50%,40%,5%,5%,加起来正好一百，只是没一个及格的 ;p），相关工具的使用应该也会提到。其他还会有什么杂七杂八的就很难说了。</p>
<p>开篇就这样了，希望自己以后勤快点，多写点代码，多积累点那个啥。:D</p>
]]></content:encoded>
			<wfw:commentRss>http://zrenx.com/2009/11/zrenx%e5%bc%80%e5%bc%a0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

