Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM…
How to create Django Templates
In this tutorial, we will learn how to create Django models. We are going to use Django 4.0. In the…
How to install PostgreSQL 14 on Ubuntu 20.04 from the source
In this article, we are going to learn how to install and get PostgreSQL 14 up and running on an…
How to install pgAdmin 4 on Ubuntu 22.04
In this tutorial guide, I will be taking you through the installation of pgAdmin 4 version 6.9 on Ubuntu 22.04.…
How to install Vivaldi browser on Fedora 36
Vivaldi browser is a freeware, cross-platform web browser developed by Vivaldi Technologies. It has a minimalistic user interface with basic…
How to install go 1.18 on Fedora 36
Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust…
How to install Vivaldi Browser on Ubuntu 22.04
Vivaldi browser is a freeware, cross-platform web browser developed by Vivaldi Technologies. It has a minimalistic user interface with basic…
How to install Docker-CE on Ubuntu 22.04
Docker is a set of platform-as-a-service products that uses OS-level virtualization to deliver software in packages called containers. Containers are…
How to install Docker Compose V2 on Ubuntu 22.04
Docker is a set of platform-as-a-service product that uses OS-level virtualization to deliver software in packages called containers. Containers are…
How to set up a Python Django Application using Django 4.0
Django is a backend development language, it is a language for perfectionists. This is called so because it gives you…