Posted inArticles

What is Windows Package Manager?

Windows Package Manager (WPM) is a service that allows users to install applications on their Windows computers from a wide range of sources. It is integrated with the Winget command-line interface (CLI) and offers a convenient way to access and install applications from various online repositories. With WPM, users can install applications from the Microsoft […]

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 […]