#linux-commands
Read more stories on Hashnode
Articles with this tag
Creating a Kubernetes or OpenShift cluster using Ansible involves several steps. Below, I'll provide a general outline for setting up a Kubernetes...
Ansible to launch an AWS EC2 instance and provide you with a practical example. --- - name: Launch EC2 Instance hosts: localhost connection:...
Ansible playbook to send email, WhatsApp, and SMS messages. Let's create a playbook that demonstrates how to send messages through these three...
Here’s a project to automate the process of launching a website on a configured OS using Apache webserver, pulling the source code from GitHub. The...
Changing the execution of Firefox to another application and modifying its icon can be done by creating a custom desktop entry file. This is typically...
Transferring software from one Linux environment to another can be accomplished in several ways, depending on the type of software (compiled binaries,...