How to install Magento 2.1 on Lubuntu 16.04

Magento is one of the most popular e-commerce platforms in the entire universe, with magento you can create online shop that can handles tho... thumbnail 1 summary
Magento is one of the most popular e-commerce platforms in the entire universe, with magento you can create online shop that can handles tho...

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 se... thumbnail 1 summary
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 se...

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 ... thumbnail 1 summary
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 ...

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... thumbnail 1 summary
Npm is package dependency manager for nodejs application and javascript in general, similar to composer for php and gem for ruby. If you are...

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 com... thumbnail 1 summary
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 com...

How to run Nginx alongside Apache

Technically you can run both nginx and apache web server on your lubuntu, but they can't be on the same port number. This article i'... thumbnail 1 summary
Technically you can run both nginx and apache web server on your lubuntu, but they can't be on the same port number. This article i'...

How to install Nginx on Lubuntu 16.04

Nginx (engine x) is a high performance web server and a reverse proxy server, the difference with apache web server is that nginx is more fo... thumbnail 1 summary
Nginx (engine x) is a high performance web server and a reverse proxy server, the difference with apache web server is that nginx is more fo...

How to install Slim 3 Framework on Lubuntu

Laravel is a great framework for developing php-based website and application, but for just creating an APIs, laravel can be overkill, to ma... thumbnail 1 summary
Laravel is a great framework for developing php-based website and application, but for just creating an APIs, laravel can be overkill, to ma...

How to install composer on Lubuntu 16.04

Composer is dependency tool for php, there are many php framework and libraries that can be install using composer, so i think composer is a... thumbnail 1 summary
Composer is dependency tool for php, there are many php framework and libraries that can be install using composer, so i think composer is a...

How to show list of php modules on Lubuntu

If you want to check what kind of modules you have with your php installation, you can do it from command line, using this simple command yo... thumbnail 1 summary
If you want to check what kind of modules you have with your php installation, you can do it from command line, using this simple command yo...

How to install docker engine and compose on Lubuntu 16.04

Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only mo... thumbnail 1 summary
Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only mo...

How to install Phalcon PHP on Lubuntu

Phalcon is an open source, php framework written as C-extension, optimized for high performance, meaning it is focus on delivering faster sp... thumbnail 1 summary
Phalcon is an open source, php framework written as C-extension, optimized for high performance, meaning it is focus on delivering faster sp...

How to install Webmin on Lubuntu 16.04

In this article i'm going to show you how to install webmin on lubuntu 16.04, first of all what is webmin? webmin is a web based user in... thumbnail 1 summary
  • In this article i'm going to show you how to install webmin on lubuntu 16.04, first of all what is webmin? webmin is a web based user in...

    How to switch from oracle JDK to open JDK and vice versa

    There are two kinds of java development kit or JDK exist in this world, the open source 'open JDK' and the proprietary 'oracle J... thumbnail 1 summary
  • There are two kinds of java development kit or JDK exist in this world, the open source 'open JDK' and the proprietary 'oracle J...