chris

How to Automate Oracle Linux 8 Deployment with Kickstart — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Automate Oracle Linux 8 Deployment with Kickstart

Introduction Oracle Linux 8 ships with a stable, security-hardened base that makes deploying automate oracle linux 8 deployment with kickstart both straightforward and auditable. This tutorial covers the complete procedure for how to Automate Oracle Linux 8 Deployment with Kickstart, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for […]

Read more
MNIST Dataset in Python - Basic Importing and Plotting — step-by-step Python tutorial on Progressive Robot

MNIST Dataset in Python – Basic Importing and Plotting

URL: https://www.progressiverobot.com/mnist-dataset-in-python/ Welcome to this tutorial on the MNIST dataset. In this tutorial, we will learn what is the MNIST dataset, how to import it in Python, and how to plot it using [matplotlib](/community/tutorials/python-matplotlib). What is the MNIST dataset? MNIST set is a large collection of handwritten digits. It is a very popular dataset in […]

Read more
Debian 10 — davical — vulnerability — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — davical — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 September 2020 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-18345 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
How To Use ThreadPoolExecutor in Python 3 — step-by-step Python tutorial on Progressive Robot

How To Use ThreadPoolExecutor in Python 3

Python threads are a form of parallelism that allow your program to run multiple procedures at once. Parallelism in Python can also be achieved using multiple processes, but threads are particularly well suited to speeding up applications that involve significant amounts of IO. In this tutorial, we will use ThreadPoolExecutor to make network requests expediently.

Read more
Ubuntu 18.04 — libproxy — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — libproxy — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 September 2020 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4673-1 Related CVEs: CVE-2020-26154 CVE-2020-25219 Upstream summary: Li Fei discovered that libproxy incorrectly handled certain PAC files. An attacker could possibly use this issue to cause a crash or execute […]

Read more
openSUSE Tumbleweed — postsrsd — vulnerability — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — postsrsd — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE advisory openSUSE-SU-2021:0646-1 (see also SUSE bugzilla) Related CVEs: CVE-2020-35573 Upstream summary: srs2.c in PostSRSd before 1.10 allows remote attackers to cause a denial of service (CPU consumption) via a long timestamp tag in […]

Read more
Como usar tags struct em Go — step-by-step Programming tutorial on Progressive Robot

Como usar tags struct em Go

As estruturas, ou structs, são usadas para coletar vários fragmentos de informações em uma unidade. Essas coletas de informações são usadas para descrever conceitos de nível superior, como um Address…

Read more
How To Use MySQL Query Profiling — step-by-step Databases tutorial on Progressive Robot

How To Use MySQL Query Profiling

MySQL query profiling is a useful technique when trying to analyze the overall performance of a database driven application. When developing a mid to large size application, there tends to be hundreds of queries distributed throughout a large code base. This article will demonstrate some useful query profiling techniques using tools that are built into MySQL server.

Read more
How to Configure GlusterFS on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Configure GlusterFS on FreeBSD 12

Introduction This guide explains how to Configure GlusterFS on FreeBSD 12 on FreeBSD 12. FreeBSD uses the pkg(8) binary package manager, rc.conf(5) for service startup configuration, and pf(4) as its primary packet filter. There is no SELinux or AppArmor — instead, FreeBSD provides the MAC (Mandatory Access Control) framework and Capsicum for fine-grained privilege separation. […]

Read more
openSUSE Tumbleweed — libut1 — vulnerability — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — libut1 — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE security advisory Related CVEs: CVE-2020-12272 Upstream summary: OpenDMARC through 1.3.2 and 1.4.x allows attacks that inject authentication results to provide false information about the domain that originated an e-mail message. This is caused […]

Read more
CHAT