OracleLinux9.3 OSインストール後の初期設定方法
環境
OracleLinux9.3
1.bash拡張パッケージのインストール
# dnf -y install bash-completion # reboot
2.selinuxを無効化する
# grubby --update-kernel ALL --args selinux=0 # reboot
SELinux 有効に戻す場合は以下 (変更後は再起動)
# grubby --update-kernel ALL --remove-args selinux # reboot
3.システムの最新化を行う
# dnf -y update