Install LAMP pada Rocky Linux 9 (CT Proxmox)
Buat CT Pada proxmox anda update sudo dnf update -y sudo dnf install httpd dnf install openssh-server openssh-clients $ sudo systemctl start httpd –> This is used to start the httpd daemon. $ sudo systemctl enable…