Steps to Setup Secure Apache with Free Let’s Encrypt SSL Certificate on Ubuntu 20.04 LTS

Let’s Encrypt is a provides to obtain and install free TLS/SSL certificates, enabling encrypted HTTPS on web server. Let’s Encrypt is a Certificate Authority (CA). It helps to encrypt the entire web to the extent that HTTPS becomes the norm. Certbot is a free & open source software. It is easy to use tool that …

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 Blob service in Azure Storage Account

Azure Blob storage is a service for storing large amounts of unstructured object data, such as text or binary data. You can use Blob storage to expose data publicly to the world, or to store application data privately. Common uses of Blob storage include: Serving images or documents directly to a browser. Storing files for distributed …