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 …
Read more “How to Create & Configure File Share in Azure Storage Account”
How to Setup Google Cloud CLI (gcloud cli) on Ubuntu
The gcloud CLI manages authentication, local configuration, developer workflow, interactions with Google Cloud APIs. With the gcloud command-line tool,.it’s easy to perform many common cloud tasks, like creating a Compute Engine VM instance, and deploying an App Engine application, either from the command line or in scripts and other automations. Add the Cloud SDK …
Read more “How to Setup Google Cloud CLI (gcloud cli) on Ubuntu”
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 …
Read more “How to Create Blob service in Azure Storage Account”
Step by Step Guide to Install Stacer Monitoring Tool on Ubuntu 20.04 LTS
Stacer is a free & open source monitoring tool.It is command line utility. It provides GUI platform to monitor & optimize Linux OS. Using Stacer, we can monitor package management, process management, Host details, CPU, Network, Disk monitoring & startup applications. It helps to monitor system resources and system cleaner to clean system caches. There …
Read more “Step by Step Guide to Install Stacer Monitoring Tool on Ubuntu 20.04 LTS”