Pick a Category
Lessons Matching
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 MgmtSending 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 #PythonHow 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 #LinuxMonitoring 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 #RaspberryPIAnsible Tools: The Ping Module
Learn how to test remote hosts with Ansible Ping.
#DevOps #Ansible #Config MgmtGetting Started with InfluxDB
A quick tutorial on how to get started with InfluxDB
#DevOps #DatabasesReceiving Webhooks with Python
This video shows you how to receive webhooks with Python using the requests module.
#DevOps #PythonPython 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