Answers for "how to open xampp in ubuntu 20.04 without terminal"

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
1

xampp ubuntu 20.04

to install xampp ubuntu 20.04 
follow this link
https://linuxconfig.org/how-to-install-xampp-on-ubuntu-linux
Posted by: Guest on March-05-2021

Code answers related to "how to open xampp in ubuntu 20.04 without terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language