Tuesday, May 31, 2016

How to record video on command line


Did you noticed on some of my previous posts, i put videos which display my command line activity, pretty cool isn't it? Do you want to make videos like that too? in this article i will show you how to record video on your lubuntu command line.

Saturday, May 28, 2016

How to screencast into GIF image on Lubuntu


On lubuntu (and ubuntu in general), you can do screencast/ screen capture of your desktop and save it as animated GIF images, in this article i will show you how to do that, it's pretty cool stuff.

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?

How to create virtual host on Apache web server


Creating virtual host is solution if you have multiple website running on one web server, even if your web server is on local computer not online at all. In this article i will show you how to create virtual host for apache web server on lubuntu.

Friday, May 27, 2016

How to enable Apache mod rewrite


If you are having problem with .htaccess file that doesn't seems to work on apache web server, you might want to enable the mod rewrite first, in this article i will show you how to enable mod rewrite for apache web server on lubuntu.

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.

Friday, May 13, 2016

How to install Docker on Lubuntu


Deploying software can be frustrated, luckily we have docker, docker allow us to deploy software efficiently across all environment. In this article i will show you how to install docker on lubuntu.

Tuesday, May 10, 2016

How to show kernel info on Lubuntu


Sometimes you want to know what is the kernel version of the computer that you are using right now, maybe you want to check compatibility related to kernel version for software that you use.