Open Source Educational Network

Learn | Teach Open Source Technologies

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