Set DNS Nameservers on Ubuntu 18.04: Desktop and Server Guide

3 months ago

DNS (Domain Name System) is what translates domain names into IP addresses. When you type a website address into your browser,…

Install Docker on Ubuntu 18.04: Setup, Images, and Containers

3 months ago

Docker is a containerization platform that lets you package applications and their dependencies into lightweight, portable containers. Those containers run consistently…

Install Yarn on Ubuntu 18.04: APT Setup and Essential Commands

3 months ago

Yarn is a fast, reliable JavaScript package manager that works alongside npm. It was built to fix some of npm's early limitations…

Install Webmin on Ubuntu 18.04: Web Control Panel Setup Guide

3 months ago

Webmin is an open-source, browser-based control panel for Linux server administration. Instead of managing your server purely through the command line,…

Install Go on Ubuntu 18.04: Tarball Setup and Hello World Guide

3 months ago

Go (also called Golang) is a modern, statically typed programming language created at Google. It is designed for simplicity, fast compilation,…

Install Google Chrome on Ubuntu 18.04: Complete Setup Guide

3 months ago

Google Chrome is the most widely used web browser in the world. It is fast, secure, and built for the modern…

Install Eclipse IDE on Ubuntu 18.04: Quick Snap Setup Guide

3 months ago

Eclipse is one of the most widely used integrated development environments in the world. It is best known as a Java…

Install Git on Ubuntu 18.04: Setup and Configuration Guide

3 months ago

Git is the de-facto standard for version control in software development. It tracks every change to your code, lets you revert…

Install Python 3.7 on Ubuntu 18.04: apt and Source Build Methods

3 months ago

Python 3.7 was a significant release for the language. It introduced data classes, a decorator that automatically generates common methods like __init__, __repr__, and __eq__ from…

Install Odoo 13 on Ubuntu 18.04: Python Venv and Nginx Guide

3 months ago

Odoo is a popular open-source suite of business applications. A single platform covers CRM, e-commerce, accounting, inventory, warehouse, and project management…