Latest Tutorials

Rename a Session in Tmux
Better to name your tmux sessions so that it easy to identify and organize them.
ยท Pranav Krishna

Attach and Detach a Session in Tmux
The very basics of tmux. Learn to attach and detach a session in tmux.
ยท Pranav Krishna

Restart Docker Container Automatically After Reboot
You would want that the containers start automatically when system restarts, right? Here are different methods you can try in a variety of situations.
ยท Umair Khurshid

Ansible include_tasks Module: Reuse Tasks Across Playbooks
Learn to include tasks for reducing repetitions in playbooks.
ยท LHB Community

Reading a File in Go
Learn various use cases of reading a file in Go
ยท Umair Khurshid

Hosting Your Portfolio Website for Free Using GitHub Pages
Why pay for servers when you can host websites for free with GitHub Pages?
ยท Abhishek Kumar

Ansible Cron Module: Manage Cron Jobs on Remote Systems
The cron module in Ansible lets you run and manage the cron jobs on remote systems.
ยท LHB Community

Installing Oracle Database using Docker
The tutorial walks through a much easier, hassle-free approach of installing oracle database, as a docker container.
ยท Pranav Krishna

How to View SSH Logs on Linux
Logs can help you a lot while troubleshooting. Let's see how you can view SSH logs on your Linux server.
ยท Abhishek Prakash

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.
ยท Sagar Sharma

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