xampp vs lampp and how to tell the difference

If I open my GUI using the command "cd / opt/lampp" but the app is called xampp (I got it from the xampp website as instructed by my professor), is it lampp or xampp? How can I know the difference? People are saying xampp is a security hazard for some reason. Please excuse me if this is a duplicate question, I am very known to Ubuntu 16.04.2. Also is their an instruction manual I can get somewhere, that has all the terminal commands and their respective definitions and uses?

Thanks so much in advance:)

2

1 Answer

From the official website:

XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.

As you can see, AMPP stands for Apache, MariaDB, PHP and Perl. It's a slight variation of the common LAMP (Linux, Apache, MySQL, PHP) stack.

XAMPP is a suite of software that is available for Linux, Windows and macOS. The "X" is a generic placeholder for the platform.

The Linux version of XAMPP is also known as LAMPP. I think you can guess what WAMPP and MAMPP are, as well.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like