Latest Tutorials
Ansible Yum Module: Manage Red Hat Packages
Manage the packages effectively on the fleet of Red Hat systems with Yum module in Ainsible.
ยท Umair Khurshid
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