Installing XAMPP in Kali Linux
Xampp
It is an easy to install apache distribution including apache, mysql, maria-db, and perl. It is an free and open source cross-platform which was developed by apache friends. It is user friendly and easy to install and configure distribution.
Here, we are going to discuss little bit about how to install and configure Xampp in kali linux in various steps:
step 1: At first download the xampp for linux distribution from the link https://www.apachefriends.org/index.html.
step 2: After downloading go to downloading folder
step 3: open terminal on the download place and give permission to the fileas
root@kali:~#chmod +x xampp-linux-x64-5.6.30-0-installer.run
step 4: After that install the program through command
root@kali:~#./xampp-linux-x64-5.6.30-0-installer.run
it takes some time to install
step 5 : After completion of installation process run the xampp server through the GUI shown after installation or close the program and run the program using command line in terminal as
root@kali:~# /opt/lampp/lampp start
the program will start functioning.
It is an easy to install apache distribution including apache, mysql, maria-db, and perl. It is an free and open source cross-platform which was developed by apache friends. It is user friendly and easy to install and configure distribution.
Here, we are going to discuss little bit about how to install and configure Xampp in kali linux in various steps:
step 1: At first download the xampp for linux distribution from the link https://www.apachefriends.org/index.html.
step 2: After downloading go to downloading folder
step 3: open terminal on the download place and give permission to the fileas
root@kali:~#chmod +x xampp-linux-x64-5.6.30-0-installer.run
step 4: After that install the program through command
root@kali:~#./xampp-linux-x64-5.6.30-0-installer.run
it takes some time to install
step 5 : After completion of installation process run the xampp server through the GUI shown after installation or close the program and run the program using command line in terminal as
root@kali:~# /opt/lampp/lampp start
the program will start functioning.
No comments: