XAMPP
It is one of the software developed by Apache Friends, and the best thing about XAMPP is that it is open-source software, which means it is free for all. You can download it and use it without spending a penny. Usually, it is used by the developers to test or check the websites before uploading and running on an actual web server. Hence it allows us to find and fix bugs in the website before it is launched on the server. This way, it helps save precious time and huge costs because if you launch your website without proper testing, it may crash or hack, which can cost you a lot. Therefore we can say that it provides a certain type of environment with proper resources where we can test MYSQL, PHP, Apache, and Perl projects on our local computer. However, if something gets really wrong, which usually does not happen, we do not have to worry as it allows us to correct our mistakes.
Steps to download the XAMPP on KALI Linux
Step 1: First of all, open the web - browser and type "download XAMPP," and hit the enter button.
Step 1: Now open the terminal and execute the following command:
Chmod 755 "filenameofXAMPP".run
Step 2: Finally, to install the XAMPP execute the following given command:
Step 3: As soon execute the above-given command immediately a setup wizard will open as shown below:
Step 4: Now, all you have to do is click on the "Next" button to begin the setup process.
Step 5: Now follow the guided installation, and in the "Select components" step, mark both "XAMPP Core files" and "XAMPP Developer files," then click on the "Next" button.
Step 6: Here, all you need to do, press the "next" button three more times until the actual installation process started:
0 Comments