CentOS

Tomcat open source web server deployment on CentOS

What is Tomcat? Tomcat is an open-source web server and servlet container developed by the Apache Software Foundation. It is… Read More

1 year ago

How to Install PostgreSQL on CentOS 8

PostgreSQL or Postgres is an open-source general-purpose object-relational database management system with many advanced features that allows you to build… Read More

3 years ago

How to Install Pip on CentOS 8

Pip is a package management system that allows you to install, remove, and otherwise manage software packages written in Python.… Read More

3 years ago

Install Odoo 14 on CentOS 8

Odoo is the most popular all-in-one business software in the world. It offers a range of business applications, including CRM,… Read More

3 years ago

How To Add Apt Repository In Ubuntu

When installing packages using the Ubuntu Software Center or the command line utilities such as apt or apt-get the packages… Read More

3 years ago

How to Install OpenCV on Ubuntu 20.04

OpenCV(Open Source Computer Vision Library) is an open-source computer vision library with bindings for C++, Python, and Java and supports… Read More

3 years ago

How to Find the Length of a List in Python

Lists are one of the most commonly used data types in Python and are used to store collections of items… Read More

3 years ago

How to Install Python 3.9 on Ubuntu 20.04

Python is one of the world’s most popular programming languages. It is a versatile language used to build all kinds… Read More

3 years ago

How to Install Flask on Ubuntu 20.04

Flask is a free and open-source micro web framework for Python designed to help developers build secure, scalable, and maintainable… Read More

3 years ago

Easy way to install Nginx server on CentOS

Nginx is an open-source, light weight, high-performance HTTP / HTTPS and reverse proxy server responsible for handling the load of… Read More

5 years ago