Ubuntu
Ubuntu installation, desktop and server setup, package management, and troubleshooting.
How to Install Vagrant on Ubuntu 18.04
In this tutorial we'll show you how to install Vagrant on an Ubuntu 18.04 machine. Vagrant is a command-line tool for building and managing virtual machine environments.

How to Install and Use FFmpeg on Ubuntu 18.04
FFmpeg is a free and open-source command-line tool for transcoding multimedia files. In this tutorial we will show you how to install FFmpeg on Ubuntu 18.04.

How to Set Up SSH Keys on Ubuntu 18.04
In this tutorial, we will walk through how to generate SSH keys on Ubuntu 18.04 machines. We will also show you how to set up an SSH key-based authentication and connect to your remote Linux servers without entering a password.

How to Install PrestaShop on Ubuntu 18.04
PrestaShop is a free and open-source e-commerce platform. It is based on PHP and MySQL and can be extended with free and premium plugins and themes. In this tutorial, we will show you how to install PrestaShop on Ubuntu 18.04 server.

How To Set or Change Timezone on Ubuntu 18.04
On Ubuntu, the system's timezone is set during the install, but it can be easily changed at later time. This tutorial demonstrates how to set or change the timezone on Ubuntu 18.04 and previous versions from the command line, or through the GUI.

How to Install Tomcat 9 on Ubuntu 18.04
This tutorial will show you how to install and configure Tomcat 9 on Ubuntu 18.04. Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies.

How to Install Python 3.8 on Ubuntu 18.04
In this tutorial we'll cover two different ways to install Python 3.8 on Ubuntu 18.04. The first option is to install the deb package from the deadsnakes PPA, and the second one is by building from the source code.

How to Install GCC Compiler on Ubuntu 18.04
The GNU Compiler Collection (GCC) is a collection of compilers and libraries for C, C++, Objective-C, Fortran, Ada, Go, and D, programming languages. This tutorial covers the steps required to install the GCC compiler on Ubuntu 18.04

Secure Apache with Let's Encrypt on Ubuntu 18.04
In this tutorial, we'll provide a step by step instructions about how to secure your Apache with Let's Encrypt using the certbot tool on Ubuntu 18.04.

How to Install Odoo 13 on Ubuntu 18.04
In this guide, we will walk you through installing and deploying Odoo 13 inside a Python virtual environment on Ubuntu 18.04. We'll download Odoo from their Github repository and using Nginx as a reverse proxy.

How to Install Python 3.7 on Ubuntu 18.04
Python 3.7 is the latest major release of the Python language. This tutorial describes two ways of installing Python 3.7 on Ubuntu 18.04.

How to Install Git on Ubuntu 18.04
This tutorial will guide you through the steps required to install Git on Ubuntu 18.04. Git is a de-facto standard for a distributed version control system and is used by majority of developers nowadays.

How to Install Eclipse IDE on Ubuntu 18.04
Eclipse is the most widely used Java integrated development environment (IDE). In this tutorial we'll show you how to install the latest Eclipse IDE on an Ubuntu 18.04 machine.

How to Install Google Chrome Web Browser on Ubuntu 18.04
Google Chrome is the most widely used web browser in the world. It is fast, easy to use and secure browser built for the modern web. In this tutorial, we'll show you how to install Google Chrome web browser on Ubuntu 18.04.

How to Install Go on Ubuntu 18.04
Go is a modern open-source programming language created by Google. This tutorial will guide you through the steps of downloading and installing Go on an Ubuntu 18.04 machine.

How to Install Webmin on Ubuntu 18.04
Webmin is an open-source web control panel for system administration for Linux/UNIX. Webmin allows you to manage users, groups, disk quotas as well as configure most popular services including web, FTP, email and database servers.

How to Install Yarn on Ubuntu 18.04
Yarn is a JavaScript package manager compatible with npm. In this tutorial we will guide you on how to install Yarn on your Ubuntu 18.04 system via the Yarn APT package repository.

How to Install and Use Docker on Ubuntu 18.04
Docker is a containerization technology that allows you to quickly build, test and deploy applications as portable, self-sufficient containers that can run virtually anywhere. In this tutorial, we'll cover how to install Docker on Ubuntu 18.04 and explore the basic Docker concepts and commands.

How to Set DNS Nameservers on Ubuntu 18.04
The DNS nameservers (resolvers) are servers which are used by other devices to perform DNS lookup for a requested domain. In this guide, we’ll explain how to configure the DNS nameservers (resolvers) on Ubuntu 18.04.

How to Install Node.js and npm on Ubuntu 18.04
Node.js is an open-source cross-platform JavaScript run-time environment that allows server-side execution of JavaScript code. In this tutorial, we will show you several different ways of installing Node.js and npm on Ubuntu 18.04.
