Posted inArticles, Linux

Install Docker on Ubuntu Server

This article will cover the step-by-step process of installing Docker on an Ubuntu Server. Step 1. Update the apt package index. Step 2. Install packages that allow us to use the repository over HTTPS. Step 3. Adding the official Docker GPG keys Step 4. Adding the Docker repository Step 5. Update the apt package index […]

Posted inArticles

Install Homebrew on MacOS

Homebrew is a third-party package manager that lets you install apps and services using the command line on macOS. This saves time and makes it easier to manage third-party software. In simple words, Homebrew completes MacOS if you are a Linux user you know what I am talking about and you would love it. All […]