Cloud Computing Types, Services & Characteristics

Cloud Computing This is one of the newly developed services of the Internet which allows the user to process, store & manage the data on a remote server rather than using local machine. We can easily access the data from anywhere & anytime via a Internet. These Remote servers provides very high data processing speed …

Steps to Create & Configure Apache Airflow DAGs on Ubuntu 20.04 LTS

Apache-Airflow is an open source workflow management tool, written in Python. It is a workflow management solutions tool &used for monitoring the workflow. Using Airflow, we can easily create own Directed Acyclic Graph (DAGS ). DAGS is used for designing a workflow. There are some steps to create Apache Airflow DAGS in Ubuntu: Step 1: …

Steps to Setup Sysdig to Monitor Linux System on Ubuntu 20.04 LTS

Sysdig is a free & open source monitoring tool & used to monitor system load. It helps to capture and analyze application logs and troubleshoot the system-related issues. It is used to monitor CPU usage, Processes CPU, memory usage & Users. There are some steps to Install & Configure Sysdig Monitoring tool on Ubuntu: Step …

Steps to Install & Configure Salt/SaltStack Master & Minion on Ubuntu 20.04 LTS

Hello, In this Blog we are going to discuss How to Setup Salt master & Salt Minion on Ubuntu server. Salt is a free & open source python-based configuration management platform. Salt Master  is used to manage/control a number of Salt minions. We can easily install & configure commands on salt minion from salt master. …

Steps to Setup MERN Stack on Ubuntu 20.04 LTS

Hello, In this blog we are going to discuss MERN Stack on Ubuntu. MERN is a package of JavaScript technologies that is more suitable for building dynamic JS applications. MERN Stack stands for: MongoDB, Express, React, and Node. MongoDB: It is an open-source and most widely used NoSQL & object-oriented database technology.It is used for …