SHELL Scripting
2 articles in this category.

Kubernetes
Setting Up a Self-Managed Kubernetes Cluster on Ubuntu 22.04 with Kubeadm and Bash Script
Self-Managed Kubernetes Cluster Setup with bash script

Scripting
AWK and SED
awk and sed are both powerful text processing utilities commonly found in Unix-like operating systems. While they share some similarities and can perform overlapping tasks, they have distinct functionalities and usage scenarios: In summary, while both awk and sed are valuable tools for text processing in Unix-like environments, awk is more suitable for data extraction…