![]() Memo/Linux/Fedora core 5https://dexlab.net:443/pukiwiki/index.php?Memo/Linux/Fedora%20core%205 |
Fedora core 5 †インストールメモ †最新版パッチが適用されたisoイメージを Fedora Unity Torrentsより、BitTorrentでダウンロード。約3GB。 インストールパッケージ †「Development Tools」と「Legacy Network Server」「Legacy Software Development」がfile conflictを起こすので注意。 [root@localhost ~]# yum grouplist Installed Groups: Office/Productivity MySQL Database Editors System Tools Text-based Internet X Software Development DNS Name Server GNOME Desktop Environment Authoring and Publishing FTP Server Network Servers Java Development X Window System Graphics Web Server Windows File Server Printing Support Mail Server Server Configuration Tools Sound and Video PostgreSQL Database Administration Tools News Server Development Tools Graphical Internet Available Groups: Engineering and Scientific Window Managers GNOME Software Development XFCE Software Development Legacy Network Server Hardware Support Games and Entertainment XFCE Legacy Software Development Web Development Eclipse KDE Software Development KDE (K Desktop Environment) Educational Software Done 設定変更 †以後、ifconfigでIPを調べてからリモート操作。 ホスト名設定 †#vi /etc/sysconfig/network -------------------------------- NETWORKING=yes HOSTNAME=tech-fsv -------------------------------- # service network restart 表示言語を日本語に †# echo $LANG en_US.UTF-8 [root@localhost misc]# locale -a | grep -i ja ja_JP ja_JP.eucjp ja_JP.ujis ja_JP.utf8 japanese japanese.euc # vi /etc/sysconfig/i18n LANG="ja_JP.eucjp" ユーザ追加 †# useradd example # passwd example yumの参照先を国内のミラーサーバに変更 †# vi /etc/yum.repos.d/local-base ------------------------------------------------------------- http://ftp.kddilabs.jp/Linux/packages/fedora/core/5/$ARCH/os/ http://ftp.riken.go.jp/Linux/fedora/core/5/$ARCH/os/ http://ftp.iij.ad.jp/pub/linux/fedora/core/5/$ARCH/os/ ------------------------------------------------------------- # vi /etc/yum.repos.d/local-updates ------------------------------------------------------------- http://ftp.kddilabs.jp/Linux/packages/fedora/core/updates/5/$ARCH/ http://ftp.riken.go.jp/Linux/fedora/core/updates/5/$ARCH/ http://ftp.iij.ad.jp/pub/linux/fedora/core/updates/5/$ARCH/ ------------------------------------------------------------- # vi /etc/yum.repos.d/local-extras ------------------------------------------------------------- http://ftp.kddilabs.jp/Linux/packages/fedora/extras/5/$ARCH/ http://ftp.riken.go.jp/Linux/fedora/extras/5/$ARCH/ http://ftp.iij.ad.jp/pub/linux/fedora/extras/5/$ARCH/ ------------------------------------------------------------- # vi /etc/yum.repos.d/fedora-core.repo ------------------------------------------------------------- #mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever mirrorlist=file:///etc/yum.repos.d/local-base ------------------------------------------------------------- # vi /etc/yum.repos.d/fedora-updates.repo ------------------------------------------------------------- #mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever mirrorlist=file:///etc/yum.repos.d/local-updates ------------------------------------------------------------- # vi /etc/yum.repos.d/fedora-extras.repo ------------------------------------------------------------- #mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-$releasever mirrorlist=file:///etc/yum.repos.d/local-extras ------------------------------------------------------------- # yum update メモリ節約 †
その他 †
不具合 †マウスカーソルが出ない&画面がとぎれる †
Apache †
関連リンク † |
|