<?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>Lukewarm &#187; Note</title>
	<atom:link href="http://www.imluke.net/blog/category/aside/note/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imluke.net/blog</link>
	<description>Luke&#039;s lukewarm life now gets some {GREEN}.</description>
	<lastBuildDate>Tue, 29 Jun 2010 09:49:17 +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>搬家了</title>
		<link>http://www.imluke.net/blog/234_%e6%90%ac%e5%ae%b6%e4%ba%86.html</link>
		<comments>http://www.imluke.net/blog/234_%e6%90%ac%e5%ae%b6%e4%ba%86.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 04:11:15 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/?p=234</guid>
		<description><![CDATA[正式将网站搬到了米国服务器上来，mark一下下。 在国内的访问速度肯定不如原来国内的服务器好了。昨天trace一下看到联通竟然给我route到telia(Sweden)去，delay加了200多，晕倒。 不过优势是明显地。套用那句名言：哥，你懂的。]]></description>
			<content:encoded><![CDATA[<p>正式将网站搬到了米国服务器上来，mark一下下。<br />
在国内的访问速度肯定不如原来国内的服务器好了。昨天trace一下看到联通竟然给我route到telia(Sweden)去，delay加了200多，晕倒。<br />
不过优势是明显地。套用那句名言：哥，你懂的。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/234_%e6%90%ac%e5%ae%b6%e4%ba%86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux自动挂载NTFS分区</title>
		<link>http://www.imluke.net/blog/164_linux%e8%87%aa%e5%8a%a8%e6%8c%82%e8%bd%bdntfs%e5%88%86%e5%8c%ba.html</link>
		<comments>http://www.imluke.net/blog/164_linux%e8%87%aa%e5%8a%a8%e6%8c%82%e8%bd%bdntfs%e5%88%86%e5%8c%ba.html#comments</comments>
		<pubDate>Thu, 07 May 2009 14:23:07 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/?p=164</guid>
		<description><![CDATA[最近在Ubuntu下装了Eclipse, 然后共享Win下的Workspace. 除了win分区要每次在Eclipse启动之前手动加载外, 一切正常. 于是就想把win下常用的两个分区自动加载了。Google了一下，都说是将分区列在/etc/fstab里即可。 于是, sudo gedit ，列上, 重启, 无效. sudo gedit, 给分区加user, rw, 重启, 无效. 遂将option一一尝试, 重启n次, 无效n次. 崩溃. 去洗手间照镜子, 检查人品, 确认无异常后, 再次重启. 再次无效T_T 开始怀疑Google的结果了, 就又Google&#8230; 滤掉无数重复的copy的内容后, 发现一BBS上的讨论. 某人由于内核编译时没列上中文支持, 导致mount错误. 难不成要重新编译内核? 我%#@&#038;! 仔细看, 此人不能自动加载时用mount -a测试fstab. 突然联想起man mount里面的mount -a就是加载fstab里所列. 顿悟! 马上mount -a. 两条错误提示mount directory没创建! 这才知道这个目录还是需要提前创建的, 以前都是在Gnome下点硬盘图标就挂载了. 然后就mkdir, reboot, 一切OK. 眼泪哗哗地&#8230; 看来基础知识不扎实就只能是菜啊. 今天在公司鼓捣VBA, 一个class module没初始化的问题查了整整一下午, [...]]]></description>
			<content:encoded><![CDATA[<p>最近在Ubuntu下装了Eclipse, 然后共享Win下的Workspace. 除了win分区要每次在Eclipse启动之前手动加载外, 一切正常.<br />
于是就想把win下常用的两个分区自动加载了。Google了一下，都说是将分区列在/etc/fstab里即可。<br />
于是, sudo gedit ，列上, 重启, 无效.<br />
sudo gedit, 给分区加user, rw, 重启, 无效.<br />
遂将option一一尝试, 重启n次, 无效n次.<br />
崩溃. 去洗手间照镜子, 检查人品, 确认无异常后, 再次重启. 再次无效T_T</p>
<p>开始怀疑Google的结果了, 就又Google&#8230;<br />
滤掉无数重复的copy的内容后, 发现一BBS上的讨论. 某人由于内核编译时没列上中文支持, 导致mount错误. 难不成要重新编译内核? 我%#@&#038;!<br />
仔细看, 此人不能自动加载时用mount -a测试fstab. 突然联想起man mount里面的mount -a就是加载fstab里所列. 顿悟!<br />
马上mount -a. 两条错误提示mount directory没创建! 这才知道这个目录还是需要提前创建的, 以前都是在Gnome下点硬盘图标就挂载了.<br />
然后就mkdir, reboot, 一切OK. 眼泪哗哗地&#8230;</p>
<p>看来基础知识不扎实就只能是菜啊. 今天在公司鼓捣VBA, 一个class module没初始化的问题查了整整一下午, 又因一个mount折腾整整一晚上.<br />
 唉, 悲怆, 无语, 躺床上掩面长睡去鸟.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/164_linux%e8%87%aa%e5%8a%a8%e6%8c%82%e8%bd%bdntfs%e5%88%86%e5%8c%ba.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>bash prompt customize</title>
		<link>http://www.imluke.net/blog/159_bash-prompt-customize.html</link>
		<comments>http://www.imluke.net/blog/159_bash-prompt-customize.html#comments</comments>
		<pubDate>Sun, 03 May 2009 14:38:54 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/?p=159</guid>
		<description><![CDATA[Using Linux again. Now got fresh Ubuntu 9.04 installed and all my old Ubuntu configurations were lost. It takes time to resume to an acceptable status. Here is a note for bash prompt customize: Open ~/.bashrc un-comment force_color_prompt=yes change PS1 assignment before else clause Save. Then open a new terminal to check the effect. This [...]]]></description>
			<content:encoded><![CDATA[<p>Using Linux again. Now got fresh Ubuntu 9.04 installed and all my old Ubuntu configurations were lost. It takes time to resume to an acceptable status.</p>
<p>Here is a note for bash prompt customize:</p>
<ol>
<li>Open ~/.bashrc</li>
<li>un-comment <code>force_color_prompt=yes</code></li>
<li>change PS1 assignment before <code>else</code> clause</li>
<li>Save. Then open a new terminal to check the effect.</li>
</ol>
<p>This is my PS1 value:</p>
<pre>PS1='${debian_chroot:+($debian_chroot)}\[\e[31;01m\]~L~\[\e[00m\]\[\e[30;02m\]:\[\e[00m\]\[\e[36;02m\]\w\[\e[00m\]\[\e[37;02m\]\$\[\e[00m\] '</pre>
<p>And it looks like this:</p>
<p><span style="color: #ff0000;"><strong>~L~</strong></span><span style="color: #000000;"><strong>: </strong></span><span style="color: #339966;">/usr/local</span><span style="color: #999999;">$</span></p>
<p>Information about these pattern, color and veriables can be found here:</p>
<p><a href="http://wiki.archlinux.org/index.php/Color_Bash_Prompt">http://wiki.archlinux.org/index.php/Color_Bash_Prompt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/159_bash-prompt-customize.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QQ online status</title>
		<link>http://www.imluke.net/blog/148_148.html</link>
		<comments>http://www.imluke.net/blog/148_148.html#comments</comments>
		<pubDate>Sat, 20 Sep 2008 13:12:46 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[qq]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/?p=148</guid>
		<description><![CDATA[Codes for QQ online status. This will return a picture. http://wpa.qq.com/pa?p=1:23564305:13]]></description>
			<content:encoded><![CDATA[<p>Codes for QQ online status. This will return a picture.</p>
<p>http://wpa.qq.com/pa?p=1:23564305:13</p>
<p><img class="alignnone" title="QQ status" src="http://wpa.qq.com/pa?p=1:245220806:13" alt="" width="138" height="29" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/148_148.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gray Day</title>
		<link>http://www.imluke.net/blog/128_gray-day.html</link>
		<comments>http://www.imluke.net/blog/128_gray-day.html#comments</comments>
		<pubDate>Mon, 19 May 2008 11:52:49 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[gray day]]></category>
		<category><![CDATA[哀悼日]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/?p=128</guid>
		<description><![CDATA[ 国务院18日发布公告宣布，为表达全国各族人民对四川汶川大地震遇难同胞的深切哀悼，国务院决定，2008年5月19日至21日为全国哀悼日。在此期间，全国和各驻外机构下半旗志哀，停止公共娱乐活动，外交部和我国驻外使领馆设立吊唁簿。5月19日14时28分起，全国人民默哀3分钟，届时汽车、火车、舰船鸣笛，防空警报鸣响。 在全国哀悼日期间,imluke.net将以灰色显示. 由于技术原因不能实现firefox下的灰色调, 因此在此期间请使用IE访问本站! 来自其他浏览器的访问不受欢迎!]]></description>
			<content:encoded><![CDATA[<blockquote><p> 国务院18日发布公告宣布，为表达全国各族人民对四川汶川大地震遇难同胞的深切哀悼，国务院决定，2008年5月19日至21日为全国哀悼日。在此期间，全国和各驻外机构下半旗志哀，停止公共娱乐活动，外交部和我国驻外使领馆设立吊唁簿。5月19日14时28分起，全国人民默哀3分钟，届时汽车、火车、舰船鸣笛，防空警报鸣响。</p></blockquote>
<p>在全国哀悼日期间,imluke.net将以灰色显示. 由于技术原因不能实现firefox下的灰色调, 因此在此期间请使用IE访问本站! 来自其他浏览器的访问不受欢迎!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/128_gray-day.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RGB theme published</title>
		<link>http://www.imluke.net/blog/120_rgb-theme-published.html</link>
		<comments>http://www.imluke.net/blog/120_rgb-theme-published.html#comments</comments>
		<pubDate>Sun, 20 Apr 2008 05:58:29 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/?p=120</guid>
		<description><![CDATA[I worked so hard for the past few days to accomplish the new theme for my whole website. And now it&#8217;s ready to go front end for the world&#8217;s inspection. It&#8217;s at early phase now. But the style won&#8217;t change too much. I will focus on backend structure and write more pages.]]></description>
			<content:encoded><![CDATA[<p>I worked so hard for the past few days to accomplish the new theme for my whole website. And now it&#8217;s ready to go front end for the world&#8217;s inspection.</p>
<p>It&#8217;s at early phase now. But the style won&#8217;t change too much. I will focus on backend structure and write more pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/120_rgb-theme-published.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am back! ~~~</title>
		<link>http://www.imluke.net/blog/12_i-am-back.html</link>
		<comments>http://www.imluke.net/blog/12_i-am-back.html#comments</comments>
		<pubDate>Sat, 09 Sep 2006 13:37:36 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://imluke.net.fba.8-host.com/blog/?p=12</guid>
		<description><![CDATA[装宽带咯！ 又能上网了！ 看到FF的进度条，听到QQ的吱吱声，看看新闻，下个电影，去太平洋瞅两眼PC和DC&#8230; 我的生活多么的美好啊！ 感谢党国，感谢人民，感谢CNC，感谢上帝！]]></description>
			<content:encoded><![CDATA[<p>装宽带咯！</p>
<p>又能上网了！</p>
<p>看到FF的进度条，听到QQ的吱吱声，看看新闻，下个电影，去太平洋瞅两眼PC和DC&#8230;</p>
<p>我的生活多么的美好啊！</p>
<p>感谢党国，感谢人民，感谢CNC，感谢上帝！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/12_i-am-back.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
