Tuesday, January 23, 2007

build ubuntu kernel

Build The Kernel

To build the kernel, execute these two commands:

#make-kpkg clean
#fakeroot make-kpkg --initrd --append-to-version=-2.6.nn.le

Tuesday, January 09, 2007

english gdm with scim

vi /etc/X11/Xsession.d/55gnome-session_gnomerc
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE="scim"