Posted inArticles, Windows

Install Office using Winget

To install Microsoft Office on Windows 10/11 using Winget you first need to ensure that you have Winget installed on the PC. To do this run the following command in a command prompt windows or windows terminal. If Winget is already installed this command will print the version number of Winget installed on the system. […]

Posted inArticles, Windows

Install Firefox using Winget

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

Posted inArticles, Linux

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