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.

Saturday, November 14, 2015

How to format hard drive using gparted on Lubuntu


There is another program called 'gparted' that can also be use to format storage device, gparted is a graphical (GUI) program and gparted is not available by default on lubuntu, so you need to install first.

How to format hard drive using command line on Lubuntu


On previous article i post about formatting hard drive using tool called 'disks' (gnome disk utility) which is a graphical based tool (GUI), in this article i will show you how to format hard drive using command line.

Thursday, November 12, 2015

How to format hard drive, usb stick on Lubuntu


If you have external hard drive or usb stick memory and you want to format the data on it, you can do it from inside lubuntu, there is a tool for that.

Wednesday, November 11, 2015

How to install UNetbootin on Lubuntu


In this article i will show you how to install unetbootin on lubuntu, if you don't know what unetbootin is, basically unetbootin is a tool to create bootable live usb stick/drive.

Tuesday, November 10, 2015

How to install flash player on Lubuntu 15.10


For those who still need to have flash player (browser plugin) on their computer, here a little guide on how to install flash player plugin on lubuntu 15.10 wily werewolf.

How to install google chrome on Lubuntu 15.10


In this article i will show you guy's how to install google chrome web browser on lubuntu 15.10 wily werewolf. Lubuntu 15.10 comes with firefox as the default web browser, so if you want to use google chrome you have to manually install. 

Monday, November 9, 2015

Lubuntu 15.10 Wily Werewolf Review


In this article i'm going to do a quick review on lubuntu version 15.10 wily werewolf. Lubuntu 15.10 is the long term support edition which have longer support time (around 9 months) than the regular edition.

Saturday, November 7, 2015

How to install Lubuntu 15.10 Wily Werewolf


In this article i will show you how to install lubuntu 15.10 wily werewolf on your computer or laptop. To do that we are going to make a bootable live usb stick installer and use it to install lubuntu 15.10 wily werewolf.

I'm using Lubuntu 15.10 now...


Yesterday i just switch from lubuntu 15.04 vivid vervet to lubuntu 15.10 wily werewolf, so now my laptop runs lubuntu 15.10 for daily use.

Tuesday, November 3, 2015

How to install QT 5.5 on Lubuntu 15.04


In this article i will show you how to install QT 5.5 on lubuntu 15.04, QT 5.5 is the latest QT framework by the time i wrote this article.

Before using QT 5.5 i already try using QT 5.2.1 on lubuntu 15.04 vivid vervet, and it also works well, the tutorial is pretty much the same for lubuntu 14.04.

Monday, November 2, 2015

List of most important git commands


There are so many git commands but we don't need to know everything, specially for beginners, you just need to know the basic.

So here's list of git commands that you probably use very often.