How to Install Elasticsearch, Logstash, Filebeat, & Kibana on Ubuntu

ELK stack is the collection of open source products developed by the elastic. The following three things are performed: Collection of data: The user collects the data from different sources Analyze the data: processing the collected data Visualization: denotes the representation of data Prerequisites Ubuntu Server 20.04 LTS Java(JDK) 2 CPU and 4 GB RAM …

How to Install MySQL 5.7 on Ubuntu 20.04 LTS

Installing MySQL 5.7 on Ubuntu 20.04 Install the required packages. apt-get update apt-get install wget Download and install the MySQL repository package. mkdir /downloads cd /downloads wget https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb dpkg -i mysql-apt-config_0.8.12-1_all.deb Select the option UBUNTU BIONIC. On the MySQL Server and Cluster screen, select the option MYSQL-5.7. Verify the configuration summary and click on the …

How to Install & Configure Terraform on Ubuntu

Terraform is an infrastructure as a code platform(IaaC) developed by HashiCorp. We can simply write code in the human-readable format following HashiCorp Configuration Language (HCL) and deploy it to get the infrastructure in the cloud. Terraform is supported in many cloud providers like Google, Amazon, Alibaba, etc.       First, Configure azure cli on you system so …

How to Create & Configure File Share in Azure Storage Account

Azure File Share storage offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers with Azure File Sync for …

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 …