Here is how to install it on Linux Mint: 1. Download the package for Linux from here. Make sure to extract the downloaded package as administrator (Right click on the package and select Open as administrator) and unzip it in the /opt folder. Cara Instal XAMPP di Linux Mint Mate Hallo gan, Selamat datang dan terimakasih telah berkunjung ke website kami (ilmukita). Di artikel ini akan membahas tentang cara instal XAMPP di linux mint mate, langkah pertama sebelum masuk.

First visit Xampp official Website and download latest and stable version of xampp and save in Home Folder. Now open Terminal / Konsole and Change the permissions to the installer using command sudo chmod 755 xampp-linux-*-installer.run Now run the Xampp Installer sudo./xampp-linux-*-installer.run and follow instruction after some time XAMPP will be installed on /opt/lampp directory. Now first we have to make /opt/lampp/htdocs/ writable so we can easily create files and folders there by following command sudo chmod 777 -R /opt/lampp/htdocs.

Buku kimia kelas 10 unggul sudarmo sosro. XAMPP is an independent server platform, which consists mainly of the MySQL database, the Apache web server and interpreters for scripting languages: PHP and Perl. The name comes from the abbreviation of X (for any of the different operating systems), Apache, MySQL, PHP, Perl.

The program is released under the GNU license and acts as a free web server, it easy to use and able to interpret dynamic pages. Currently XAMPP is available for major operating system (GNU/Linux Distributions, Microsoft Windows, Solaris, and MacOS X). The latest XAMPP now available in version 1.8.3 has the following features: • Apache 2.4.7; • MySQL 5.6.14; • PHP 5.5.6; • PEAR + SQLite 2.8.17/3.7.17 + multibyte support (mbstring); • Perl 5.16.3; • phpMyAdmin 4.0.9; • OpenSSL 1.0.1e; • ProFTPD 1.3.4c; • GD 2.0.35; • Freetype2 2.4.8.

More info about XAMPP you can see. Installing XAMPP on Ubuntu 13.10, 13.04, 12.10, 12.04 and Linux Mint 13/14/15/16 Now let’s see how to installing XAMPP 1.8.3 with PHP 5.5 in Ubuntu and derivatives, but no other previous Xampp 1.8.2 with PHP 5.4 can also be installed by following the same instructions. XAMPP 1.8.3, Tested on Ubuntu 13.10 (64 bit) without problems.

Open terminal and download XAMPP 1.8.3 package. For 32-bit: wget for 64-bit: wget Step 2.

Start xampp linux

After that, Change xampp package installer to executable then run to installing with following command: sudo chmod +x xampp-linux-x64-1.8.3-2-installer.run sudo./xampp-linux-x64-1.8.3-2-installer.run The window installation wizard will appear: Click “Next”. Another appears: Click “Next” again. And you will go to the next window: Click “Next” again. And will to the following: Uncheck: “Learn more about BitNami for XAMPP” And click “Next” Click Next again. Wait for the installation: When finished, this will be the last window: When you checked “launch XAMPP” before clicking finish A page will open in your browser, If the page does not open automatically, go into your browser’s address and type To stop the XAMPP service: sudo /opt/lampp/lampp stop To start the XAMPP service: sudo /opt/lampp/lampp start To open the page of XAMPP, whenever you want, type in the address bar of your browser: http://localhost/xampp/. The file is opened for editing. And where was this: #!

/bin/ bash # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure que the script will 'exit 0' on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. /opt/lampp/lampp start exit 0 I added a line just before the “exit 0.” Save and close the file. When you restart your system, the command that was added runs and starts XAMPP. Note: if anyone knows a more “correct” way to autostart XAMPP, please comment Lastly.