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