Skip to main content

Posts

Install odoo 16 in the cloud server

Install odoo 16 in the cloud server Installing Dependencies The first step is to install Git , Pip , Node.js , and development [tools required to build](https://linuxize.com/post/how-to-install-gcc-on-ubuntu-20-04/ Odoo dependencies: sudo apt update sudo apt install git python3-pip build-essential wget python3-dev python3-venv python3-wheel libfreetype6-dev libxml2-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libjpeg-dev zlib1g-dev libpq-dev libxslt1-dev libldap2-dev libtiff5-dev libjpeg8-dev libopenjp2-7-dev liblcms2-dev libwebp-dev libharfbuzz-dev libfribidi-dev libxcb1-dev

Scratch-Linux

Hello World This is a course presented for those who are willing to explore the Linux world. I used all CS50 free tools to make this course alive so I have to acknowledge Prof. David J Malan and all CS50 staff for making their tools available for those who intend to teach any of CS50 courses. Linux is an open-source computer operating system originally developed for use on personal computers but is now broadly used on smartphones, servers, mainframe computers, supercomputers, and more. Created by Linus Torvalds at the University of Helsinki in 1991, the operating system is free to install and redistribute for any purpose, which has helped to make it the most popular computer operating system in use today. Versions of the Linux operating system are used on tablets, smartphones, and other devices using the Android OS, web servers, smart TVs, gaming devices, and much more. You are supposed to have a background in Computer Science, if not I recommend taking an introductory course in Comput...