Posts

Showing posts from 2018

Set Xampp in Kubuntu,Ubuntu,Linux Mint

How to setup Xampp in kubuntu Quick Installation Guide  1.) Download xampp setup from  ApacheFriends . 2.) Open terminal in downloads folder or where your xampp file has been downloaded. 3.)  Execute this command sudo chmod +x xampp-linux-x64-7.1.7-0-installer.run   Note : The version of XAMPP you'll download might be different, so change the version in this command accordingly. You'll be asked for your system's password. 4.)  Now go into SuperUser mode sudo su   5.)  Run the installer, but don't close the Terminal.       ./xampp-linux-x64-7.1.7-0-installer.run Note: Again change the version for executing this command. A dialog box will open, if you get an error, ignore it. In the dialog box, click next(for each step) and move through the process of installation. Once XAMPP is installed, click finish. 6.)  Go back to your Terminal and change the directory cd /opt/lampp   7.)  To set a password, type...