Personal tools
You are here: Home Members Morisato's Home DQN Morisato vs. Ubunts
Navigation
 

DQN Morisato vs. Ubunts

私のDQN的失敗の数々

1.Ubunts 5.1.0 インストール時、Grub がカーネルをロードしてくれ
 ませんでした。で、武藤さんの Debian 徹底入門を見て納得。
構成 DELL Precision 360
P-4 3.2GHz 512K L2 875P Chipset ATI FireGL X1 VGA
SB Audigy2 HD IDE ATA-100 80G x2 IDE DVD RW 3.5FD
1G RAM USB Mouse

私の場合、基本領域たる、1st HD (/dev/hda)に、/boot がなければ
なりませんでした。それ以外のパーティションは、2st HD (/dev/hdb)
で OK です。/dev/hda5 は、1st HD の末尾に /boot を置きました。

今回は、/dev/hda5(ext3) を 1st HD の末尾に500Mほどパーティショ
ンを作成。/dev/hdb1 に / 25G と 1.5G swap を作成しました。無事
に、Grub から起動。

2. Ubuntu 5.10 "The Breezy Badger" インストール個人的ノート
http://www.a.phys.nagoya-u.ac.jp/~taka/linux/ubuntu510.html
を見ながら各種設定。Emacs21 と TeX で色々つまづく。
 a)Emacs21
フォントの指定 ~/.Xresources を作成して、Emacs.Font: 7x14
 とする。(好みの問題)印刷は、Epson LP-8300F のネットワークプリンタ
 だけど、
 ;;; プリンタ出力設定
(setq print-command-format "a2ps-j -a4 |lpr ")
(defun print-region (begin end)
(interactive "r")
(shell-command-on-region begin end print-command-format))
(defun print-buffer ()
(interactive)
(print-region (point-min) (point-max)))
(setq print-function (function print-buffer))
で、http://www.asahi-net.or.jp/~wp7s-mrn/sap/a2ps.htmlから
a2ps.pl-1.45のインストール手順そのままで設定し、OK。行間隔が詰まるので
起動は、メニューのプロパティーを emacs -lsp 4 にしている。

3. Sun Java jdk5 の最新版を取ってきて、/usr/java を作成し、rpm 版で
 は無く、圧縮ファイル版を展開。.bash_profile に JAVA_HOME を設定。
 Firefox のプラグインディレクトリへ jre のプラグインをリンク。IPA フォント
 を、/usr/java/***/jre/fonts に fallback ディレクトリを作成して、リンク
 では無く、IPA フォントそのものをコピー。これで、文字化けも無く、Yahoo Game
 などのアプレットも OK。勿論、scim + Anthy なので、文字入力もOK。

by Keiichi Morisato last modified 2006-02-09 12:20 AM

Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: