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 …

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 …

Steps to Install and Setup Apache Airflow on Ubuntu 20.04 LTS

Apache-Airflow is a free & open source workflow management tool, written in Python. It is used for monitoring the workflow & is a workflow management solutions tool. We can easily visualize the data pipelines’ dependencies, progress, logs, code, trigger tasks, and success status. There are some steps to install apache-airflow on ubuntu: Step 1: Update …

Steps to install Munin Monitoring Tool on Ubuntu 20.04 LTS

Munin is a free & open source system monitoring tool. It helps to monitor computers, especially servers. Using Munin web interface, we can collect various system information such as processor load, hard disk usage, network traffic, mysql & memory usage information. There are some steps to install munin on ubuntu: Step 1: Update the System. …

How to Install SMEM Memory Usage Tool in Ubuntu

Smem is a free & open source memory reporting tool. It is a command line utility. It gives the numerous reports on memory usage on systems. Using Smem, we can listings or filtering the memory usage by using process, mapping,& user. There are some steps to setup Smem on ubuntu: Step 1: Update the System. …