2020 - Page 61 of 735

Thread Safety in Java — step-by-step Programming tutorial on Progressive Robot

Thread Safety in Java

URL: https://www.progressiverobot.com/thread-safety-in-java/ Thread Safety in Java is a very important topic. Java provides multi-threaded environment support using Java Threads, we know that multiple threads created from same Object share object variables and this can lead to data inconsistency when the threads are used to read and update the shared data. Thread Safety ![thread safe, thread […]

Read more
SLES 15 — p11-kit — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — p11-kit — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 1 December 2020 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-CU-2021:599-1 (see also SUSE bugzilla) Related CVEs: CVE-2020-29361 CVE-2020-29363 CVE-2020-29362 Upstream summary: An issue was discovered in p11-kit 0.21.1 through 0.23.21. Multiple integer overflows have been discovered in the array allocations in […]

Read more
How to Configure a DSC Pull Server on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure a DSC Pull Server on Windows Server 2016

Introduction PowerShell Desired State Configuration (DSC) Pull Server on Windows Server 2016 provides a centralised configuration management service. Target nodes automatically pull their configuration MOF files and report compliance status back, enabling drift detection and automatic remediation at scale. Installing Pull Server Prerequisites Install required features and modules: Install-WindowsFeature DSC-Service, Web-Server -IncludeManagementTools Install-Module xPSDesiredStateConfiguration -Force […]

Read more
How To Troubleshoot Common HAProxy Errors — step-by-step DevOps tutorial on Progressive Robot

How To Troubleshoot Common HAProxy Errors

There are three main commands, and a common log location that you can use to get started troubleshooting HAProxy errors. Generally when you are troubleshooting HAProxy, you will use these commands in the order indicated here, and then examine the log file for specific…

Read more
Como instalar o Node.js no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Node.js no Ubuntu 20.04

O Node.js é um ambiente de execução do JavaScript criado para a programação do lado do servidor. Ele permite que os desenvolvedores criem funcionalidades de back-ends escaláveis usando o JavaScript, uma linguagem que muitos já estão familiarizados em…

Read more
Oracle Linux 8 — python3 — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — python3 — vulnerability — patch and remediation guide (ELSA-2019-0997)

🟠 High   ⏱ 15–60 min  Last verified: 1 December 2020 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-0997 Related CVEs: CVE-2019-9636 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