xxxxxxxxxx
// Start the XAMPP server
sudo /opt/lampp/lampp start
//Stop the XAMPP server
sudo /opt/lampp/lampp Stop
//Restart the Xampp server
sudo /opt/lampp/lampp restart
xxxxxxxxxx
alias xampp='sudo /opt/lampp/manager-linux-x64.run'
then in the terminal type:
$ xampp