chris

How To Use the collections Module in Python 3 — step-by-step Python tutorial on Progressive Robot

How To Use the collections Module in Python 3

In this tutorial, we’ll go through three classes in the collections module to help you work with tuples, dictionaries, and lists. We’ll use namedtuples to create tuples with named fields, defaultdict to concisely group information in dictionaries, and deque to efficiently add elements to either side of a list-like object.

Read more
How to Set Up Log Analytics on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Log Analytics on Windows Server 2019

Introduction to Log Analytics on Windows Server 2019 Azure Monitor Log Analytics is a cloud-hosted log management and analytics service that collects, stores, and analyzes log data from Windows Server 2019 and other sources. When Log Analytics is connected to Windows Server 2019, it ingests Windows Event Logs, performance counters, IIS logs, Syslog data, and […]

Read more
How to Set Up TOBS, The Observability Stack, for Kubernetes Monitoring — step-by-step Kubernetes tutorial on Progressive Robot

How to Set Up TOBS, The Observability Stack, for Kubernetes Monitoring

TOBS, short for The Observability Stack, is a pre-packaged distribution of monitoring tools and dashboard interfaces which can be installed into any existing Kubernetes cluster. It includes many of the most popular open source observability tools with Prometheus and Grafana as a baseline, including Promlens, TimescaleDB, Alertmanager, and others.

Read more
Arch Linux — python-jinja — vulnerability — patch and remediation guide — diagnosis and fix on Arch Linux

Arch Linux — python-jinja — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Arch Linux (rolling release) 📖 ~4 min read  •  Source: Arch ASA ASA-202102-19 Related CVEs: CVE-2020-28493 Upstream summary: Type: denial of service. Status: Fixed. Affected: 2.11.2-4. Fixed in: 2.11.3-1. Group: AVG-1523. Table of contents Symptom & Impact Environment & Reproduction Root Cause […]

Read more
How To Set Up Apache Virtual Hosts on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Apache Virtual Hosts on CentOS 6

This tutorial shows you how to set up a new directory, how to grant the correct permissions, how to add content to a new page, how to turn on virtual hosting, and how to, if needed, set up local hosts. Virtual Hosts are used to run more than one domain off of a single IP address and allows you to run multiple sites off of a single cloud servers. This tutorial describes how to set up virtual hosts with Apache on Centos

Read more
Установка и настройка Laravel с помощью Docker Compose в Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Установка и настройка Laravel с помощью Docker Compose в Ubuntu 20.04

Контейнеризация приложения — это процесс адаптации приложения и его компонентов для работы в облегченных средах, называемых контейнерами. Это изолируемые одноразовые среды, которые используются для разработки, тестирования и…

Read more
Ubuntu 18.04 — linux-aws-5.3 — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — linux-aws-5.3 — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 29 September 2020 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4489-1 Related CVEs: CVE-2020-14386 CVE-2020-14356 CVE-2020-12655 CVE-2020-12771 CVE-2020-15393 CVE-2020-24394 CVE-2019-16089 CVE-2019-19462  +12 more Upstream summary: Or Cohen discovered that the AF_PACKET implementation in the Linux kernel did not properly perform […]

Read more
CHAT