CICDGitHub Actions Workflow to Build and Publish a Static WebsiteUse GitHub Actions to build a Hugo static site and deploy it to a server via SSH and rsync. Includes workflow YAML, SSH secrets, and known_hosts.
AWS KubernetesHow to Create a Kubernetes Cluster in AWS Using KopsStep-by-step guide on How to Create a Kubernetes Cluster in AWS Using Kops
LinuxHow to Automate Responses Using Expect and Autoexpect in LinuxUse Expect and Autoexpect to automate interactive prompts in Linux: install expect, write expect scripts, pass arguments, and record scripts with autoexpect.