#htmlcaption1 Go UP! Pure Javascript. No jQuery. No flash. #htmlcaption2 #htmlcaption3

Sunday, July 26, 2015

Install XAMPP for Linux in Ubuntu 14.04 LTS

download XAMPP for Linux 5.6.11 x64 and copy file download to home folder

install in terminal 

sudo chmod +x xampp-linux-x64-5.6.11-0-installer.run
sudo ./xampp-linux-x64-5.6.11-0-installer.run
And click “Next” until Finish

start the XAMPP service
sudo /opt/lampp/lampp start
or

open Xampp control panel GUI in Ubuntu, open the terminal and paste the following code
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
paste the following code to the text editor and save it
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=gksudo python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
Icon[en_CA]=/usr/share/icons/Humanity/devices/24/network-wired.svg
Encoding=UTF-8
Terminal=false
Name[en_CA]=XAMPP Control Panel
Comment[en_CA]=Start and Stop XAMPP
Type=Application
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg

 You can access the xampp control planel in Application "XAMPP Control Panel" and start XAMPP



paste the following code to the text editor and enter


sudo su
chmod 775 /opt/lampp/htdocs

Open localhost in web browser


Tuesday, September 30, 2014

Add OpenGeo Explorer plugin di QGIS 2.4




Buka QGIS 2.4 

Pilih Plugins, dan kemudian pilih manage and install plugins

Pada manage and install plugins, pilih Settings

Pada Settings, plugin repository, tambahkan repositori plugin:
Name: Boundless plugin repository
URL: http://qgis.boundlessgeo.com/plugins.xml

Kemudian reload all repositories

Setelah itu cari  OpenGeo Explorer pada Tab Not Installed dan kemudian klik install plugin. setelah selesai lalu restart QGIS

Monday, September 29, 2014

Installation QGIS on Ubuntu 14.04 LTS



Terminal Command:
  
sudo gedit /etc/apt/sources.list 

Add this repository below

deb http://qgis.org/debian trusty main 
deb-src http://qgis.org/debian trusty main
Add key server

gpg --keyserver keyserver.ubuntu.com --recv DD45F6C3
gpg --export --armor DD45F6C3 | sudo apt-key add -


Update source list and Install


sudo apt-get update
sudo apt-get install qgis python-qgis