2011/04/26

chewing + scim

#ubuntu 10.04.2 server amd64

sudo apt-get remove ibus 

sudo apt-get install scim

sudo apt-get install scim-chewing im-switch

#relogin

>System
>>Preferences
>>>SCIM Input Method Setup
-FrontEnd
--Global Setup
---Keyboard Layout
*English (US)

>System
>>Administrator
>>>Language Support
-Language
--Keyboard input method system
*scim

>System
>>Administrator
>>>Language Support
>>>>Install / Remove Languages

#relogin

ubuntu server 2 desktop

*ubuntu 10.04.2 server amd64
$sudo apt-get update
X-Window
$sudo apt-get install x-window-system-core
$sudo apt-get install xdm/gdm/kdm
$sudo apt-get install ubuntu-desktop/kubuntu-desktop/xubuntu-desktop
#$sudo /etc/init.d/gdm start
#
ubuntu-desktop (lite)
$sudo apt-get install ubuntu-desktop --no-install-recommends
$ /etc/init.d/gdm start
#
LXDE
$sudo apt-get install lxde
#ubuntu:~$ sudo vi /etc/apt/sources.list
#...
#deb http://ppa.launchpad.net/lxde/ubuntu hardy main
#deb-src http://ppa.launchpad.net/lxde/ubuntu hardy main
#...

2011/04/25

shutdown -?

[root@localhost ~]# shutdown -h
Usage:    shutdown [-akrhHPfnc] [-t secs] time [warning message]
                  -a:      use /etc/shutdown.allow
                  -k:      don't really shutdown, only warn.
                  -r:      reboot after shutdown.
                  -h:      halt after shutdown.
                  -P:      halt action is to turn off power.
                  -H:      halt action is to just halt.
                  -f:      do a 'fast' reboot (skip fsck).
                  -F:      Force fsck on reboot.
                  -n:      do not go through "init" but go down real fast.
                  -c:      cancel a running shutdown.
                  -t secs: delay between warning and kill signal.
                  ** the "time" argument is mandatory! (try "now") **