<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.5" -->
<rss version="0.92">
<channel>
	<title>KEN666</title>
	<link>http://blog.24reader.com/ken666</link>
	<description>Kenn666@blog.24reader.com</description>
	<lastBuildDate>Tue, 12 Jan 2010 02:31:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Grub2 basic of basic</title>
		<description>&#160;
Missing menu.lst ???? how to configure grub2 ?

sudo vi /etc/default/grub

sudo update-grub2

Ref: http://ubuntuforums.org/showthread.php?t=1195275分享此文章
 </description>
		<link>http://blog.24reader.com/ken666/2010/01/12/grub2-basic-of-basic/</link>
			</item>
	<item>
		<title>武士Tuto - 新世紀便當戰士</title>
		<description>&#160;http://www.youtube.com/watch?v=BytFnPMg3n0&#38;eurl=http://www.facebook.com/mikeleung.hk%3Fref%3Dts&#38;feature=player_embedded分享此文章
 </description>
		<link>http://blog.24reader.com/ken666/2009/07/29/%e6%ad%a6%e5%a3%abtuto-%e6%96%b0%e4%b8%96%e7%b4%80%e4%be%bf%e7%95%b6%e6%88%b0%e5%a3%ab/</link>
			</item>
	<item>
		<title>Postfix Delete specific email address or domain  from mailq</title>
		<description>&#160;Echo to have a look first:
mailq &#124;grep -i -B 1 bad@thisdomain.com &#124;sed 's/--//g'&#124;cut -f 1 -d ' '&#124;sed 's/*//g'&#124;sed 's/ //g'&#124;sed '/^$/d'&#124;while read line; do echo $line ; done
&#160;
Here is real delete !
mailq &#124;grep -i -B 1 bad@thisdomain.com &#124;sed 's/--//g'&#124;cut -f 1 -d ' '&#124;sed 's/*//g'&#124;sed 's/ //g'&#124;sed '/^$/d'&#124;while read ...</description>
		<link>http://blog.24reader.com/ken666/2009/07/23/delete-specific-email-address-or-domain-from-mailq/</link>
			</item>
	<item>
		<title>Linux use &#8220;find&#8221; to search files</title>
		<description>&#160;
find -iname &#34;*.*&#34; &#124; xargs grep iR &#34;search content&#34; 分享此文章
 </description>
		<link>http://blog.24reader.com/ken666/2009/06/27/linux-use-find-to-search-files/</link>
			</item>
	<item>
		<title>KINGMAX SuperStick 4GB 真正防水! 同D衫一齊流都冇事!</title>
		<description>&#160;KINGMAX SuperStick 4GB 真正防水! 同D衫一齊流都冇事!
經真實測試(其實係意外....)&#160;
Kingmax SuperStick 真係防水! 洗完都一D事都冇, 一樣甘快....D FILE 完全正常&#160;!!!
http://www.kingmax.com.tw/ch_03_product_content.asp?sn=34
&#160;分享此文章
 </description>
		<link>http://blog.24reader.com/ken666/2009/06/21/kingmax-superstick-4gb-%e7%9c%9f%e6%ad%a3%e9%98%b2%e6%b0%b4-%e5%90%8cd%e8%a1%ab%e4%b8%80%e9%bd%8a%e6%b5%81%e9%83%bd%e5%86%87%e4%ba%8b/</link>
			</item>
	<item>
		<title>T60 installed memory 4gb 3gb usable&#8230;..sad&#8230;..</title>
		<description>&#160;T60 and T60p:
only 3GB will be addressable regardless of operating system used. 
this is a physical limitation and there is absolutely no workaround.&#160;
&#160;分享此文章
 </description>
		<link>http://blog.24reader.com/ken666/2009/06/13/t60-installed-memory-4gb-3gb-usablesad/</link>
			</item>
	<item>
		<title>Fedora 10 got invisiable Pointer ?</title>
		<description>&#160;
Here are&#160; few steps to fix this issue
0. Install Ubuntu if you wish ...
1. Open Terminal&#160; (Applications &#62; System Tools &#62; Terminal )
2. type &#34;su&#34;
3. type your login password
4. edit the /etc/X11/xorg.conf ( i use vi , you may copy it to your home dir and chown and editon with ...</description>
		<link>http://blog.24reader.com/ken666/2009/06/06/fedora-10-got-invisiable-pointer/</link>
			</item>
	<item>
		<title>Ubuntu covert wmv to avi</title>
		<description>&#160;
mencoder infile.wmv -ofps 23.976  -ovc lavc -oac copy -o outfile.avi分享此文章
 </description>
		<link>http://blog.24reader.com/ken666/2009/05/19/ubuntu-covert-wmv-to-avi/</link>
			</item>
	<item>
		<title>Backup Putty Profile</title>
		<description>&#160;
&#160;
Backup Putty Profile
PuTTY does not currently support storing its configuration in a file instead of the Registry. However, you can work around this with a couple of batch files.
You will need a file called (say) PUTTY.BAT which imports the contents of a file into the Registry, then runs PuTTY, exports ...</description>
		<link>http://blog.24reader.com/ken666/2009/04/04/backup-putty-profile/</link>
			</item>
	<item>
		<title>關於ip_conntrack: table full, dropping packet的問題</title>
		<description>
統報：&#160;
Apr 17 16:37:26 www kernel: printk: 135 messages suppressed.&#160;
Apr 17 16:37:26 www kernel: ip_conntrack: table full, dropping packet.&#160;
Apr 17 16:37:26 www kernel: ip_conntrack: table full, dropping packet.&#160;
Apr 17 16:37:33 www kernel: printk: 139 messages suppressed.&#160;
Apr 17 16:37:33 www kernel: ip_conntrack: table full, dropping packet.&#160;
Apr 17 16:37:37 www kernel: printk: 60 ...</description>
		<link>http://blog.24reader.com/ken666/2009/02/23/%e9%97%9c%e6%96%bcip_conntrack-table-full-dropping-packet%e7%9a%84%e5%95%8f%e9%a1%8c/</link>
			</item>
</channel>
</rss>
