プロジェクト

全般

プロフィール

20260319 サーバ移行01 » 履歴 » バージョン 1

バージョン 1/3 - 次 » - 最新版
健二 酒井, 2026/03/19 16:22


20260319 サーバ移行01

Redmineサーバの移行のメモ

  • etckeeperのインストール
  • localeを日本語に設定
  • /etc/skelの設定

諸々のインストール

dnf install epel-release vim bash-completion htop bind-utils lsof dnf-automatic

userの追加

adduser s.castle
cd /home/s.castle/.ssh

echo "公開鍵" >> authorized_keys

getent group | grep wheel
usermod --append --groups wheel s.castle
getent group | grep wheel

/etc/sudoersの設定

wheelグループに権限追加

visudo