DevOps Project: An end-to-end, one-command setup for local infra deploymentMar 25, 2025·2 min read·11
Components of the GitHub flow | Part 1GitHub provides features for collaboration like branches, commits, pull requests, and visual interfaces for collaboration.Aug 31, 2026·1 min read·3
Git | Part-1: IntroductionTL;DR: Simple introductory start with basic commands git status and git init. git status To check the status of the working directory. git init To initialize the working directory. Note: This command creates a .git folder. Warning: Before running alw...Jan 28, 2025·1 min read·15
Setup Host-Only Network within the Virtual BoxSteps Open Oracle VM VirtualBox Manager as Administrator Select "File" from the Menu Bar on the top left corner Select Tools > Network Manager This type of window pane will open: Click Create button (might ask for Admin permission) A new ...May 16, 2024·1 min read·10
Setup GitOfficial Setup macOS Windows Linux Alternate Setup for Windows Users Install Chocolatey CLI Run command(in Admin mode): choco install git -yMay 16, 2024·1 min read·2
Setup Hashicorp VagrantOfficial Setup macOS Windows Linux Alternate Setup for Windows Users Install Chocolatey CLI Run command(in Admin mode): choco install vagrant -yMay 16, 2024·1 min read·2
Setup Oracle VM Virtual BoxEnable virtualization for your system from BIOS Every Laptop/Desktop PCs have their own specific BIOS software which can be opened by pressing/holding specific keys like Esc, F12, etc. For Windows, there is an alternate way by which BIOS page can b...May 16, 2024·1 min read·7
DevOps Project(v0.1): Automated creation of infrastructure and deployment of a webpagePrerequisites Oracle VM Virtual Box (setup) Host-Only Network within the Virtual Box with 192.168.69.1/24 network (setup) Vagrant (setup) Git (setup) Theory The project demonstrate automated infrastructure creation using Vagrant and webpage de...May 14, 2024·1 min read·40