July 2020 - Page 50 of 69

How to Configure OpenVAS Vulnerability Scanner on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Configure OpenVAS Vulnerability Scanner on Debian 10

Introduction This guide explains how to Configure OpenVAS Vulnerability Scanner on Debian 10 on Debian 10 Buster. Debian Buster uses systemd for service management, nftables as the underlying packet filter (with ufw or iptables front-ends still available), and AppArmor for mandatory access control. Every command is designed for a minimal Debian 10 install with the […]

Read more
Python Classes and Objects — step-by-step Python tutorial on Progressive Robot

Python Classes and Objects

URL: https://www.progressiverobot.com/python-classes-objects/ Python is an object-oriented programming language. Python Classes and Objects are the core building blocks of Python programming language. Python Class By this time, all of you should have already learned about [Python Data Types](/community/tutorials/python-data-types). If you remember, basic data types in python refer to only one kind of data at a time. […]

Read more
Debian 9 — debian-lan-config — vulnerability — patch and remediation guide — diagnosis and fix on Debian 9

Debian 9 — debian-lan-config — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Debian 9 (stretch) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-3467 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 View and Update the Linux PATH Environment Variable — step-by-step Linux tutorial on Progressive Robot

How To View and Update the Linux PATH Environment Variable

The PATH variable contains a list of directories the system checks before running a command. Updating the PATH variable will enable you to run any executables found in the directories mentioned in PATH from any directory without typing the absolute file path. In this tutorial, you will view the PATH variable and update its value with new directories.

Read more
SLES 15 — libesmtp — vulnerability — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — libesmtp — vulnerability — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-IU-2021:658-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-19977 Upstream summary: libESMTP through 1.0.6 mishandles domain copying into a fixed-size buffer in ntlm_build_type_2 in ntlm/ntlmstruct.c, as demonstrated by a stack-based buffer over-read. Table […]

Read more
Comment installer Docker Compose sur Debian 10 — step-by-step Docker tutorial on Progressive Robot

Comment installer Docker Compose sur Debian 10

Docker est un excellent outil pour automatiser le déploiement d’apps Linux à l’intérieur de conteneurs de logiciels, mais pour tirer pleinement parti de son potentiel, chaque composant d’une application doit s’exécuter dans son propre conteneur…

Read more
How to Switch Default Java with alternatives on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Switch Default Java with alternatives on RHEL 10

Introduction Setting up switch default java with alternatives on a RHEL 10 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Switch Default Java with alternatives on RHEL 10, with all the commands you need, the SELinux and firewalld considerations to keep in mind, and […]

Read more
Ubuntu 20.04でDocker Composeを使用してLaravelをインストールおよびセットアップする方法 — step-by-step Docker tutorial on Progressive Robot

Ubuntu 20.04でDocker Composeを使用してLaravelをインストールおよびセットアップする方法

アプリケーションのコンテナ化とは、コンテナと呼ばれる軽量環境で実行できるように、アプリケーションおよびそのコンポーネントを適応させるプロセスを指します。このような環境は他から分離され、使い捨てできるため、アプリケーションの開発、テスト、および実稼働環境へのデプロイに活用できます。このガイドでは、Ubuntu 20.04での開発用にDocker Composeを使用してLaravelアプリケーションをコンテナ化します。

Read more
Oracle Linux 8 — dbus — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — dbus — vulnerability — patch and remediation guide (ELSA-2019-3707)

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-3707 Related CVEs: CVE-2019-12749 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
CHAT