Answers for "how to open xampp control panel in ubuntu 21"

2

how to open xampp control panel in ubuntu

If you use a 64-bit system:

sudo /opt/lampp/manager-linux-x64.run
Posted by: Guest on October-13-2020
1

open xampp control panel from terminal ubuntu 20

//you have to stop the Apache2 and MySQL.

$sudo /etc/init.d/apache2 stop

$sudo /etc/init.d/mysql stop

//And then restart Xampp server

$sudo /opt/lampp/lampp restart
Posted by: Guest on September-24-2020

Code answers related to "how to open xampp control panel in ubuntu 21"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language