Pick a Category

#DevOps #Python #Monitoring #RaspberryPI #Linux #Databases #Ansible #Config Mgmt

Lessons Matching

#DevOps

Running Ansible in CHECK/DIFF mode

Learn how to run your playbooks without having the changes actually apply. This is a great way for Ansible to validate a playbook.

#DevOps #Ansible #Config Mgmt

Sending Webhooks with Python

This video shows you how to send webhooks with Python using the requests module. Sending webhooks with python is a breeze! This works for all releases of Python3 and is a great tutorial for beginners.

#DevOps #Python

How to check port status and test connections

How to check if a port is listening on Linux? The following is applicable for all Linux/Unix distributions. Ubuntu, CentOS etc.

#DevOps #Linux

Monitoring Dashboard using Telegraf, InfluxDB and Grafana

In this video we go over a modern monitoring stack: Telegraf, InfluxDB and Grafana. The video is based on Ubuntu 20.04 on a Raspberry Pi but it will work for any modern Linux distribution.

#DevOps #Monitoring #RaspberryPI

Ansible Tools: The Ping Module

Learn how to test remote hosts with Ansible Ping.

#DevOps #Ansible #Config Mgmt

Getting Started with InfluxDB

A quick tutorial on how to get started with InfluxDB

#DevOps #Databases

Receiving Webhooks with Python

This video shows you how to receive webhooks with Python using the requests module.

#DevOps #Python

Python command line tool - Python Typer Tutorial

In this video, I go over what I think is one of the best modules for creating Python Command Line (CLI) Tools.

#DevOps #Python