Install Java on Ubuntu 20.04: OpenJDK 11, JDK 8, and JAVA_HOME

2 months ago

Java is one of the most widely used programming languages in the world. It runs on laptops, servers, mobile devices, and…

Install Ubuntu on Raspberry Pi: Flash, Configure, and Boot

2 months ago

Raspberry Pi is the most popular single-board computer ever made. It is small, affordable, and surprisingly capable. People use it as:…

Install pip on Ubuntu 20.04: Python 3, Python 2, and Usage Guide

2 months ago

pip is Python's package manager. It lets you search, download, and install packages from the Python Package Index (PyPI) and other sources. If…

Install MySQL on Ubuntu 20.04: Setup, Security, and Root Access

2 months ago

MySQL is the most popular open-source relational database management system. It is fast, reliable, and a core part of both the…

Install Git on Ubuntu 20.04: Apt, Source, and Configuration

2 months ago

Git is the most widely used version control system in the world. It was created by Linus Torvalds, the developer behind…

Install Go on Ubuntu 20.04: Download, Setup, and First Program

2 months ago

Go (also called Golang) is an open-source programming language built by Google. It is designed to be fast, simple, and efficient…

Install VS Code on Ubuntu 20.04: Snap Package and Apt Guide

2 months ago

Visual Studio CodeĀ (VS Code) is an open-source code editor developed by Microsoft. It is one of the most popular editors…

Install Nginx on Ubuntu 20.04: Setup, Firewall, and Config Guide

2 months ago

Nginx (pronounced "engine x") is an open-source, high-performance web server and reverse proxy. It is used by some of the largest…

Install Apache on Ubuntu 20.04: Setup and Virtual Host Guide

2 months ago

Apache is one of the most widely used open-source web servers in the world. It is cross-platform, highly flexible, and can…

Add Swap Space on Ubuntu 20.04: Create, Enable, and Tune

2 months ago

Swap space is an area on disk that Linux uses when it runs out of physical RAM. When the system needs…