Keijir Blog

やっぱハワイ行きたいよね

Hardyインストールして5時間で再インストール

Desktop Leopard風にする.

$ echo "deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main" | sudo tee -a /etc/apt/sources.list
$ echo "deb-src http://ppa.launchpad.net/awn-testing/ubuntu hardy main"| sudo tee -a /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install awn-manager-trunk awn-extras-applets-trunk
$ sudo apt-get install compizconfig-setting-manager emerald screenlets

Tex

$ sudo apt-get install latex-env-ja latex-extra-ja
$ sudo jisftconfig add
$ sudo apt-get install xpdf xpdf-japanese ghostscript cmap-adobe-japan1 cmap-adobe-japan2 gs-cjk-resource evince

Other

$ sudo apt-get remove firefox firefox-3
$ sudo apt-get install firefox-2
$ sudo apt-get install emacs-snapshot-gtk
$ sudo apt-get install nkf gcc g++ wine

Setting
.emacs

; emacs23 用設定
(cond ( (string-match "^23\." emacs-version)
  (cond (window-system
    (set-default-font "Bitstream Vera Sans Mono-10")
    (set-fontset-font (frame-parameter nil 'font)
      'japanese-jisx0208
      '("IPA モナー ゴシック" . "unicode-bmp"))
))))