User Tools

Site Tools


Sidebar

opensuse:opensuse_13.2

This is an old revision of the document!


openSUSE 13.2

インストール

ソフトウェア構成

項目 名称 備考
OSopenSUSE 13.2-
追加パッケージkernel-symsVMware Workstationで必要となる
linux-glibc-devel
gcc
make
ibus-
ibus-anthy-
ベンダドライバAMD Catalys Proprietary Display Driver - Linux x86 & Linux x86_6412.10 (2013.1.3)
13.1 (2013.3.12)
13.12 (2014.3.17)
14.4 (2014.09.27)
アプリVMware Workstation12.0.0 build-2985596 (2015.09.24)

grub設定

grubメニューをテキストにする

  1. [YaST] → [Boot Loader] → [Boot Loader Options]を選択する。
  2. [Use Graphical Console] のチェックを外す。

OS設定

NTP設定

  1. [YaST] → [System] → [System Services]でrunlevel 3, 5において[ntp]を有効化する。
  2. [YaST] → [Network Services] → [NTP Configuration]
  3. [Start NTP Daemon]で[Now and On Boot]を選択
  4. [Add]で[Type]を[Server]、[Server Settings]の[Address]で[Public NTP Server] → [Japan] → [jp.pool.ntp.org]を選択する。
  5. その他は既定値のまま。

リモート管理

  1. 有効化
    1. [YaST] → [Network Services] → [Remote Administration (VNC)] → [Remote Administration Settings]にて[Allow Remote Administration]を選択する。
  2. 解像度変更
    1. [YaST] → [Network Services] → [Network Services (xinetd)]を選択する。
    2. [Service]の[vnc1], [vnc2], [vnc3]のon/off切り替え、もしくは解像度を編集。

sshd設定

要件

  • rootでのログインは不可とする。
  • パスワードでのログインは不可とする。
  • RSA鍵交換方式でのみログイン可とする。

設定

  • /etc/ssh/sshd_config に下記項目の追加、修正、確認を行う。
    Port 22
    PasswordAuthentication no
    ChallengeResponseAuthentication no
    PermitRootLogin no
  • YaSTでsshdを有効化(参照

キーボード設定

lenovo 55Y9053でトラックポイントを使用した垂直スクロールを設定する。

  • /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

ビデオドライバ設定

  • AMDから最新版をダウンロード
  • rootにて実行
    # ./amd-driver-installer-catalyst-yy.mm-x86.x86_64.run
  • インストーラの指示に従う。(Automaticで問題無し)

その他設定

  • $HOME./ssh/authorized_kyes設定
  • リモートメンテナンス用ユーザアカウント設定
  • リモートメンテナンス用vncスクリプト設定
  • 起動・停止時のメール通報スクリプト設定
opensuse/opensuse_13.2.1443094205.txt.gz · Last modified: 2019/06/16 15:16 (external edit)