2020 - Page 732 of 735

How to Configure Active Directory Rights Management Services on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Active Directory Rights Management Services on Windows Server 2016

How to Set Up Windows Server 2016 Active Directory Rights Management Active Directory Rights Management Services (AD RMS) is an information protection technology that works with AD RMS-enabled applications to help safeguard sensitive documents and email from unauthorized use. When content is protected using AD RMS, usage policies are embedded directly in the file — […]

Read more
SQL Create Table — step-by-step DevOps tutorial on Progressive Robot

SQL Create Table

URL: https://www.progressiverobot.com/sql-create-table/ When we have to store data in relational databases, the first part is to [create the database](/community/tutorials/sql-create-database-postgresql-mysql-sql-server). Next step is to create a table in the database that will store our data. In this tutorial, we will discuss how to create a table using SQL queries in MySQL and PostgreSQL databases. I am […]

Read more
FreeBSD 12 — jdk — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — jdk — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 2 January 2020 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: jdk/jre — Applet Caching May Allow Network Access Restrictions to be Circumvented Related CVEs: CVE-2004-1029 CVE-2005-1080 CVE-2007-5232 Upstream summary: SUN reports: A vulnerability in the Java Runtime Environment (JRE) with […]

Read more
How to Install HashiCorp Vault for Secrets Management on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Install HashiCorp Vault for Secrets Management on RHEL 8

HashiCorp Vault is an industry-standard secrets management platform that stores, generates, and controls access to sensitive values such as API keys, database passwords, TLS certificates, and encryption keys. Unlike storing secrets in environment variables or configuration files, Vault provides audit logging, dynamic credentials with short TTLs, and fine-grained access policies. On RHEL 8, Vault installs […]

Read more
OpenBSD 7.4 — xserver — errata 010_xserver — multiple vulnerabilities (2 CVEs) — syspatch and remediation — diagnosis and fix on OpenBSD 7.4

OpenBSD 7.4 — xserver — errata 010_xserver — multiple vulnerabilities (2 CVEs) — syspatch and remediation

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: OpenBSD 7.4 📖 ~4 min read  •  Source: OpenBSD 7.4 errata 010_xserver Errata topic: Security: xserver (All architectures) Issued: December 14, 2023 Related CVEs: CVE-2023-6377 CVE-2023-6478 Upstream summary: Fix out of bounds memory accesses in XRandR and XKB X server extensions. CVE-2023-6377 […]

Read more
How To Use Array Methods in JavaScript: Iteration Methods — step-by-step Javascript tutorial on Progressive Robot

How To Use Array Methods in JavaScript: Iteration Methods

In JavaScript, the array data type consists of a list of elements. There are many useful built-in methods available for JavaScript developers to work with arrays. In this tutorial, we will use iteration methods to loop through arrays, perform functions on each item in an array, filter the desired results of an array, reduce array items down to a single value, and search through arrays to find values or indices.

Read more
How To Set Up a CD Pipeline with Spinnaker on Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

How To Set Up a CD Pipeline with Spinnaker on Kubernetes

Spinnaker is an open-source resource management and continuous delivery application for fast, safe, and repeatable deployments, using a powerful and customizable pipeline system. Spinnaker allows for automated application deployments to many platforms, including Kubernetes. In this tutorial, you’ll deploy Spinnaker to Kubernetes using Halyard, with object storage as the underlying back-end storage.

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

Debian 10 — ibus — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 2 January 2020 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-14822 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