Featured Articles
Script To Retrieve AWS EMR Master IP Address
Somtimes it is required to fetch the EMR master IP dynamically for automation. One such use case is connecting AWS...
How To Enable Docker Remote API
In this post, you will learn how to expose Docker engines API for remote docker command execution through REST APIs...
How To Install and Configure MariaDB on Centos/RedHat
I want to install MariaDB on Redhat. How do I install MariaDB from command Line? About MariaDB: It is an...
Installing and Setting up a WordPress on RHEL 7 / CentOS 7
Basic Requirements Step 1: Connect to the server using key or user/password ssh -i ~/.ssh/demo.pem ec2-user@34....
Getting Started With Go: Beginner Tutorial
Create a file named main.go in your project directory. package main import "fmt" func main() { fmt.Println(...
[Solved] Helm - Error: no available release name found
When I ran helm install, I got "Error: no available release name found" error. What should I do?...
