memo.xight.org - 2009-02-23

2009-02-23 Mon

Social IME - ソーシャルな日本語入力システム

- Summary
ユーザが登録した単語を共有できるIME.
Webサービスも提供.

- かな漢字変換APIのRequest URI
http://www.social-ime.com/api/?string=ここにかなもじをいれる

- 予測変換APIのRequest URI
http://www.social-ime.com/api2/predict.php?string=よそくす

- Reference
Social IME ~みんなで育てる日本語入力~
http://www.social-ime.com/

Social IME: かな漢字変換API
http://www.social-ime.com/api.html

Social IME: 予測変換API
http://www.social-ime.com/api2_predict.html

Debian lenny への移行

- Summary
Debian GNU/Linux 5.0 (コードネーム lenny)への移行を実施.

- unameでkernel versionを確認

% uname -a
Linux trinity 2.6.18-6-686 #1 SMP Mon Aug 18 08:42:39 UTC 2008 i686 GNU/Linux


- aptitude updateを実行

# aptitude update

Reading package lists...
W: There is no public key available for the following key IDs:
4D270D06F42584E6
W: You may want to run apt-get update to correct these problems


- debian-archive-keyringをupdate

# aptitude install debian-archive-keyring


- apaitude updateを再実行,upgrade, dist-upgradeを実行

# aptitude update
# aptitude upgrade
# aptitude dist-upgrade


- update-grubを実行し,/boot/grub/menu.lst を更新

# update-grub


- reboot後,unameでkernel versionを確認

% uname -a
Linux trinity 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux


- Reference
Debian -- ニュース -- Debian GNU/Linux 5.0 がリリース
http://debian.org/News/2009/20090214

第4章 以前のリリースからアップグレードする
http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.ja.html

第5章 lenny で知っておくべき問題点
http://www.debian.org/releases/stable/i386/release-notes/ch-information.ja.html#apache2

- via
_| ̄|○日記(2009-02-16)
http://www.kuzuore.com/~kuzu/diary/?date=20090216