MongoDB – Installation

MongoDB Installation MongoDB is a NoSQL database server available for Most of the latest operating systems. Use one of the following tutorials to install MongoDB on your system. MongoDB Installation Follow below tutorials for the installation of MongoDB Install Mongodb on Ubuntu Install Mongodb on Debian Install Mongodb on CentOS & Fedora Windows users can download MongoDB installer from its official website.

Read More

Docker – Installation

Docker Installation We have prepared tutorials for advance docker installation. Use links to get access for docker installation. > Install Docker on CentOS, RedHat & Fedora > Install Docker on Ubuntu & Debian To install docker from default repositories follow this tutorial. #1. Requirements Docker required 64-bit operating system with Kernel >= 3.10. Older versions of Kernel have some missing requirements to run all features of Docker. $ uname -r 4.4.0-92-generic #2. Install Docker Docker is available under default repositories of Latest Linux systems. You simply install them using package…

Read More

Git – Install Client

Installation of Git Client Brief: This tutorial will help you with the installation of Git client on your operating system. Git client application is used to manage local and remote git repository using add, commit, push files. At the time of the recent update of this tutorial Git version 2.16.2 is the latest stable version available. This tutorial will help you to install Git client on your Linux systems. Install Git on Ubuntu & LinuxMint Use the following set of commands to install Git client on Ubuntu, Debian and Linux…

Read More