top of page
Search
plusforum. in
Feb 3, 202411 min read
Puppet essentials - Part 4 - Puppet Language and Module development
This document provides a comprehensive overview of Puppet language and guides users through the process of writing modules.
40
plusforum. in
Jan 30, 202411 min read
Puppet Essentials - Part 3 - Puppet Resources and Manifests
This document aims to provide a comprehensive understanding of Puppet resources with examples and their role in Puppet configuration.
120
plusforum. in
Jan 25, 20246 min read
Puppet Essentials - Part 2: Puppet Commands: A Guide with Examples
This document aims to provide both new and experienced Puppet users with a structured and practical reference for mastering Puppet commands.
430
plusforum. in
Jan 19, 20247 min read
Puppet Essentials - Part 1 - Puppet Open Source
Puppet is a declarative, model-driven configuration management tool that facilitates the automation of repetitive tasks.
190
Ganesh Palnitkar
Dec 20, 202318 min read
Introduction to ChatGPT and Generative AI
#generativeai #chatgpt ChatGPT and Generative AI: In past two decades we have seen some pretty cool things over the years. But we have to...
210
plusforum. in
Aug 24, 20233 min read
05 - What is Git Stash and How to use it?
Git Stash What is git stash and where to use it? Imagine a situation where a developer is working on code changes and have made number of...
60
plusforum. in
Aug 18, 20233 min read
04 - Git Version control System - How does it work?
At core of GIT, it is a map. It is a table with key and value control. Value is any sequence of bytes. It is converted into a hash code...
150
Ganesh Palnitkar
Aug 12, 20232 min read
03 - GIT Commands: git merge V/S git rebase
Git fast-forward Merge: 1) 'dev' branch is created from the parent ‘master’ branch and current HEAD is at 'dev' branch which has active...
40
Ganesh Palnitkar
Aug 12, 20231 min read
02 - Working with Git Tags
GIT has a functionality that allows user to tag (assign a flag) a specific version in the repository which may be important and should be...
80
plusforum. in
Aug 12, 20233 min read
01 - How to Setup a Local repository (VCS) in GIT
There are two type of Version Control systems, namely Centralized VCS (CVCS) and Distributed VCS. Git is of Distributed Version Control...
140
plusforum. in
Aug 10, 20236 min read
Introduction to Virtualization automation using Vagrant - Infrastructure as a Code (IAC)
In many of the configuration management and provisioning tools available today, building a VM quickly and repeatedly with consistency of...
420
plusforum. in
Aug 10, 20231 min read
01 - Ansible - Installation and configuration
Making a Centos machine ready for Ansible installation. Login to the Centos7 VM and add the package repository with command, $ sudo yum...
100
plusforum. in
Aug 10, 20231 min read
02 - Ansible - Host Inventory
Ansible Inventory is one in which we maintain a list of all target (remote) servers that we want to manage using Ansible. This file can...
90
Subscribe to Stay Connected
bottom of page