Skip to content
Home » tutorial » Page 23

tutorial

Puppetizing Your Ubuntu Node

Before we get started, let’s first understand what puppet agent and puppet master are. Puppet agent is a software that runs on a node (server or client) and communicates with the puppet master to receive configuration instructions. The puppet master is a server that stores and manages the configuration instructions… Read More »Puppetizing Your Ubuntu Node

Git Your Infrastructure in Check: Using Version Control to Track Changes with Puppet

As a system administrator or developer, you are likely familiar with the importance of version control in managing code changes. But did you know that you can also use version control to track changes to your infrastructure code? Enter Puppet, a configuration management tool that allows you to define your… Read More »Git Your Infrastructure in Check: Using Version Control to Track Changes with Puppet

Play it Safe: How a Virtual Machine Sandbox Can Protect Your Main System

Have you ever found yourself constantly resetting your development environment or worrying about breaking something while trying out a new technology? A virtual machine (VM) sandbox can be the perfect solution for those looking to test out new ideas or technologies without the fear of damaging their main system. But… Read More »Play it Safe: How a Virtual Machine Sandbox Can Protect Your Main System

Optimize SSH Config File

  • SSH
  • 3 min read

Before we dive into the specific options and wild cards that you can use, let’s first make sure you have an SSH config file set up. This file is located at ~/.ssh/config and is used to store all of your ssh connection settings. If you don’t have this file already,… Read More »Optimize SSH Config File