Set Up Nginx Server Blocks on Ubuntu 18.04: Host Multiple Sites

2 days ago

Nginx server blocks let you run more than one website on a single server. Each block tells Nginx which domain to…

Install Tor Browser on Ubuntu 18.04: Anonymous Browsing Guide

2 days ago

Tor Browser is a modified version of Firefox that routes all your web traffic through the Tor network. Each connection passes through…

Install Vagrant on Ubuntu 18.04: Complete Setup Guide for Developers

2 days ago

Vagrant is a command-line tool that makes it easy to build and manage virtual machine environments. Developers use it to create…

Install VMware Tools on Ubuntu 18.04: Open VM Tools and ISO Guide

2 days ago

VMware Tools is a set of drivers and services that improves the performance of an Ubuntu guest virtual machine running on…

Install Apache Maven on Ubuntu 18.04: Stable or Latest Version

2 days ago

Java developers use project management tools to automate building their applications. Apache Maven is an open source tool used to manage compilation,…

Install Mono on Ubuntu 18.04: C# Compiler and Runtime Guide

3 days ago

Running programs built for Microsoft's framework on a Linux system is easier than you think. Mono is an open source framework that…

Install OpenCV on Ubuntu 18.04: Step-by-Step Setup Guide

3 days ago

Computer vision technology powers many modern applications, from image editors to facial scanners. OpenCV (Open Source Computer Vision Library) is a popular…

Install VNC on Ubuntu 18.04: Step-by-Step TigerVNC Setup

3 days ago

A remote desktop interface makes it easy to manage a remote computer. VNC (Virtual Network Computing) is a protocol that shares the…

Install Gitea on Ubuntu 18.04: Self-Hosted Git Service Guide

3 days ago

Hosting your own code repositories is a great way to keep your projects private. Gitea is a lightweight Git service written in…

Install Java on Ubuntu 18.04: OpenJDK 11 and OpenJDK 8

3 days ago

Many modern programs require Java to run. From development tools like Eclipse to search systems like Elasticsearch, Java is a…