Category: how to verify ubuntu

How to Manage Docker Containers with Rancher on Ubuntu

  Rancher is an open source container management platform. It allows you to run and manage Docker and Kubernetes containers with ease. Rancher provides infrastructure services such as multi-host networking, load balancing, and volume snapshots. In this tutorial, I will show you how to install and …

How To Install Nginx on Ubuntu 16.04

Introduction   Nginx is one of the most popular open source web server software. It is widely used for load balancing, reverse proxying, media streaming and much more. Nginx is the only all‑in‑on high-performance HTTP server, designed to serve high volume of concurrent connections, as an …

How to Install Maven on Ubuntu 16.04

In this tutorial we will show you how to install Apache Maven 3 on an Ubuntu 16.04 VPS. Apache Maven is free and open source, software project management and comprehension tool written in Java. Based on the concept of a project object model (POM), Maven can …