Wednesday, February 24, 2016

How to enable disable network on Ubuntu


In this article i will show you how to enable and disable network on ubuntu, using graphical interface and also from command line/console/terminal.

Saturday, February 20, 2016

How to install Laravel on Ubuntu


If you are php programmer/developer, you might want to try to use laravel framework, it's one of the best framework for php, in this article i will show you how to install/create laravel project on ubuntu.

How to install Composer on Ubuntu


If you are a php developer, you might want to install composer on your ubuntu, because composer is a package dependencies management tool for php, very similar as npm (node js) and bundler (ruby).

How to install cURL on Ubuntu


cURL is a command line tool for getting and sending files through URL syntax, cURL support various protocol. In this article i will show you how to install cURL on ubuntu.

How to install Mcrypt on Ubuntu


Mcrypt is one of the most important module for php, it enables encryption which uses by majority of php framework such as laravel. In this article i will show you how to install mcrypt module for php 5 on lubuntu.