Wednesday, August 31, 2016

How to install NodeJS on Lubuntu 16.04

How to install NodeJS on Lubuntu 16.04

If you are a javascript developer and you want to do some backend programming without having to learn other programming language then nodejs is the answer. This article i will show you how to install nodejs on lubuntu 16.04.

Saturday, August 27, 2016

5 things to do after installing Lubuntu 16.04


Some people just asked me what to do after installing a brand new lubuntu 16.04 (fresh install), so i decided to make this quick guide of things that you should do after installing lubuntu 16.04.

Friday, August 26, 2016

How to install QT SDK 5.7 on Lubuntu 16.04


If you are a C++ programmer and you want to build some graphical application your best choice is using QT framework, with QT you can develop desktop app for windows, linux and mac, you can also develop android app with QT.

Tuesday, August 23, 2016

How to install C/C++ compiler on Lubuntu 16.04


By default your lubuntu installation does not include C/C++ compiler, so if you want to write codes in C or C++ you need to install the compiler first, in this article i will show you how to install C/C++ compiler on lubuntu 16.04.

How to install multimedia codecs on Lubuntu


If you having difficulty or error when playback some video or audio on lubuntu, it's probably codec problem, you need to install the proper media codec to solve the issue, this article i will show you how to do it.

Monday, August 22, 2016

How to change computer hostname on Lubuntu


Hostname or computer name is something that can easily be changed, in this article i will show you how to change computer hostname on lubuntu.

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.