====== openSUSE 12.2 ======
編集中
===== インストール =====
12.1からのアップデートが途中で停止してしまうので、新規インストール。
* Installation Mode
* [Use Automatic Configuration]のチェックを外す。
* Installation Settings
* Booting
* Boot from Master Boot Record
* Boot from Root Partition
* Software
* パターンを追加
* Base Development
* RPM Build Environment
* Linux Kernel Development
* Locale Settings
* LanguageのSecondary LanguageとしてJapaneseを追加
* Firewall and SSH
* Firewall will be disabledに変更
===== ソフトウェア構成 =====
^ 項目 ^ 名称 ^ 備考 ^
|OS|openSUSE 12.2 x86_64|-|
|追加パッケージ|kernel-syms|VMware Workstationで必要となる|
|:::|linux-glibc-devel|:::|
|:::|gcc|:::|
|:::|make|:::|
|:::|ibus|-|
|:::|ibus-anthy|-|
|ベンダドライバ|AMD Catalys Proprietary Display Driver - Linux x86 & Linux x86_64|12.10 (2013.1.3)\\ 13.1 (2013.3.12)\\ 13.12 (2014.3.17)\\ 14.4 (2014.09.27)|
|アプリ|VMware Workstation|9.0.1 build-894247 (2013.1.3)\\ 9.0.2 build-1031769 (2013.3.11)\\ 10.0.0 build-1295980 (2013.9.5)\\ 10.0.1 build-1379776 (2013.10.26)\\ 10.0.2 build-1744117 (2014.04.22)\\ 10.0.3 build-1895310 (2014.07.02)\\ 10.0.4 build-2249910 (2014.10.31)\\ 11.0.0 build-2305329 (2014.12.28)\\ 11.1.2 build-2780323 (2015.06.21)\\ 12.0.0 build-2985596 (2015.08.30)|
===== grub設定 =====
==== grubメニューをテキストにする ====
- [YaST] -> [Boot Loader] -> [Boot Loader Options]を選択する。
- [Use Graphical Console] のチェックを外す。
===== OS設定 =====
==== NTP設定 ====
- [YaST] -> [System] -> [System Services]でrunlevel 3, 5において[ntp]を有効化する。
- [YaST] -> [Network Services] -> [NTP Configuration]
- [Start NTP Daemon]で[Now and On Boot]を選択
- [Add]で[Type]を[Server]、[Server Settings]の[Address]で[Public NTP Server] -> [Japan] -> [jp.pool.ntp.org]を選択する。
- その他は既定値のまま。
==== リモート管理 ====
- 有効化
- [YaST] -> [Network Services] -> [Remote Administration (VNC)] -> [Remote Administration Settings]にて[Allow Remote Administration]を選択する。
- 解像度変更
- [YaST] -> [Network Services] -> [Network Services (xinetd)]を選択する。
- [Service]の[vnc1], [vnc2], [vnc3]のon/off切り替え、もしくは解像度を編集。
==== sshd設定 ====
=== 要件 ===
* rootでのログインは不可とする。
* パスワードでのログインは不可とする。
* RSA鍵交換方式でのみログイン可とする。
=== 設定 ===
* /etc/ssh/sshd_config に下記項目の追加、修正、確認を行う。
Port 22
PasswordAuthentication no
ChallengeResponseAuthentication no
PermitRootLogin no
* YaSTでsshdを有効化([[http://ja.opensuse.org/Ssh|参照]])
==== キーボード設定 ====
lenovo 55Y9053でトラックポイントを使用した垂直スクロールを設定する。
* [[http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint|How to configure the TrackPoint]]を参照。
* /etc/X11/xorg.conf.dに20-thinkpad.confを作成
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "true"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
===== ビデオドライバ設定 =====
* [[http://ati.amd.com/support/driver.html|AMD]]から最新版をダウンロード
* rootにて実行
# ./amd-driver-installer-catalyst-yy.mm-x86.x86_64.run
* インストーラの指示に従う。(Automaticで問題無し)
===== その他設定 =====
* $HOME./ssh/authorized_kyes設定
* リモートメンテナンス用ユーザアカウント設定
* リモートメンテナンス用vncスクリプト設定
* 起動・停止時のメール通報スクリプト設定