Sunday, January 24, 2016

How to install Oracle JDK on Lubuntu


There are two kind of JDK (Java Development Kit) available for lubuntu, the regular open JDK and the proprietary oracle JDK. I believe i already show you how to install open JDK on lubuntu, and now it's time for me to show you how to install oracle JDK on lubuntu.

Saturday, January 23, 2016

How to create HelloWorld with Android Studio on Lubuntu


After installing android studio on lubuntu, now i need to show you how to create a hello world program using android studio on lubuntu. This is a beginner tutorial, so if you are a senior android developer, you can ignore this article.

Friday, January 22, 2016

How to install Android Studio on Lubuntu


Android studio is a great tool for developing android application, you can build android apps quickly and professionally. Android studio is the official IDE (Integrated Development Environment) for android.

Tuesday, January 19, 2016

How to install Gradle on Lubuntu


In this article i will show you how to install gradle on lubuntu, first of all what is gradle and why i need to install it on lubuntu?

How to install Thunderbird on Lubuntu


By default lubuntu comes with email client software called Sylpheed, but if you prefer to use thunderbird as email client, you can install thunderbird on your lubuntu.

Wednesday, January 13, 2016

How to setup email client on Lubuntu


By default, lubuntu comes with email client software called "Sylpheed", you can use this as your main email client, and in this article i will show how to setup email client on lubuntu.

How to connect to WIFI network on Lubuntu


In this article i will show you how to connect to Wi-Fi network on lubuntu, this is a beginner tutorial, so if you are already know, please ignore this. This article i dedicated for my friend jenna who asked me about this.

Monday, January 11, 2016

How to check status of services on Lubuntu


Your computer, which runs lubuntu, might have several services running in the background, for example your computer is running ssh server, apache/nginx web server, mysql server, FTP server, etc. 

Sunday, January 10, 2016

How to install Apache web server on Lubuntu

How to install Apache web server on Lubuntu

You will need to have web server if you want to run some webpages, the most popular web server is apache web server, in this article i will show you how to install and setup apache web server on lubuntu.

Friday, January 8, 2016

How to setup FTP server on Lubuntu


If you want to transfer files to the server with secure connection, you can use FTP (File Transfer Protocol) to do that, the server need to be running FTP service. In this article i will show you how to install and setup ftp server on lubuntu.