Code in this video: How to Install and Configure LAMP Stack on CentOS | CentOS Stream | RockyLinux | AlmaLinux | RHEL
###Code in this video
sudo setenforce 0 && sudo sed -i
'
s/^SELINUX=.*/SELINUX=permissive/g'
/etc/selinux/configsudo firewall-cmd –permanent –zone=public –add-service=http
sudo firewall-cmd –permanent –zone=public –add-service=https
sudo firewall-cmd –reload
sudo dnf install php php-fpm php-mysqlnd php-opcache php-gd php-xml php-mbstring -y
Read more
- Install and Integrate OpenDKIM with Postfix | Sign & Authenticate Your Emails
- What is OpenDKIM? A Simple Guide from Basics to How It Works
- How to Install and Configure Fail2ban on Ubuntu/Debian
- Install n8n Server on Linux VPS (Ubuntu/Debian) | Docker + FreeSSL + Nginx
- How to Set Up WordPress Website on Ubuntu/Debian | Secure with Free SSL (Let’s Encrypt)