Tuesday, November 24, 2015

How to get aquarium on Lubuntu console


Do you ever get bored with your console/terminal? have you ever think about getting an aquarium on your terminal/console window (with some fish on it)? if you like that idea, follow this easy tutorial on how to get aquarium on lubuntu console/terminal.

Friday, November 20, 2015

Adobe Lightroom alternative on Lubuntu


If you are photographer who love to shoot with DSLR or mirrorless camera most likely you will need a photo editing software for post production your photos, whether you are professional or just shoot for fun you will need photo editing software.

How to install PhpStorm IDE on Lubuntu


PhpStorm is a very famous IDE (Integrated Development Environment) for web developer that works well with php, javascript and html. PhpStorm also support most of the php framework such as laravel, zend, cakephp, and many more.

Wednesday, November 18, 2015

How to create java hello world program on Lubuntu


On previous post/article i show you how to install open JDK on lubuntu, now it's time to try creating java program and then compile and run it. So we are going to do little coding here just to make sure the java compiler that we install is really working.

How to install java (JDK/JRE) on Lubuntu


If you want to run java applications (.jar) and also you want to be able to compile java classes then you'll need to have JDK (Java Development Kit) on your computer, so the question is how to install java (JDK) on lubuntu?

Tuesday, November 17, 2015

How to unzip tar.gz tgz file on Lubuntu


In this post, i will show you how to unzip tar.gz and tgz file, i should not use the word unzip because it's not the right word actually, instead i should say uncompress or extract tar.gz and tgz file, but for most people the word unzip is more popular.

Monday, November 16, 2015

How to install composer on Lubuntu


If you are a web developer and you are developing with php, you will be familiar with composer, composer is a package management tool for php. In this article i will show you how to install composer on lubuntu.