Xampp WEBServer on ubuntu linux - Apache MySQL PHP installation on linux
1. Download XAMPP
www.apachefriends.org
2. Install xampp on linux
chmod 755 xampp-linux-*-installer.run
sudo ./xampp-linux-*-installer.run
3. Start xampp
sudo /opt/lampp/lampp start
4. Test localhost in your browser
Done !
#linux #xampp #xamppserver #webserver #networks