Table of Contents1 Introduction2 My Environment for Vagrant install Redis server2.1 The vagrant directory and files will look like as…
DevOps Blog – Latest DevOps Articles and Tutorials
Vagrant LEMP stack: A Comprehensive Guide from Basic to Advanced
Table of Contents1 Introduction2 What does lemp stand for?3 My Environment for Vagrant LEMP stack4 Create a Virtual Machine5 Configure…
Run Multiple Ansible Versions using Python 3 Virtual Environments
Table of Contents0.1 #Introduction1 Install Python 31.1 CentOS 71.2 Ubuntu2 Create Virtual Environments3 Conclusion #Introduction In this tutorial, How to…
Docker deploy a Bitwarden server
Table of Contents0.1 #Introduction1 Install Docker on Ubuntu1.1 Obtain Bitwardenβs Installation key and ID1.2 Create the Bitwarden user1.3 Download the…
Vagrant multiple servers
Table of Contents1 Introduction2 My Environment3 LAMP server architecture4 Vagrant directory and files will look like as below:5 Create a…
Deploy LAMP on rocky Linux using Vagrant
Table of Contents0.1 #Introduction1 My Environment1.1 Deploy LAMP on rocky Linux using Vagrant directory and files will look like as…
vagrant ssh Permission denied fixed: A Comprehensive Guide
Table of Contents1 Introduction2 Understanding the Error2.1 What is the “vagrant ssh Permission denied” Error?2.2 Common Causes3 My Environment3.1 Deploy…
Install LAMP Stack on Rocky Linux
Table of Contents1 Introduction2 Prerequisites3 How to install LAMP Stack on Rocky Linux3.1 Install Apache on Rocky Linux3.2 Install MariaDB…
Vagrant: Unknown configuration section vbguest
Table of Contents0.1 #Introduction1 Error: Unknown configuration section vbguest1.1 Check plugin for Vagrant2 Conclusion #Introduction In this tutorial, How to…
Git Cheat Sheet
Table of Contents1 Introduction1.1 What does Git mean?2 Git Cheat Sheet Example2.1 Configuration2.2 Creating and Cloning Repositories2.3 Branches2.4 Merge and…