Saturday, April 22, 2017

How to add weather widget on Lubuntu desktop


Wouldn't be nice if we have a weather forecast widget on our lubuntu desktop? in this article i will show you how to add a weather widget on lubuntu desktop.

Friday, April 21, 2017

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 you can see list of php modules that you have right now.

Wednesday, April 19, 2017

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 more portable, more resource-friendly, and more dependent on the host operating system. This article is about installing docker engine and docker compose on lubuntu 16.04.

Tuesday, April 18, 2017

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 speed for website and application. In this article i will show you how to setup phalcon framework on lubuntu.