Skip to main content

Latest Tutorials

Latest
guess number game in bahs script
Bash Practice Exercises

Guess The Number Game

Here are a couple of bash scripts example to create a simple game that lets the user guess the number between 1 and 100.

· Abhishek Prakash

Why homelab instead of cloud
Homelab

Why Homelab When You have Cloud Services Like AWS, Vercel, Hetzner?

In the age of accessible and affordable cloud servers, homelab is getting popular among a section of tech enthusiasts. Here's why.

· Abhishek Kumar

Using Split Windows With Vim
Vim Tips

Using Split Windows With Vim

Vim allows you to use multiple windows in the same terminal screen. You can split them horizontally and vertically and move between them with shortcuts.

· Abhishek Prakash

TCP proxy with socat
Tutorial

Set Up a Basic TCP Proxy with socat

socat is a handy utility that lets you establish bidirectional data flow between two endpoints. Let's see how you can use it to set up a TCP proxy.

· LHB Community

Send slack notifications from shell scripts
Tutorial

Send Slack Notifications from Shell Scripts

A very basic example that demonstrates that you can send notifications to a Slack channel from your shell scripts. Learn and build on top of it.

· LHB Community

cd command alternative cdd
Tools

I Created a Better Way to Navigate Than the Classic cd Command

LHB community member Guillaume shared why he created an alternative to the cd command and how it works.

· LHB Community

Resize Panes in Tmux
Exploring Tmux

Resize Panes in Tmux

Some window panes should be bigger than others. Learn to resize the panes in tmux.

· Pranav Krishna

cdpath
Tips

CDPATH: The Forgotten Magic Trick in Your Bash Toolbox

A tiny little mechanism that will save you from typing those long paths for the frequently visited directories.

· Abhishek Prakash

Argo CD vs. Flux CD
Kubernetes

Argo CD vs. Flux CD: Which GitOps Tool is Right for Your Kubernetes Workflow?

Argo CD vs Flux CD, what should you choose? They're both good, so let's take a deep dive here to compare!

· LHB Community

Using Docker Compose with Host Network Configuration
Docker Tutorials

Using Docker Compose with Host Network Configuration

Learn how and when you can use the host network configuration with Docker Compose in this tutorial.

· Abhishek Kumar

Utilities to Boost Development Workflow Productivity
Tools

7 Utilities I Use to Boost Development Workflow Productivity

Here are a few tools that I have discovered and use to improve my development process.

· LHB Community

KubeTUI: Your Kubernetes Dashboard Right Inside Your Terminal
Kubernetes

KubeTUI: Your Kubernetes Dashboard Right Inside Your Terminal

Efficiently monitor Kubernetes with a dashboard in the terminal.

· LHB Community

Fixing 'Enter passphrase for key' Issue With SSH
SSH Troubleshoot

Fixing 'Enter passphrase for key' Issue With SSH

Entering the account password for SSH key is a pain. Here's how to fix it.

· Abhishek Prakash

Port Mapping in Docker
Docker Tutorials

Port Mapping in Docker: When and How to Use it?

Understand the advantages of using port mapping in Docker and learn various ways of doing it.

· Umair Khurshid

Docker Interview Questions
Career

Docker Interview Questions: From Beginners to Advanced

Quickly revise the Docker concepts before your job interview with this set of more than 50 questions and their answers.

· Abhishek Prakash

Pushing custom Docker image to repo
Docker Tutorials

Build, Tag and Push Your Custom Docker Image to Repository

Learn how to create, tag, and push your custom Docker image to a repository in this step-by-step guide for efficient containerization workflows.

· Abhishek Kumar

Kubernetes DaemonSet
Kubernetes

Kubernetes DaemonSet: What it is & How to Use it?

Learn what a Kubernetes DaemonSet is, how it works, and when to use it. This guide covers real-world examples for managing DaemonSets in your cluster.

· LHB Community

package python app as debian package
Tutorial

Packaging a Python App to Executable .deb Binary

I am sharing how I packaged my python application into an executable .deb package in this tutorial.

· Abhishek Kumar

whereis command
Commands

Whereis Command Examples

· Abhishek Prakash