Category Archives: Information Technology

How to Build and Install Nginx kTLS from Source on Ubuntu 22.04

This toturial will guide you through the 4 detailed steps to install Nginx and create nginx sites that support SSL with kTLS and TLSv1.3 on Ubuntu 22.04 server.

Continue reading How to Build and Install Nginx kTLS from Source on Ubuntu 22.04

Install Odoo 10 from source on Ubuntu 22.04 Server

Odoo 10 was released in October 5th 2016 and reached its end of life on October 5, 2019 (when Odoo 13 was released). It requires out-dated Python 2.7 which is not available on Ubuntu 22.04. However, there are some reasons for us to install Odoo 10 on Ubuntu 22.04:

Continue reading Install Odoo 10 from source on Ubuntu 22.04 Server

Install Odoo 9 from source on Ubuntu 22.04 Server

Odoo 9 was released in October 1st 2015 and reached its end of life on October 5, 2018 (when Odoo 12 was released). It requires out-dated Python 2.7 which is not available on Ubuntu 22.04. However, there are some reasons for us to install Odoo 9 on Ubuntu 22.04:

Continue reading Install Odoo 9 from source on Ubuntu 22.04 Server

How to Setup Odoo Development Environment on Ubuntu 22.04 Jammy JellyFish

In this tutorial, I will go through how to set up the Odoo development environment on Ubuntu 22.04 with Eclipse as the IDE. This tutorial is valid for all Odoo versions from 8.0 to 16.0 and is effective for a fresh Ubuntu 22.04 Desktop with no pre-installed tools e.g. JDK, Python, or Eclipse. You may skip to the next step if you have already installed any of the above-mentioned tools.

Continue reading How to Setup Odoo Development Environment on Ubuntu 22.04 Jammy JellyFish