5 Steps to Setup Apache JMeter on Ubuntu 20.04 LTS

Apache JMeter is a free & open-source load testing tool, written is Java language. It is a desktop application to measuring performance of a variety of services. It is used for analysis of a system’s performance under a load test. There are few steps to setup Apache JMeter on ubuntu: Step 1: Update the system. …

Steps to Install and Setup NextCloud on Ubuntu 20.04 LTS

NextCloud is a free & open source self-hosted cloud storage solution tool. Using NextCloud,we can store all the personal files present on local system. It provides End-to-end encryption & we can create and edit doc, ppt, xls files directly from NextCloud. There are some steps to install & setup NextCloud on ubuntu: Step 1: Update …

Steps to Setup with Examples Redis Server on Ubuntu 20.04 LTS

Redis is a free & open source in-memory key-value data store. Redis can be used as a database, cache & message broker. It supports various data structures and wide language & it provides high availability via Redis Sentinel. There are some steps to setup Redis server on ubuntu: Step 1: Update the System. apt-get update …

How to Create SSH Keys in Microsoft Azure

SSH (Secure Shell) keys are an access credential that is used in the SSH protocol and they are foundational to modern Infrastructure-as-a-Service platforms such as AWS, Google Cloud, and Azure. Essentially, SSH keys are an authentication method used to gain access to an encrypted connection between systems and then ultimately use that connection to manage the remote …

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,& …