<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>Dryice Liu's Blog</title>
	<link>http://dryice.name/blog</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 12:01:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>I&#8217;m still alive, so does this blog</title>
		<description>I just realized that it has been nearly 2 years that I haven't wrote anything on my blog. So just an announcement that I'm still alive :) And so does this blog.

Thanks to everyone that come to visit or even leave a comment. It's really good to know someone is ...</description>
		<link>http://dryice.name/blog/freebsd/im-still-alive-so-does-this-blog/</link>
			</item>
	<item>
		<title>New Toys</title>
		<description>Well I've got these toys for some time, but I was pretty busy these days. So here are them all:

- Blackberry 8300. After 7 years, my Simense 3568i stops working. I was planning to get some simple mobile with bluetooth and EDGE, to get the N810 online when there's no ...</description>
		<link>http://dryice.name/blog/blackberry/new-toys/</link>
			</item>
	<item>
		<title>mysql tip: finding duplicated records</title>
		<description>Found here: http://mysql-tips.blogspot.com/2005/04/mysql-find-duplicate-repords-example.html

select address, count(address) as cnt
from mailing_list
group by address
having cnt &#62; 1
order by cnt;

Share This
 </description>
		<link>http://dryice.name/blog/misc/mysql-tip-finding-duplicated-records/</link>
			</item>
	<item>
		<title>Learning VIM</title>
		<description>Well I'm still an Emacs user :)

The problem is, my Emacs configuration is too complicated and depending on a lot of external tools. It is not easy to get all the things running when you come to a new machine. And Emacs is not on every machine, especially when I ...</description>
		<link>http://dryice.name/blog/emacs/learning-vim/</link>
			</item>
	<item>
		<title>Hacking the Microsoft Natural Ergonomic Keyboard 4000 (on Windows)</title>
		<description>Since my primary desktop (running FreeBSD, of cause) got some hardware problems two weeks ago, I have to use Windows for a while. And I begin to think using the extra keys of this keyboard.

The functions all works good after installing the driver. However the zoom button in the middle ...</description>
		<link>http://dryice.name/blog/misc/hacking-the-microsoft-natural-ergonomic-keyboard-4000-on-windows/</link>
			</item>
	<item>
		<title>Using FreeBSD as a network bridge and use dummynet to shape the traffic</title>
		<description>Here's a quick note/tutorial about how to setup FreeBSD 7.0 as a network bridge and use dummynet to shape the traffic, There is a pretty good tutorial  on the net but I found it's rather outdated. So here is mine.

First of all we'll need to setup FreeBSD as a ...</description>
		<link>http://dryice.name/blog/freebsd/using-freebsd-as-a-network-bridge-and-use-dummynet-to-shape-the-traffic/</link>
			</item>
	<item>
		<title>Never think your password is complicated enough</title>
		<description>Last week I was asked to help a friend to check out his server that has been hacked. First I was thinking some kind of PHP leak or SQL injection. But I was wrong. The crack uses some kind of SSH user/password scanner and got his root password.

I find this ...</description>
		<link>http://dryice.name/blog/freebsd/never-think-your-password-is-complicated-enough/</link>
			</item>
	<item>
		<title>running windows remote desktop client from the windows command line</title>
		<description>I'm using rdesktop on FreeBSD to connect to windows servers when I'm at my desktop. However recently I'm in another city and don't have access to my usual desktop. I have to use public PCs in Internet Cafe to access the internet. However in this Cafe I'm in, they blocked ...</description>
		<link>http://dryice.name/blog/misc/running-windows-remote-desktop-client-from-the-windows-command-line/</link>
			</item>
	<item>
		<title>File based virtual user settings for Vsftpd on FreeBSD</title>
		<description>I've done this before with the help of a very good blog entry. But when I tried to do the same thing today I can't find that page. So I decide to write this down, in case I'll need it later.

The most problem of setting up Vsftpd with file based ...</description>
		<link>http://dryice.name/blog/freebsd/file-based-virtual-user-settings-for-vsftpd-on-freebsd/</link>
			</item>
	<item>
		<title>牺牲</title>
		<description>好久没有流泪了，今天看《集结号》的片外《牺牲》，又找到了中学时看《高山下的花环》时的感觉。

还有什么 比死亡更容易
还有什么 比倒下更有力
没有火炬
我只有勇敢点燃我自己
用牺牲 证明我们的勇气


还有什么 比死亡更恐惧
还有什么 比子弹更无敌
没有躲避
是因为我们永远在一起
用牺牲 证明我们没放弃

Share This
 </description>
		<link>http://dryice.name/blog/chinese/%e7%89%ba%e7%89%b2/</link>
			</item>
</channel>
</rss>

