Category: How To’s

Learn | Teach Open Source Technologies

Kubernetes Cluster Installation using Kubeadm

Prepare nodes: We need to add host entries in /etc/hosts in all nodes to make them ping with hostnames Now off the SWAP memory of your machines 2. Now we will install all required packages on all nodes one by one, starting from the master node. 3. Download the Google Cloud public signing key: 4.…
Read more

Building micro stack Cloud, an OpenStack private cloud engine to replace, Proxmox, VMWare, and Citrix

Install microstack on Linux Now you can initiate microstack (OpenStack) with LVM-based Cinder Now access your microstack and get password using below command Let’s fix the issue of the network interface so we can access OpenStack instances or VMs from the external network Now add the bridge interface using ovs-vsctl Now build a bridge interface…
Read more

How to Install Odoo13 ERP/CRM on Ubuntu 20.04?

How to Install Odoo? # wget -O – https://nightly.odoo.com/odoo.key | apt-key add –# echo “deb http://nightly.odoo.com/13.0/nightly/deb/ ./” >> /etc/apt/sources.list.d/odoo.list# apt update && apt install odoo apt upgrade command can be used to keep installation up-to-date