
This article will help you install Frappe Framework on Ubuntu 20.04 LTS (Focal Fossa). This guide has been tested on Ubuntu 20.04 LTS (Focal Fossa) Update your system packages and dependencies Run the following commands to get information on the newest versions of packages and their dependencies and update them Install some required and necessary…

This article helps you install MariaDB 10.5 on a Ubuntu Server 20.04 LTS. MariaDB is a fork of the MySQL database management system. The RDBMS offers data processing capabilities for both small and enterprise tasks. This DBMS is an improved version of MySQL. It comes with numerous inbuilt powerful features and many usabilities, security and…
Quick Tip: How to list the currently-recommended, newest versions of Debian, Ubuntu images on Google Compute Engine, using the Google Cloud SDK command line tool gcloud. Listing Current Images – Debian Listing Current Images – Ubuntu Listing Older and Deprecated Images As Google Compute Engine releases new images, older images will be deprecated and eventually…
Overview This article explains how to set up a highly available Kubernetes 1.16.2 cluster using kubeadm with external etcd nodes. This approach requires more infrastructure. The control plane nodes and etcd members are separated. See attached diagram below. Prerequisites I will cover steps for operating systems as mentioned below. Minimum server requirements: Debian 9+, Ubuntu…
Overview This blog article will help you install a single master Kubernetes 1.16 cluster using kubeadm on Debian 9+, Ubuntu 18.04+. This guide will deploy three(3) servers, one master node and two worker nodes, however you can deploy as many servers to accomplish your goal. This guide uses Containerd 1.3.0 as CRI, Flannel as CNI…