Step By Step Guide to Use Encrypted Password in a Bash Script
Hello, Here we are discussing how to encrypt or decrypt the password & to use encrypted password in a bash script. Using Encryption method, we can converting normal message/plaintext into meaningless message/Ciphertext whereas decryption is the process of converting meaningless message/Ciphertext into its original form/Plaintext. We are using encrypted password in a bash script using …
Read more “Step By Step Guide to Use Encrypted Password in a Bash Script”
Steps to Setup GitScrum on Ubuntu 20.04 LTS
GitScrum is a free & open source project management tool. GitScrum helps to teams to use Git version control system and the Scrum framework to support for day-to-day task management. There are some steps to setup GitScrum on ubuntu: Step 1: Update the System. apt-get update Step 2: Install Apache2. apt-get install apache2 Start & …
Steps to Create Log Analytics Workspaces on Microsoft Azure
Hello Readers, In this blog we are goin to discuss how to create a Log Analytics workspace in Microsoft Azure. Log Analytics workspaces is a basic management unit of Azure Monitor Logs. It is the logical storage unit where your log data is collected and stored. We can easily create a own workspace. Each workspace …
Read more “Steps to Create Log Analytics Workspaces on Microsoft Azure”
Step By Step Guide to Create Kubernetes Service on Microsoft Azure
Kubernetes is a free & open-source container-orchestration system. It is used for automating system application deployment, scaling, & management. It enables the operation of an elastic web server framework for cloud applications. There are some steps to create Kubernetes service on Microsoft azure: First login into azure portal. Click on All Services –> Containers—> Kubernetes …
Read more “Step By Step Guide to Create Kubernetes Service on Microsoft Azure”
Steps to Create VPC & Subnet Network Infrastructure on AWS Using Terraform
Hello, In this blog we are discussing how to create VPC ,Subnet, Route table & internet gateway on aws using Terraform. Terraform helps to create network infrastructure such as vpc, subnets, route table etc on aws console. It is an open source infrastructure setup tool, which is created by HashiCorp. There are some steps to …
Read more “Steps to Create VPC & Subnet Network Infrastructure on AWS Using Terraform”