Wednesday, May 31, 2017

How to eject CD/DVD ROM from command line

How to eject CD/DVD ROM from command line

If you have an old laptop or an old PC, you probably have a CD or DVD rom drive, this is what people use back in the old days. But did you know that you can eject the CD/DVD drive from command line? i'm going to show you this cool trick.

How to start and stop service on Lubuntu

How to start and stop service on Lubuntu

A single computer may have a lot of service running in the background, for example on my lubuntu i have apache web server, mysql database server, and php fpm running in the background, these are services. So how do i start and stop these services?

Thursday, May 25, 2017

How to install and use Ngrok on Lubuntu 16.04

How to install and use Ngrok on Lubuntu 16.04

Ngrok is tunneling tool that can make your localhost accessible on the internet, it's a good way to test your local web app. If you are web developer you probably want to try ngrok, it can make your life easier. In this article i will show you how to install and use ngrok on lubuntu 16.04.

Tuesday, May 23, 2017

How to install npm on Lubuntu 16.04

How to install npm on Lubuntu 16.04

Npm is package dependency manager for nodejs application and javascript in general, similar to composer for php and gem for ruby. If you are a javascript developer you are going to need npm installed on your system. In this article i will show you how to install npm on lubuntu 16.04.

Saturday, May 20, 2017

How to install Sass on Lubuntu 16.04

How to install Sass on Lubuntu 16.04

Sass is powerful but elegant CSS compiler that makes CSS fun again, sass is the most mature, stable, and powerful professional grade CSS extension language in the world. In this article i will show you how to install sass on lubuntu 16.04.

How to install Ruby on Lubuntu 16.04

How to install Ruby on Lubuntu 16.04

Ruby is an object oriented programming language for general purpose, in this article i will show you how to install ruby on lubuntu 16.04. If you want to learn about ruby language you might want to read this.

Saturday, May 13, 2017

How to install Wordpress on Lubuntu 16.04

How to install Wordpress on Lubuntu 16.04

Wordpress is the most popular blog platform in the universe, in this article i'm going to show you how to install wordpress on local computer running lubuntu 16.04 operating system.