Latest Tutorials

Ansible Git Module: Manage Git Repositories
This module lets you deal with git repos from your playbooks.
· LHB Community

Ansible Stat Module: Get Detailed Info About Files on Target Hosts
The stat module in Ansible lets you deal with files based on their stats like size, mode and timestamps. Learn some practical examples.
· LHB Community

Check if Array is Empty in Bash
Here are two methods to check if an array is empty in bash. You check if array size is zero or you check if all the elements of the array form an empty string.
· Satoshi Nakamoto

Monitoring Resource Usage for Kubernetes Pods
Learn to utilize kubectl top to monitor resource usage for Kubernetes nodes and containers within specific pods.
· LHB Community

Examples of Including Variables in Ansible
Learn how to include variables in Ansible effectively to customize your configuration and streamline repetitive tasks with these examples.
· LHB Community

Ansible Fetch Module: Get Files from Remote Nodes
The fetch module allows you to get files from remote nodes. Here are some practical examples of using this module.
· Abhishek Prakash

Using Terraform Merge Lists
Terraform provides a way to manage the structure code with the merge lists. Learn more about it with some practical examples.
· LHB Community

Ansible File Module: Manage Files and Directories on Remote Nodes
Manage files and folders, their ownership and permissions with the built-in file module of Ansible.
· LHB Community

Ansible User Module: Manage User Accounts on Remote Hosts
Let's see how you can manage user accounts on remote nodes with the user module.
· LHB Community

An Overview of Essential Docker Compose Commands and Their Usage
Here's an overview of the Docker Compose file components and various commands you can use to manage them.
· Umair Khurshid

How to Use Tags in Ansible Playbooks
Manage specific tasks in a large playbook using tags in Ansible. Here are some real-world usecases.
· LHB Community

Ansible Debug Module: Display Output During Playbook Execution
Troubleshoot your playbooks for errors with the debug module in Ansible.
· LHB Community

Checking Kubernetes Log With kubectl logs Command
The kubectl logs is a powerful tool for monitoring and troubleshooting Kubernetes applications
· LHB Community

How to Switch Namespaces in Kubernetes
Learn how to switch namespaces in Kubernetes to run kubectl commands in the desired namespace.
· LHB Community

Create a New Folder in a GitHub Repo
Learn to create a new folder in a GitHub repository from the web interface.
· Prakhar Tiwari

How to Fork a GitHub Repository
The first step in contributing to an open source project is to fork it. Learn to fork a repo on GitHub in this quick tutorial.
· Prakhar Tiwari

What is the Difference Between Git fetch and Git pull?
Git fetch and pull seem to do the same task but there is subtle difference between their functioning.
· Pratham Patel

Amend a Comment in Git
We all make mistakes. The important thing is to make amends. Git allows you that as well.
· Sagar Sharma

Check Git Commit History
Learn to quickly check the commit history in git.
· Sagar Sharma