Author Archives: Adam Bertram

How to Create a DigitalOcean Droplet using Terraform

DigitalOcean is one of the easiest to use cloud virtual machine providers out there. If you need a quickly provisioned computing environment, DigitalOcean virtual machines typically become available in under 60 seconds. Instead of using the user interf… Continue reading

Posted in Uncategorized | Comments Off on How to Create a DigitalOcean Droplet using Terraform

How to Set up RSysLog with Loggly

In the Linux operating system, many applications send logs to syslog, the primary logging mechanism. Best security practices often dictate that it is ideal to send your logs to a separate system, like Loggly, a SaaS solution for log data management.Re… Continue reading

Posted in Uncategorized | Comments Off on How to Set up RSysLog with Loggly

How to Use Azure Logic Apps to Monitor Your Website

Azure Logic Apps provide tools for automating workflows. The solution is intended to help build corporate workflows, which are as simple as IFTTT or Zapier, meaning you can chain triggering events, outputs, and inputs together to result in some outcome… Continue reading

Posted in Uncategorized | Comments Off on How to Use Azure Logic Apps to Monitor Your Website

How to Set DNS Search Order in Ubuntu 18.04 using NetPlan

Prior to Ubuntu 18.04, DNS nameservers would traditionally be configured using the /etc/resolv.conf configuration file. For a long time, this file allowed quick and easy configuration of DNS nameservers, as can be seen in an example resolv.conf file be… Continue reading

Posted in Uncategorized | Comments Off on How to Set DNS Search Order in Ubuntu 18.04 using NetPlan

How to Configure Let’s Encrypt SSL for an Azure Web App

While Azure provides many tools, it doesn’t have everything. We will take a look at how you can configure a functional Let’s Encrypt SSL for any Azure Web App, in order to provide it with the necessary level of security for all standard online … Continue reading

Posted in Uncategorized | Comments Off on How to Configure Let’s Encrypt SSL for an Azure Web App

How to Provision a Digitalocean Droplet Using Powershell 7

When populating a user config, you might notice that it can look a bit strange. You need to be careful of line breaks and double quotes to avoid breaking the JSON config.Read This Article on CloudSavvy IT › Continue reading

Posted in Uncategorized | Comments Off on How to Provision a Digitalocean Droplet Using Powershell 7

How to Manage an SSH Config File in Windows and Linux

Your SSH config file allows you to define specific settings for each SSH host that makes connecting to that host far easier. By defining many of these common, or uncommon, properties within the file, it eliminates the need to remember this parameter se… Continue reading

Posted in Uncategorized | Comments Off on How to Manage an SSH Config File in Windows and Linux

How to Install and Configure the AWS CloudWatch Agent on a Windows Server

Cloud servers don’t have to be Linux-based—Windows server workloads are able to run in AWS and are compatible with most of the built-in services that Amazon offers, including their CloudWatch monitoring tools, though you will have to instal… Continue reading

Posted in Uncategorized | Comments Off on How to Install and Configure the AWS CloudWatch Agent on a Windows Server

Learning a New REST API with PowerShell

Using REST APIs to extend your scripts is a useful feature to implement. You can gain access to new functionalities, and the possibilities to create new more advanced scripts expand.Read This Article on CloudSavvy IT › Continue reading

Comments Off on Learning a New REST API with PowerShell

Deploying Azure VMs with Terraform to Save Money

Most of us have done it—deployed temporary VMs to Azure. Something that many of us also have done is to forget to remove resources attached to those VMs when deleting them. This can lead to unwanted costs upwards to thousands of dollars if you&#8… Continue reading

Comments Off on Deploying Azure VMs with Terraform to Save Money