OracleLinux9.3  OSインストール後の初期設定方法

環境
OracleLinux9.3

1.bash拡張パッケージのインストール

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# dnf -y install bash-completion
# reboot
# dnf -y install bash-completion # reboot
# dnf -y install bash-completion
# reboot

2.selinuxを無効化する

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# grubby --update-kernel ALL --args selinux=0
# reboot
# grubby --update-kernel ALL --args selinux=0 # reboot
# grubby --update-kernel ALL --args selinux=0
# reboot

SELinux 有効に戻す場合は以下 (変更後は再起動)

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# grubby --update-kernel ALL --remove-args selinux
# reboot
# grubby --update-kernel ALL --remove-args selinux # reboot
# grubby --update-kernel ALL --remove-args selinux
# reboot

 

3.システムの最新化を行う
# dnf -y update

OracleLinux9.3

Posted by arkgame