Browsing category

Linux

How to Install PHP 5.6 on Ubuntu 16.04 & Debian 9

As you already know that both Ubuntu 16.04 and Debian 9 has been shipped with PHP 7 and applications which are designed to work with PHP 5 like vnStat PHP Frontend, PHP Server Monitor, etc., may not work due to compatibility issues. In such cases, you would need to install PHP 5.6 on Ubuntu 16.04 […]

How to Setup NFS Server on Debian 9 / Ubuntu 16.04 / LinuxMint 18

NFS stands for Network File System, a service that helps you to share files and folders between *nix / Linux systems, developed by SUN Microsystems in 1990. NFS lets you mount a remote share like a local disk. This post helps you setup NFS server on Debian 9 / Ubuntu 16.04. Environment This guide is […]

OpenStack Pike – Single Node OpenStack Installation on CentOS 7 / RHEL 7

OpenStack is a set of free and open-source tools for building and managing cloud computing platforms for public and private clouds. OpenStack is mostly deployed as IaaS (infrastructure-as-a-service), where you can make resources like compute (VM), Networking, Storage, and others available to the end customer. Though OpenStack’s core function is to provide IaaS platform, it […]

How To Install Apache Maven CentOS 7 / RHEL 7

Apache Maven is a free and powerful software project management and comprehension tool. It is based on the Project Object Model. With maven, you can efficiently manage a project’s build, reporting, and documentation from a central piece of information. In this post, we will see how to install Apache Maven on CentOS 7 / RHEL […]

How to Upgrade Fedora 26 to Fedora 27 Workstation

Fedora project has announced the major release of Fedora, v27 on 14th November 2017. But, this time, only Fedora 27 workstation and Fedora 27 Atomic host was released. Due to retooling, Fedora 27 server was not released, and it is expected to be released in second part of December. We already covered the fresh installation […]