Show what puppet would have done without changing anything: sudo puppet apply –noop /examples/file_hello.pp See what change puppet would actually make to a file: sudo
Author: D0nBale
Converting and Importing a Virtual Box VM into a AWS EC2 AMI
Sometimes we need to release our local Virtual Machines (VMs) into the cloud here’s how: First we need to add some confirguration to the local
Windows 10 Update Breaks My Fonts in Adobe Photoshop CS6
Ok this has annoyed me for a few weeks and finally today I found a fix so I thought I would share it: The Problem:
Creating your first Dockerfile
1. Create the Dockerfile Create an empty directory for this task and within this create an empty file with the name Dockerfile. You can do
Masterless Puppet: Connecting a Puppet agent to a central git repo
Step-by-step guide wget https://apt.puppetlabs.com/puppet5-release-xenial.deb sudo dpkg -i puppet5-release-xenial.deb sudo apt update sudo apt install puppet-agent sudo vim /etc/environment add /opt/puppetlabs/bin to PATH source environment sudo
How do I add swap space to a Linux system
To add 1GB of swap to your server, for example, follow these steps: Create the file to be used for swap. sudo fallocate -l 1G
Backing up of KVMs with BorgBackup and BlockFuse Pt. 2
This is part 2 of a 2 part series, if you have not read part one yet you can do so here: Backing up of
Backing up of KVMs with BorgBackup and BlockFuse Pt. 1
We use a lot of Virtual Machines (VM) to run ours infrastructure, these are on multiple host machines running Logical Volume Management (LVM) with each
Read Only IAM policy for AWS S3
Had a little difficulty getting the right setting to restrict access to read only on several folders in an AWS S3 bucket. Here is the
Installing Duplicati
Here are the steps I followed to install Duplicati on a Ubuntu 16.04 system: sudo apt-get update sudo apt-get install mono-devel wget https://updates.duplicati.com/beta/duplicati_2.0.3.3-1_all.deb sudo dpkg