#htmlcaption1 Go UP! Pure Javascript. No jQuery. No flash. #htmlcaption2 #htmlcaption3
Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

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


Thursday, September 11, 2014

Install OpenGeo Suite in Ubuntu 14.04 LTS



OpenGeo Suite adalah sebuah platform lengkap untuk mengelola data geospasial dan membangun peta dan aplikasi di web, desktop, dan perangkat mobile. Dibangun dengan perangkat lunak geospasial terkemuka. OpenGeo Suite memiliki arsitektur yang kuat dan tangguh yang andal untuk mengelola dan mempublikasikan data geospasial. (OpenGeo Suite, http://www.agrisoft.co.id/notes/opengeo-suite/ )
  • Mengelola dan menyimpan data menggunakan PostGIS
  • Publikasikan peta dan data dari berbagai format dan sumber menggunakan GeoServer
  • Membangun user interface yang fleksibel dan alur kerja di browser menggunakan OpenLayers
  • Menganalisa dan mempublikasikan data geospasial dari desktop menggunakan QGIS
  • Memantau kinerja dan layanan server menggunakan Mapmeter
  • Akses dan mengedit data menggunakan standar terbuka dari OGC seperti WMS, WFS, WCS, dan lain-lain.
Beroperasi dengan ESRI, Google, Microsoft, dan Oracle
Interoperabilitas dengan menggunakan komponen yang fleksibel dan telah diuji untuk dijalankan secara sendiri, bersama-sama, atau dengan perangkat lunak proprietary. Karena setiap komponen dapat diganti dengan produk lainnya, OpenGeo Suite melengkapi dan meningkatkan implementasi yang telah ada.

Platform
  • Operating Systems: Windows, Linux, Mac OS, dan lainnya.
  • Java: 1.5 atau lebih tinggi
  • Application Servers: Tomcat dan lainnya.
Standar OGC 
  • Web Feature Service (WFS) 1.0, 1.1, 2.0
  • Web Map Service (WMS) 1.1.1, 1.3
  • Web Coverage Service (WCS) 1.1.0
  • Web Processing Service (WPS) 1.0.0
  • Styled Layer Descriptor (SLD) 1.0.0, 1.1.0
  • Geography Markup Language (GML) 2.1.2, 3.0, 3.1.1, 3.2.1
  • Keyhole Markup Language (KML) 2.2.0
  • SQL Simple Features 1.0
  • Filter Encoding 1.1
Mendukung Database, Vektor, dan Raster
  • Oracle Spatial
  • PostgreSQL / PostGIS
  • Esri ArcSDE
  • IBM DB2
  • Microsoft SQL Server
  • Esri Shapefile
  • MapInfo MIF/MID
  • TIFF, GeoTIFF, BigTIFF
  • ECW, JPEG2000, MrSID, GTOPO30
  • dan lainnya.
Format Keluaran
  • Mendukung KML, GML, Shapefile, GeoRSS, GeoJSON,CSV, Excel, PDF, SVG, JPEG, GIF, PNG, dan lainnya.

Download OpenGeo Suite

Untuk mencoba OpenGeo Suite, Anda dapat mengunduhnya dan mencobanya. Perintah dalam terminal ubuntu.


Ubah ke pengguna root:
sudo su -
Impor kunci OpenGeo GPG:
wget -qO- http://apt.opengeo.org/gpg.key | apt-key add -
Tambahkan repositori OpenGeo Suite. 
echo "deb http://apt.opengeo.org/suite/v4/ubuntu/ precise main" > 
 /etc/apt/sources.list.d/opengeo.list

Update repositori
apt-get update
Install
apt-get install opengeo

OpenGeo services


To start/stop/restart the Tomcat service:
/etc/init.d/tomcat6 start|stop|restart

To start/stop/restart the PostgreSQL service:
/etc/init.d/postgresql start|stop|restart

Dasboard

Open on web browser http://localhost:8080/dashboard/



Thursday, March 27, 2014

[Solved] error unknown filesystem Entering rescue mode... grub rescue>

setalah habis ubah susunan partisi atau istall ulang windows mendadak jadi error grubnya

error unknown filesystem
Entering rescue mode. . .
grub rescue> 



gimana ya penyelesaiannya? ini
penyelesaiannya

Cek pengaturan root dan prefix

error unknown filesystem
Entering rescue mode. . .
grub rescue> set
cmdpath=(hd0)
prefix=(hd0,gpt6)/boot/grub
root=hd0,gpt6


Mencari partisi yang terinstall Ubuntu

Thursday, November 28, 2013

upgrade gdal-bin libgdal1h

 [SOLVED] WARNING: The following packages cannot be authenticated!   libgdal1h gdal-bin
martinmbaihaqi@Ubuntu:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  gdal-bin libgdal1h
The following NEW packages will be installed:
  gdal-bin libgdal1h
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
33 not fully installed or removed.
Need to get 0 B/5.355 kB of archives.
After this operation, 14,7 MB of additional disk space will be used.