oracle_linux_start
yum update -y
systemctl disable firewalld
systemctl stop firewalld
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
yum install mc
mcedit /etc/inputrc
"\e[A":history-search-backward
"\e[B":history-search-forward
uname -a
cat /etc/issue
cat /etc/redhat-release
yum install oracle-epel-release-el9.x86_64
yum install systemd-timesyncd
mcedit /etc/systemd/timesyncd.conf
[Time]
NTP=192.168.150.2 192.168.150.109
systemctl enable systemd-timesyncd.service
systemctl start systemd-timesyncd.service
systemctl status systemd-timesyncd.service
timedatectl
localectl set-locale C.utf8
date
yum install net-tools
yum install bind-utils
init 6
oracle_linux_start.txt · Last modified: 2025/05/26 16:31 by admin