top of page
Search


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.

plusforum. in
Feb 3, 202411 min read
24
0


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.

plusforum. in
Jan 30, 202411 min read
46
0


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.

plusforum. in
Jan 25, 20246 min read
61
0


Puppet Essentials - Part 1 - Puppet Open Source
Puppet is a declarative, model-driven configuration management tool that facilitates the automation of repetitive tasks.

plusforum. in
Jan 19, 20247 min read
28
0


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...

Ganesh Palnitkar
Dec 20, 202318 min read
22
0


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...

plusforum. in
Aug 24, 20233 min read
7
0


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...

plusforum. in
Aug 18, 20233 min read
15
0


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...

Ganesh Palnitkar
Aug 12, 20232 min read
4
0


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...

Ganesh Palnitkar
Aug 12, 20231 min read
8
0


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...

plusforum. in
Aug 12, 20233 min read
18
0


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...

plusforum. in
Aug 10, 20236 min read
43
0


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...

plusforum. in
Aug 10, 20231 min read
10
0


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...

plusforum. in
Aug 10, 20231 min read
9
0
Subscribe to Stay Connected
bottom of page