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

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 …

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 …

Step by Step to Install AIDE on Ubuntu 20.04 LTS

AIDE is an host-based intrusion detection system. AIDE stands for Advanced Intrusion Detection Environment. It is used to monitor file integrity to detect any unauthorized changes. Using AIDE, we can check file permissions, inodes,  modification time, file contents, user, group, &  file size. There are few steps to install & configure AIDE on ubuntu: Step …