@IT Linux Tips
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/tipsindex.html
すごい参考になります。
http://pebbleinsky.ddo.jp/mt/archives/2004/05/31_1418.php
FedoraCore2へ移行。
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/290capgnome.html
専用パネルを追加するのが楽。
http://yanbaru.dyndns.org/linux/yum.html
さきにGPGキーをインストールする必要がある。
http://fedoranews.yanbaru.dyndns.org/articles/yumgpg/index.html
FAT32のパーティションを使うか、USBメモリ・CD-R等を使う。
→Fedora Core 3では認識できました。
/etc/fstab
起動時にマウントするファイルシステムをここに書く。FAT32のパーティションは以下のように記述する。
/dev/fd0 /mnt/floppy vfat defaults,codepage=932,iocharset=utf8 0 0
euc-jpじゃなくutf8なので注意。
参考 http://www.atmarkit.co.jp/flinux/rensai/linuxtips/308fatjpfname.html
/etc/grub.conf
ブートローダー・GRUBの設定。ここをいじるだけで起動待ちの秒数などが変えられる。
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/392cannakey.html
FedoraCoreだとコピー元が違う。ググれ。
http://www.a-yu.com/system/nt07.html
suの後にtelinit 3でランレベルを3にする
戻る時はtelinit 5
参考 http://www.atmarkit.co.jp/flinux/rensai/linuxtips/440playwmp.html
ここからmplayer関連のRPMパッケージを落とす http://ftp.icm.edu.pl/pub/linux/mplayer-rpms/mplayer.html lame-lib-(バージョン番号).rpmのパッケージも落としておく。
rpm -Uvh mplayer-* lame-lib-(バージョン番号).rpm