November 2019 - Page 31 of 66

Comment modifier le fichier Sudoers — step-by-step Linux tutorial on Progressive Robot

Comment modifier le fichier Sudoers

Sudo est une commande pratique qui vous permet d’exécuter des commandes avec des privilèges qui ne sont généralement pas de la portée de votre utilisateur. Ce guide vous apprendra à modifier le fichier de configuration et à personnaliser ainsi le fonctionnement de sudo.

Read more
How to Set Up Kubernetes Ingress with Nginx Ingress Controller on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up Kubernetes Ingress with Nginx Ingress Controller on RHEL 7

How to Set Up Kubernetes Ingress with Nginx Ingress Controller on RHEL 7 Kubernetes Ingress provides a powerful way to expose HTTP and HTTPS routes from outside the cluster to services running inside it. Rather than creating a separate LoadBalancer service for every application, an Ingress resource lets you define routing rules in one place, […]

Read more
How To Deploy Laravel 7 and MySQL on Kubernetes using Helm — step-by-step Docker tutorial on Progressive Robot

How To Deploy Laravel 7 and MySQL on Kubernetes using Helm

In this guide, you will create a Laravel PHP application, build your app into a Docker image, and deploy that image to a Kubernetes cluster using the LAMP Helm chart. Next, you’ll set up an Ingress controller to add SSL and a custom domain name to your app. When completed, you will have a working Laravel application connected to a MySQL database that is running on a Kubernetes cluster.

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

Debian 10 — lrzip — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2018-5786 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
Cómo manejar panics en Go — step-by-step Programming tutorial on Progressive Robot

Cómo manejar panics en Go

Los errores que un programa encuentra se dividen en dos categorías generales: los que el programador anticipa y los que no anticipa. La interfaz error que abarcamos en nuestros dos artículos anteriores sobre el [manejo de…

Read more
How to Set a Hostname and FQDN on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Set a Hostname and FQDN on RHEL 8

Setting a proper hostname and Fully Qualified Domain Name (FQDN) is one of the first configuration tasks on any new RHEL 8 server. A correct hostname ensures that system logs, email delivery, and network services identify your machine accurately. On RHEL 8, hostnamectl from systemd provides a clean, persistent way to manage hostname settings without […]

Read more
Automatic Mixed Precision Using PyTorch — step-by-step AI And Machine Learning tutorial on Progressive Robot

Automatic Mixed Precision Using PyTorch

In this overview of Automatic Mixed Precision (AMP) training with PyTorch, we demonstrate how the technique works, walking step-by-step through the process of integrating AMP in code, and discuss more advanced applications of AMP techniques with code scaffolds to integrate your own code.

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

openSUSE Tumbleweed — mpv — 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 (see also SUSE bugzilla) Related CVEs: CVE-2018-6360 Upstream summary: mpv through 0.28.0 allows remote attackers to execute arbitrary code via a crafted web site, because it reads HTML documents containing VIDEO […]

Read more
Common Problems 122562

freebsd-update Install Leaves Kernel and World Mismatch

🔴 Critical   ⏱ 5–30 min  Last verified: 19 May 2026 Affected versions: FreeBSD 14 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & […]

Read more
CHAT