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 …

How to Create Azure Cache for Redis in Microsoft Azure

The Azure Redis Cache is a high-performance caching service that provides in-memory data store for faster retrieval of data. It is based on the open-source implementation Redis cache. This ensures low latency and high throughput by reducing the need to perform slow I/O operations. It also provides high availability, scalability, and security.   Login to …

How to Create high-availability VPNs on Google cloud platform.

HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely connect your on-premises network to your VPC network through an IPsec VPN connection in a single region. HA VPN provides an SLA of 99.99% service availability. When you create an HA VPN gateway, Google Cloud automatically chooses two external IP addresses, one …

Azure NSG vs Firewall

Azure nsg (network security group)  is to filter network traffic to and from Azure resources in an Azure virtual network. A network security group contains security rules that allow or deny inbound network traffic to or outbound network traffic from, several types of Azure resources whereas Azure Firewall is a managed cloud-based network security service …

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