Configure Xampp server in Kali Linux

How to configure xampp server in ubuntu and any Linux system

Description

XAMPP is a software distribution that provides the Apache web server, MySQL database (actually MariaDB), Php and Perl (as command-line executables and Apache modules) all in one package. It is available for Windows, MAC and Linux systems. No configuration is necessary to integrate Php with MySQL.

It is a great fit for this course and provides a relatively painless installation and way to manage the configuration changes. Also provided is PhpMyadmin which gives a GUI tool for managing your MySQL databases. I would highly recommend installing this for Windows or MAC.

It doesn’t exclude you from other competing software installations, it just gives an easy way to get going. For Ubuntu Linux systems, I still would recommend installing Apache/MySQL/Php/PhpMyadmin through Ubuntu packages. Configure Xampp server

Open the Browser And search Xampp And click the first link.

Configure Xampp server

Now scroll down to find the Xampp for Linux After then click Download (64 bit ) button.

Download xampp

Now open the new tab And click the Save file After that Press the Ok button.

Now open the Linux Terminal And go to the Download directory. And give Right to the Xampp right permission.

change permission xampp

Now Showing the New Tab And press the Next button.

Once Again press the Next button. 

Finally Complete Download Setup And click the Finish button.

After that open the Linux Terminal And check if the lamp is working or not? And go to the lamp directory. 

Start our lampp server this command

DVWA Setup apache server here