2019 - Page 90 of 527

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: 17 November 2019 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
CHAT