Steps to Install Alfresco CMS on Ubuntu 20.04 LTS
Alfresco CMS is a free & open source based enterprise content management system. It is a collection of information management software products for Windows and Unix-like operating systems, written in Java & it uses PostgreSQL to store database. Using Alfresco CMS, we can manage various types of digital assets such as documents, web, records, images,& …
Read more “Steps to Install Alfresco CMS on Ubuntu 20.04 LTS”
5 Steps to Setup Apache Flink on Ubuntu 20.04 LTS
Apache flink is a free & open source framework and distributed processing engine It helps to run in all common cluster environments, perform computations at in-memory speed and at any scale. It provides data-source and sink connectors to systems such as Amazon Kinesis, Apache Cassandra, and Elastic Search where Flink does not provide its own …
Read more “5 Steps to Setup Apache Flink on Ubuntu 20.04 LTS”
Steps to Install Python on ubuntu 20.04 LTS With Examples
Python is a free & open source high-level object-oriented programming language. Its simplicity and easy-to-learn syntax. Using Python, we can build all types of applications, software, automate tasks, and conduct data analysis. There are few steps to install Python on ubuntu: Step 1: Update the System. apt-get update Step 2: Install the software & add …
Read more “Steps to Install Python on ubuntu 20.04 LTS With Examples”
Steps to Setup OpenCV on Ubuntu 20.04 LTS
OpenCV is a free & open source computer vision library with bindings for python, C++, and Java. It supports different Operating Systems like Windows and Linux. It helps to use multi-core processing and GPU acceleration for real-time operating tasks & it is used for used for applications, including face recognition and detection, surveillance video, & …
Steps to Install Ruby on Ubuntu 20.04 LTS
Ruby is a free & open source programming language. It helps on coding simplicity and improve productivity. It is used for building web applications. RVM stand for Ruby Version Manage, is a command line tool. It is used for the installing and managing multiple Ruby versions on a single system. We can install required Ruby …