How to Create a Cloud-Init Image for Proxmox VE

Proxmox VE is a popular, feature-full virtualization platform. It allows creation of cloud-init based images, which allow you to customize your images a great deal. This means you can embed…

Read More »

How to Install Rancher Longhorn on Microk8s, Ubuntu 20.04

Longhorn is a stable open source Kubernetes distributed block storage that can be used in production. Configuring longhorn is not very complicated, but there are a few caveats to consider…

Read More »

How to Setup a Single Node Kubernetes Cluster

Kubernetes, also known as K8S, is the most popular container orchestration tool. It is fully open source. Kubernetes allows you to automatically deploy, scale and manage containerized applications. In this…

Read More »

How to Deploy a flask app on Ubuntu 20.04 using Passenger Standalone

On a previous article, we looked at deploying a flask application on Ubuntu 20.04 using Apache and Passenger It is also possible to deploy an application on Passenger alone, without…

Read More »

How to Access Your Guest OS from Host OS in Virtualbox 6.1

Virtualbox is a very important desktop software for any person in IT. It allows us to spin up environments and run tests on operating systems without the fear of making…

Read More »