<?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"
	>

<channel>
	<title>lancetw的新天地 &#187; debian</title>
	<atom:link href="http://blochy.com/lancetw/blog/archives/category/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blochy.com/lancetw/blog</link>
	<description>“You know what I’d like to be? I mean if I had my goddam choice, I’d just be the catcher in the rye and all.”</description>
	<pubDate>Mon, 23 Apr 2007 11:18:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>在 Debian/Ubuntu 上重新編譯核心與模組</title>
		<link>http://blochy.com/lancetw/blog/archives/2007/04/23/140/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2007/04/23/140/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 11:18:21 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blochy.com/lancetw/blog/archives/2007/04/23/140/</guid>
		<description><![CDATA[ [ubuntu]在ubuntu上重新編譯核心http://axp1.csie.ncu.edu.tw/~rick/blog/?p=37
Linux 的模擬世界 (五) - 3D 硬體加速（自行編譯 nVIDIA 顯示卡模組）
http://tetralet.luna.com.tw/index.php?op=ViewArticle&#38;articleId=157&#38;blogId=1
先筆記一下  

Powered by ScribeFire.
]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2007/04/23/140/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Debian/Ubuntu] 輕鬆使用 jfbterm，在 console 下顯示中文字</title>
		<link>http://blochy.com/lancetw/blog/archives/2007/02/08/136/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2007/02/08/136/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 11:16:40 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blochy.com/lancetw/blog/archives/2007/02/08/136/</guid>
		<description><![CDATA[ 用下面的方式可以不需重編譯核心，也能使用 jfbterm !
安裝 unicode 字型與 jfbterm:
sudo apt-get install unifont jfbterm
備份 grub 開機選單 menu.lst
cp /boot/grub/menu.lst /boot/grub/menu.lst.bak
vim /boot/grub/menu.lst

在適當的地方加入新的一組開機選項，例如：

title       Debian GNU/Linux, kernel 2.6.18-3-k7 (vga=785)
root        (hd1,4)
kernel      /boot/vmlinuz-2.6.18-3-k7 root=/dev/hdd5 ro quiet vga=785
initrd      /boot/initrd.img-2.6.18-3-k7
savedefault

重開機後用這組選項進入系統，登入後執行 jfbterm 就可以看到中文囉 
這裡的 [...]]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2007/02/08/136/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Debian/Ubuntu] 重編譯套件</title>
		<link>http://blochy.com/lancetw/blog/archives/2007/02/05/134/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2007/02/05/134/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 12:56:43 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blochy.com/lancetw/blog/archives/2007/02/05/134/</guid>
		<description><![CDATA[ 在 Debian/Ubuntu 下如果想重新編譯某套件讓程式效能更好，其實不必到該程式的官方站抓取原始檔，祇要在套件來源 (Sources.list) 中加入 deb-src 型式的來源，用 apt-get 的內建功能就能辦到。以 wine 為例子：
建個 debtmp 資料夾，方便管理編譯產生的檔案
mkdir debtmp &#038;&#038; cd debtmp
apt-get update
apt-get build-dep wine
apt-get build source wine
dpkg -i wine*.deb
dpkg -i libwine*.deb
done.
第二種更簡便的方法是利用 apt-build。
apt-get install apt-build
apt-build install --reinstall 
]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2007/02/05/134/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Debian sid</title>
		<link>http://blochy.com/lancetw/blog/archives/2006/12/17/133/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2006/12/17/133/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 07:07:30 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://blochy.com/lancetw/blog/archives/2006/12/17/133/</guid>
		<description><![CDATA[ 最近在玩 Debian 
(這陣子忘記寫 Blog 了@@)

]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2006/12/17/133/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
