The official Google Code blog: A fresh new look for HTML5Rocks.com : By Eric Bidelman, Senior Developer Programs Engineer, Google Chrome Team Over the past year, HTML5Rocks.com has become a top destination ...
Install XAMPP/LAMPP 64bit Stack Step by Step: Step1: Open Terminal Step2: Before installing the package, create a directory. user1@user1:~$ mkdir xampp user1@user1:~$ cd xampp/ user1@user1:~/xampp$ * it creates a folder in HOME Step3: Download the XAMPP/LAMPP package by using the wget command user1@user1:~/xampp$ wget https://www.apachefriends.org/xampp-files/5.6.20/xampp-linux-x64-5.6.20-0-installer.run Step4: Run the following command to make XAMPP execuatable. chmod +x xampp-linux-x64-5.6.20-0-installer.run Step5: Install XAMPP stack as shown below. sudo ./xampp-linux-x64-5.6.20-0-installer.run [sudo] password for user1:
Comments
Post a Comment