湖濱散記部落格的樹心幽徑[login][主頁]
243:20120817安裝fedora17-ibus的嘸蝦米輸入法

(1)
[root@life sql]# cat /etc/sysconfig/i18n
LANG="zh_TW.UTF-8"
SYSFONT="False"
[root@life sql]#

[root@life liu]# yum install ibus-table
Loaded plugins: langpacks, presto, refresh-packagekit
updates/metalink                                         | 5.2 kB     00:00    
updates                                                  | 4.7 kB     00:00    
updates/primary_db                                       | 4.2 MB     00:02    
updates/group_gz                                         | 434 kB     00:00    
Resolving Dependencies
--> Running transaction check
---> Package ibus-table.noarch 0:1.3.9.20110827-2.fc17 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch         Version                       Repository    Size
================================================================================
Installing:
 ibus-table       noarch       1.3.9.20110827-2.fc17         fedora       245 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 245 k
Installed size: 586 k
Is this ok [y/N]: y
Downloading Packages:
ibus-table-1.3.9.20110827-2.fc17.noarch.rpm              | 245 kB     00:00    
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : ibus-table-1.3.9.20110827-2.fc17.noarch                      1/1
  Verifying  : ibus-table-1.3.9.20110827-2.fc17.noarch                      1/1

Installed:
  ibus-table.noarch 0:1.3.9.20110827-2.fc17                                    

Complete!
[root@life liu]#



(2)
[root@life webadm]# mkdir liu
[root@life webadm]# cd liu
[root@life liu]# wget http://people.ofset.org/~ckhung/m/12/boshiamy.svg
--2012-08-17 09:04:33--  http://people.ofset.org/~ckhung/m/12/boshiamy.svg
正在查找主機 people.ofset.org... 131.246.124.228
正在連接 people.ofset.org|131.246.124.228|:80... 連上了。
已送出 HTTP 要求,正在等候回應... 200 OK
長度: 2979 (2.9K) [image/svg+xml]
Saving to: `boshiamy.svg'

100%[======================================>] 2,979       --.-K/s   in 0s     

2012-08-17 09:04:34 (219 MB/s) - `boshiamy.svg' saved [2979/2979]

[root@life liu]#

[root@life liu]# ls /usr/share/ibus-table/
data  engine  icons  tables
[root@life liu]# cp boshiamy.svg /usr/share/ibus-table/icons
[root@life liu]# ls /usr/share/ibus-table/icons/
acommit.svg   chinese.svg      full-punct.svg   ibus-table.svg  phrase.svg    sc-mode.svg   tc-mode.svg
boshiamy.svg  english.svg      half-letter.svg  ncommit.svg     py-mode.svg   tab-mode.svg
cb-mode.svg   full-letter.svg  half-punct.svg   onechar.svg     scb-mode.svg  tcb-mode.svg
[root@life liu]#



(3)
[root@life liu]# wget http://people.ofset.org/~ckhung/m/12/boshiamy.txt
--2012-08-17 09:05:51--  http://people.ofset.org/~ckhung/m/12/boshiamy.txt
正在查找主機 people.ofset.org... 131.246.124.228
正在連接 people.ofset.org|131.246.124.228|:80... 連上了。
已送出 HTTP 要求,正在等候回應... 200 OK
長度: 4496 (4.4K) [text/plain]
Saving to: `boshiamy.txt'

100%[======================================>] 4,496       13.7K/s   in 0.3s   

2012-08-17 09:05:51 (13.7 KB/s) - `boshiamy.txt' saved [4496/4496]

[root@life liu]#
[root@life liu]# cp boshiamy.txt /usr/share/ibus-table/tables/
[root@life liu]# ls /usr/share/ibus-table/tables/
boshiamy.txt  template.txt

(4)
[root@life liu]# cd /usr/share/ibus-table/tables
[root@life tables]# ibus-table-createdb -s boshiamy.txt -n boshiamy.db
[root@life tables]# ls
boshiamy.db  boshiamy.txt  template.txt
[root@life tables]#



(5)登入後修改ibus偏好設定。
   輸入法 -> 選取輸入法 -> 漢語 -> 嘸蝦米  -> 按下旁邊加入按鈕 -> 再關閉視窗即可


(6)
[webadm@life ~]$ wget http://ftp.isu.edu.tw/pub/Windows/Chinese/input/boshiamy/ime/unix/boshiamy.txt
--2012-08-17 09:32:37--  http://ftp.isu.edu.tw/pub/Windows/Chinese/input/boshiamy/ime/unix/boshiamy.txt
正在查找主機 ftp.isu.edu.tw... 140.127.177.17
正在連接 ftp.isu.edu.tw|140.127.177.17|:80... 連上了。
已送出 HTTP 要求,正在等候回應... 200 OK
長度: 51 [text/plain]
Saving to: `boshiamy.txt'

100%[======================================>] 51          --.-K/s   in 0s     

2012-08-17 09:32:37 (6.99 MB/s) - `boshiamy.txt' saved [51/51]

[webadm@life ~]$




select id,article_id,topic,text from lt_articles_text where article_id =243; ok. update lt_articles set num_reads=num_reads +1 where id=243; ok.