When I try to start lampp using
/opt/lampp/lampp start
it says "Another web server is already running"!
Solved by running this on terminal
sudo
netstat
-nap | grep :80
You'll see which service is attached to port 80. Get to port number and kill that MF!
sudo kill [number]
Start xampp!