Latest Tutorials

Using Bash Declare: Gateway For Effective Variable Management
The declare built-in allows you to explicitly declare variables in bash scripts with specific attributes and control variable types, scope, and behavior.
ยท Abhishek Prakash

Self-host Obsidian using Docker and Access it Via Web Browser
Can't afford or don't want to use the Obsidian Sync feature? Take matter into your own hand and self-host it via Docker.
ยท Abhishek Kumar

Using Tabbed Interface in Vim
Give Vim and IDE touch by using tabs to open multiple files. Yes, the same tab experience you have in a web browser or a regular text editor.
ยท Abhishek Prakash

Using Mouse Mode in Vim
Think of mouse mode in Vim like adding touchscreen controls to a cockpit - the physical switches and dials remain the primary interface, but the touchscreen provides intuitive access for certain operations.
ยท Abhishek Prakash

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 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 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

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
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

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
Some window panes should be bigger than others. Learn to resize the panes in tmux.
ยท Pranav Krishna

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: 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
Learn how and when you can use the host network configuration with Docker Compose in this tutorial.
ยท Abhishek Kumar

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
Efficiently monitor Kubernetes with a dashboard in the terminal.
ยท LHB Community

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