chris

How to Install Podman as a Rootless Docker Alternative on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Install Podman as a Rootless Docker Alternative on RHEL 7

How to Install Podman as a Rootless Docker Alternative on RHEL 7 Podman is a daemonless, rootless container engine developed by Red Hat that is fully compatible with the OCI (Open Container Initiative) standard and largely compatible with the Docker CLI. Unlike Docker, Podman does not require a long-running background daemon running as root, which […]

Read more
How To Install and Manage System Packages in Ansible Playbooks — step-by-step Linux tutorial on Progressive Robot

How To Install and Manage System Packages in Ansible Playbooks

Automating the installation of required system packages is a common operational task in Ansible playbooks, since a typical application stack requires software from different sources. In this guide, learn more about how to use the apt module to manage system packages on Debian-based operating systems such as Ubuntu.

Read more
Comment indexer, diviser et manipuler des chaînes en JavaScript — step-by-step Javascript tutorial on Progressive Robot

Comment indexer, diviser et manipuler des chaînes en JavaScript

Au cours de ce tutoriel, nous allons apprendre à faire la différence entre les primitifs de chaînes et l’objet de chaîne. Ensuite, nous verrons de quelle manière les chaînes sont indexées et comment accéder aux caractères d’une chaîne. Pour finir, nous aborderons les propriétés et les méthodes couramment utilisées sur les chaînes de caractères.

Read more
FreeBSD 12 — gtk-vnc — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — gtk-vnc — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 28 September 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: gtk-vnc — bounds checking vulnerabilities Related CVEs: CVE-2017-5884 CVE-2017-5885 Upstream summary: Daniel P. Berrange reports: CVE-2017-5884 – fix bounds checking for RRE, hextile and copyrect encodings CVE-2017-5885 – fix color […]

Read more
Arrays in Shell Scripts — step-by-step Linux tutorial on Progressive Robot

Arrays in Shell Scripts

Mastering arrays in shell scripts can significantly enhance your ability to handle large datasets efficiently. In this tutorial, you’ll learn the basics of arrays, how to create and work with both indexed and associative arrays and perform essential operations like accessing, looping and deleting array elements.

Read more
Common Problems 121478

Disk Full in /var Causing Service Outages

🔴 Critical   ⏱ 5–30 min  Last verified: 27 September 2019 Affected versions: Debian 9 📖 ~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