2019 - Page 190 of 527

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
Common Problems 117979

Ubuntu 18.04 LTS Cloud-Init Rewrites Network Settings

🟡 Medium   ⏱ 5–30 min  Last verified: 27 September 2019 Affected versions: 18.04 LTS 📖 ~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
How to Configure Software RAID on SLES 12 — step-by-step SUSE Linux Enterprise 12 tutorial on Progressive Robot

How to Configure Software RAID on SLES 12

Introduction This tutorial covers How to Configure Software RAID on SLES 12 on SLES 12. SLES 12 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 12 system is up to date: zypper refresh […]

Read more
Swift readLine(), Swift print() — step-by-step DevOps tutorial on Progressive Robot

Swift readLine(), Swift print()

URL: https://www.progressiverobot.com/swift-readline-swift-print/ In this tutorial, we'll be discussing how to read the standard input in Swift from the user and the different ways to print the output onto the screen. Swift print() is the standard function to display an output onto the screen. Let's get started by creating a new command line application project in […]

Read more
CHAT