Ubuntu
-
Protected: Install Plex 1.25 on Ubuntu LTS 20.04.03
There is no excerpt because this is a protected post.
-
Install Docker on Ubuntu 18.04
Docker is an application that simplifies the process of managing application processes in containers. Containers let you run your applications in resource-isolated processes. They’re similar to virtual machines, but containers are more portable, more resource-friendly, and more dependent on the host operating system. 01.Create a virtual machine in Oracle Cloud, this part is covered here 02. Update your existing list of packages: sudo apt update 03. Next, install a few prerequisite packages which let apt use packages over HTTPS: sudo…