Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®. It is under intensive development by the community.
[Template] Rocky Linux 8
[Name] RockyLinux85
[Installation Media] Iso Library -> Rocky-8.5선택
[Home Server] Default
[CPU & Memory] vCpus 1 / 1socket with 1 core per socket / Memory 2048MB
[GPU]
[Storage] 12GB
[Networking] WAN(Private) / VLAN_71 / VLAN_81
[Finish]
[Install Rocky Linux 8]
[Language] korea
[설치요약] 시스템 - 설치목적지-파티션 자동
[설치요약] KDUMP 해제
[설치요약] 시간과날짜 - 아시아/서울
[설치요약] 네트워크와 호스트 이름
[설치요약] root 비밀번호
[완료] Reboot
DVD Drive guest-toos.iso 연동
mount /dev/cdrom /mnt
cd /mnt
cd Linux
./install.sh
DVD Drive guest-toos.iso 해제
umount /dev/cdrom
reboot
dnf update -y or yum udpate -y
cd /etc/selinx
vi config
======
SELINUX=disabled
=======
systemctl disable firewalld (연습용이라 일단 방화벽해제)