In this tutorial, we will guide you to configure the apache virtual host or vhost on ubuntu 16.04. Using virtual host allow the administrator to use one server to host multiple domains or sites off of a single interface or IP by using a matching mechanism. Basically, you can you one IP address to server multiple domain names. Virtual host method is widely used in a shared hosting provider. Prerequisites Before you begin with this guide, you should at least have basic knowledge of linux, know … [Read more...] about How to configure apache virtual host on ubuntu
Ubuntu 16.04
How to install git on ubuntu 16.04
This small howto post covers the installation and configuration of Git client on your ubuntu 16.04. We will install git version 2.9.3 that comes with a large number of updates versus previous release 2.8. Git is a version control system that is used for software development and other version control tasks. This post assumes you have at least basic knowledge of Linux, know basic shell command for Linux. The installation is quite simple and assumes you are running in the root account, if not … [Read more...] about How to install git on ubuntu 16.04