This blog post will show you how to install Ansible on Ubuntu Server 20.04 host. The installed version will be 2.9.6.
Continue reading “Install Ansible On Ubuntu Server 20.04”Create Multiple Linux VMs In Azure With Terraform
This blog post will show you how to create two Linux Ubuntu Server 19.04 virtual machine on Microsoft Azure Terraform.
Continue reading “Create Multiple Linux VMs In Azure With Terraform”Create an SSH Config File and Save Connections
This blog post will show you how to create an SSH config file and save an SSH connection. and a config file can simplify the process of connecting to hosts.
Continue reading “Create an SSH Config File and Save Connections”Set Static IP Address On Ubuntu Server 20.04
This post will show you how to set a static IP address on Ubuntu Server 20.04 using the netplan utility.
Continue reading “Set Static IP Address On Ubuntu Server 20.04”how to Use a Select Statement With Azure CLI
This blog post will show you how to use a select statement with Azure CLI and get the same result as you were using PowerShell.
Continue reading “how to Use a Select Statement With Azure CLI”Cache your SSH Passphrase on Linux
This blog post will show you how to cache your SSH private key passphrase for the duration of the shell and not being asked to provide it.
Continue reading “Cache your SSH Passphrase on Linux”Create a Linux Virtual Machine in Azure With Terraform
In this blog post, I will show you how to create a Linux virtual machine on Azure with Terrafrom that actully works.
Continue reading “Create a Linux Virtual Machine in Azure With Terraform”How to Use SSH Keys To Login To a Linux Host
In this blog post, I will show you how to log in to a Linux machine without using a username and password and use SSH key authentication to log in.
Continue reading “How to Use SSH Keys To Login To a Linux Host”Change SSH Key Passphrase Linux
This blog post will show you how to change or remove an SSH key passphrase on Linux ubuntu.
Continue reading “Change SSH Key Passphrase Linux”How to Delete a Deployment in Kubernetes
In this post I will show you hwo to delete a deployment on a Kuberetes cluster using two methods.
Continue reading “How to Delete a Deployment in Kubernetes”