Setting up a Ansible home lab manually is a time-consuming task. In this guide, we will learn an automated way to setup Ansible lab with Vagrant and VirtualBox in Linux.
Karthick

Karthick
Karthick is a passionate software engineer who loves to explore new technologies. He is a public speaker and loves writing about technology especially about Linux and opensource.
- Linux AdministrationLinuxLinux BasicsLinux CommandsLinux Tips & TricksLinux troubleshootingUnix/Linux Beginners
What is Fstab in Linux | An introduction to Linux /etc/fstab file
By KarthickBy Karthick 7.5k viewsIn this guide, we will learn what is fstab in Linux, and what is the usage of fstab file, the structure of /etc/fstab file and finally how to debug fstab issues.
- Linux Disk ManagementLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
Create And Manage Disk Partitions With Parted In Linux
By KarthickBy Karthick 3.9k viewsThis guide explains what is Parted and how to use the parted utility to create and manage disk partitions in Linux and Unix-like operating systems.
- Bash scriptingBASHBash TipsLinuxLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
How To Parse CSV Files In Bash Scripts In Linux
By KarthickBy Karthick 15k viewsThis tutorial explains how to parse CSV files in Bash shell scripts using awk and sed utilities in Linux with examples.
- Linux AdministrationAlmalinuxLinuxLinux BasicsLinux CommandsLinux Tips & TricksLinux troubleshootingRed Hat Enterprise LinuxRocky LinuxUnix/Linux Beginners
How To Move Home Directory To New Partition Or Disk In Linux
By KarthickBy Karthick 10.9k viewsThis step by step article will walk you through the procedure to move home directory to new partition or drive in Linux.
- Bash scriptingBASHBash TipsLinuxProgrammingScriptingShell ScriptsUnix/Linux Beginners
How To Create GUI Dialog Boxes In Bash Scripts With Whiptail In Linux
By KarthickBy Karthick 8.9k viewsThis guide explains what is Whiptail, how to install Whiptail in Linux and how to create GUI dialog boxes in Bash Scripts using Whiptail in Linux.
- Bash scriptingBASHBash TipsLinuxLinux BasicsLinux CommandsScriptingShell ScriptsUnixUnix/Linux Beginners
How To Use Date Command In Bash Scripting In Linux
By KarthickBy Karthick 3.5k viewsThis guide explains how to use date command in Bash scripting, how to work with date and time using date in shell scripts, how to manipulate them and do various operations with it in Linux.
- Secure Shell (SSH)LinuxLinux AdministrationOpensourceSecurity
How To Setup Multi-Factor Authentication For SSH In Linux
By KarthickBy Karthick 5.3k viewsIn this guide, we are going to learn what is Multi-Factor authentication and its importance and finally how to setup Multi-Factor authentication for SSH in Linux using Google Authenticator app.
- BorgBackupBackup toolsLinuxLinux AdministrationOpensourceUnix/Linux BeginnersUtilities
Vorta – A Graphical Frontend For BorgBackup
By KarthickBy Karthick 7.9k viewsVorta is a graphical frontend for BorgBackup application. This guide explains how to backup files and folders with Vorta in Linux.
- Bash scriptingBASHBash TipsLinuxLinux AdministrationScriptingShell ScriptsUnixUnix/Linux Beginners
How To Debug Bash Scripts In Linux And Unix
By KarthickBy Karthick 2.4k viewsDebugging helps you to fix the errors in your program. In this article, we will discuss various techniques to debug bash scripts with examples in Linux and Unix operating systems.