To install Mozilla Firefox using Winget, you first need to ensure that you have Winget installed on your Windows 10/11 PC. You can check if Winget is installed by opening a command prompt or Windows Terminal instance and running the following command. If Winget is installed, this command will print the version number of the […]
How to install Minikube on Rocky Linux
Minikube is a tool that makes it easy to run a single-node Kubernetes cluster locally on your computer. It allows developers to test and experiment with Kubernetes without needing a remote cluster. Minikube runs a virtual machine on your local machine and then deploys a cluster inside that virtual machine. It uses virtualization software such […]
How to install Docker on Rocky Linux
Docker is a platform for developers and system administrators to develop, ship, and run applications in containers. Containers are lightweight, portable, and self-sufficient environments that allow applications to run consistently across different environments. It allows developers to package their applications and dependencies into a container, which can then be easily deployed and run on any […]
Fixing WSL time out of sync issue in Windows
If you use WSL, you might have noticed that from time to time you will encounter errors and issues with Linux utilities, tools, and programs that are time-sensitive. This is because the time in the WSL environment is different or not the same as the host (your computer). To fix this issue on [Ubuntu WSL] […]
Install UnGoogled Chromium on Windows using Winget
This article will cover how to install UnGoogled Chromium on Windows. What is UnGoogled Chromium Ungoogled-chromium is an open-source web browser that is based on the Chromium project. It was created as an alternative to the Google Chrome browser, with the goal of removing as many of Google’s tracking and surveillance features as possible. One […]