how to start xampp in terminal code example
Example 1: how to start xampp in ubuntu
sudo /opt/lampp/lampp start
cd /opt/lampp/
ls
sudo ./manager-linux-x64.run
Example 2: open XAMPP in ubuntu
>>> cd /opt/lampp/
>>> ls
>>> sudo ./manager-linux-x64.run
Example 3: how to start xampp
/*
Go to the location where you installed XAMPP
(usually C:\Program Files\xampp)
Double click on XAMPP Control Panel (xampp-control.exe).
*/