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 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 …
Steps to Setup with Examples Flatpak on Ubuntu 20.04 LTS
Flatpak is a free & open source universal system package. It is used for application virtualization, deployment, & package management for linux. Using flatpak, we can search & install the software. There are few steps to setup flatpak on ubuntu: Step 1: Update the System. apt-get update Step 2: Install the Flatpak on system using …
Read more “Steps to Setup with Examples Flatpak on Ubuntu 20.04 LTS”
Steps to Install NVM & Node on Ubuntu 20.04 LTS with Examples
NVM stands for Node Version Manager tool. Using NVM,we can install & manage multiple node.js versions in a linux system & We can also install/choose specific version of node for applications. It provides an option to auto select Node version using .nvmrc configuration file. Node.js is a JavaScript platform used for general-purpose programming. It allows …
Read more “Steps to Install NVM & Node on Ubuntu 20.04 LTS with Examples”