Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Friday, March 17, 2017

How to install Android Studio on Ubuntu



Android studio is the standard IDE for developing android apps, it is the official development tool for android, therefore if you want to develop some apps you need to have android studio installed on your ubuntu.

Sunday, January 1, 2017

How to install Kibana plugins (Sense, Marvel, Timelion)


Kibana is a powerful tool for visualize elasticsearch data, kibana can be even more powerful if you install plugins that available for it, such as sense, marvel, timelion, etc. Note that this tutorial is based on kibana version 4.5.1, newer kibanan version might be different.

How to install Kibana on Ubuntu


Kibana is web based dashboard for elasticsearch, and if you are playing with elasticsearch you might want to install kibana as well. Using kibana you can visualize your elasticsearch data.

Saturday, December 31, 2016

How to install ElasticSearch on Ubuntu


Elasticsearch is a powerful search engine tool for any application that needs relevance search, which simply can't be done using relational databases query. For learning purpose you can setup elasticsearch on your local computer.

How to install Oracle Java on Ubuntu


There are two kinds of java, oracle java JDK and open JDK, you can install both on ubuntu, but only one will be active JDK at one time. This article is about installing oracle java development kit (JDK) on ubuntu.

Friday, January 8, 2016

How to create Java hello world program on Ubuntu


Alright, on previous article i just show you how to install java on ubuntu, next in this article i'm going to teach you how to create the most basic java program ever, the hello world program on ubuntu.