Installing XAMPP on CentOS 8
Installing XAMPP 1. Download XAMPP sudo wget https://www.apachefriends.org/xampp-files/7.4.8/xampp-linux-x64-7.4.8-0-installer.run 2. Make the downloaded file executable sudo chmod +x xampp-linux-x64-7.4.8-0-installer.run 3. Install XAMPP sudo ./xampp-linux-x64-7.4.8-0-installer.run 4. Start XAMPP 5. Set Password /opt/lamp/lamp security 6. Allow access through internet…
Read More