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

Sunday, November 19, 2017

How to install Android Studio 3 on Lubuntu 17.10

How to install Android Studio 3 on Lubuntu 17.10

Android studio 3 is currently the newest version of android studio IDE, if you want to create an android application, android studio is the best tool out there, android studio is the official IDE for android. So in this article i will show you how to install android studio version 3 on lubuntu 17.10 artful.

Wednesday, November 15, 2017

How to install Open JDK 9 on Lubuntu 17.10

How to install Open JDK 9 on Lubuntu 17.10

If you prefer the open source version of java, then you should use open JDK, on lubuntu 17.10 open JDK 9 is available on the repository, so you can install it right away. So this article is about installing open JDK 9 on lubuntu 17.10 artful.

How to install Oracle Java 9 on Lubuntu 17.10

How to install Oracle Java 9 on Lubuntu 17.10

Java 9 is the latest stable release of java (JDK), java 9 comes with some new features such as new module system, linking, jshell, improved javadoc, collection factory methods, and so on. In this article i will show you how to install oracle java 9 on lubuntu 17.10 artful.

Tuesday, August 22, 2017

How to install Visual Studio Code on Lubuntu 16.04

microsoft visual studio code on lubuntu

Visual studio code is a lightweight text editor made by microsoft which available for free on window, mac and linux. Visual studio code is a free software and in this article i will show you how to install it on lubuntu 16.04.

Saturday, June 3, 2017

How to install ADB on Lubuntu 16.04

How to install ADB on Lubuntu 16.04

ADB or android debug bridge is tool for communicating with android device through command line, you can do all kind of cool stuff using adb command. in this article i will show you how to install android debug bridge (ADB) on lubuntu 16.04.

Monday, December 19, 2016

How to install Ansible on Lubuntu


Ansible is an open source tool for automation and configuration management of server, ansible allows you to automate your server whether on local or on cloud, ansible is a popular tool used by devops.

Tuesday, October 25, 2016

How to install Webmin on Lubuntu 16.04


In this article i'm going to show you how to install webmin on lubuntu 16.04, first of all what is webmin? webmin is a web based user interface for managing services on linux.

Monday, October 24, 2016

How to switch from oracle JDK to open JDK and vice versa

There are two kinds of java development kit or JDK exist in this world, the open source 'open JDK' and the proprietary 'oracle JDK'. You can install both on the same computer, but you can only use one at a time.

Thursday, October 20, 2016

Xtreme Download Manager on Lubuntu


In previous article i have been reviewing one of the best download manager on lubuntu and ubuntu in general, which is 'uget', today i'm going to introduce another download manager, this one called xtreme download manager (XDM).

Friday, September 16, 2016

How to install Atom editor on Lubuntu 16.04


Besides sublime, atom text editor is also one of the most famous text editor for programmers specially web developer, in this post i will show you how to install atom text editor on lubuntu 16.04 xenial xerus.

Thursday, August 18, 2016

How to install Python on Lubuntu 16.04?


When learning python for the first time, you probably asking how to install python on lubuntu/ubuntu? the truth is python interpreter is already exist on your system.

Thursday, August 4, 2016

How to install Kibana and Sense on Lubuntu 16.04


After installing elasticsearch you might want to add essential tools for elasticsearch such as kibana and sense, in this article i will show you how to install kibana and sense on lubuntu 16.04.

How to install ElasticSearch on Lubuntu 16.04


Elasticsearch is an open-source search engine built on top of Apache Lucene, a full-text search engine library. In this article i will show you how to install elasticsearch on lubuntu 16.04.

Tuesday, August 2, 2016

How to install Oracle JDK on Lubuntu 16.04


Java is one of the most important software on almost every platform, there are many important tools for developers that rely on java in order to run, such as android studio, netbeans, eclipse, jenkins, etc.

How to install Open JDK on Lubuntu 16.04


Sometimes you may find situation where you need to have java inside your computer, on lubuntu/ubuntu there are two kinds of java, open JDK and oracle JDK, in this article i will show you how to install open JDK on lubuntu 16.04.

Saturday, May 28, 2016

How to open Sublime from command line Lubuntu


Sublime text is a very popular web editor that everybody loves and sometimes (i don't know why) you want to open sublime text from command line, how to do that?

Wednesday, May 25, 2016

How to install Jenkins on Lubuntu


Jenkins is one of the most popular tool for integration, if you are a pro web developer, i bet you will be familiar with jenkins, in this article i will show you how to install jenkins on lubuntu.

How to check Java version on Lubuntu


If you have java (JDK or JRE) installed on your system but you are not sure what version of java you currently have, you can run this command to check your java version.

Thursday, February 4, 2016

How to install ADB (Android Debug Bridge) on Lubuntu


If you are developing android apps using android studio, you probably don't need to install ADB separately because android studio will handle everything for you, including connecting to real device which is the purpose of ADB (Android Debug Bridge).

How to make Android Studio accessible globally on Lubuntu


On other article, i already show you how to install android studio on lubuntu, in this article i will show you how to make android studio accessible globally on the command line of lubuntu.