2019 - Page 271 of 527

What is Node.js? — step-by-step Javascript tutorial on Progressive Robot

What is Node.js?

Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It allows programmers to create fast, scaleable, back-end JavaScript applications. The asynchronous and event-driven nature of Node.js makes it well suited for creating applications that can handle many connections at once, a common task for web servers and other back-end applications.

Read more
How to Set Up File Server Resource Manager (FSRM) on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up File Server Resource Manager (FSRM) on Windows Server 2012 R2

How to Set Up File Server Resource Manager (FSRM) on Windows Server 2012 R2 File Server Resource Manager (FSRM) is a Windows Server 2012 R2 role service that provides granular control over file storage through disk quotas, file screening, storage reports, and classification rules. FSRM enables administrators to enforce storage policies that prevent individual users […]

Read more
SLES 15 — libneon27 — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — libneon27 — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 18 August 2019 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SR:2009:018 (see also SUSE bugzilla) Related CVEs: CVE-2009-2473 CVE-2009-2474 Upstream summary: neon before 0.28.6, when expat is used, does not properly detect recursion during entity expansion, which allows context-dependent attackers to cause […]

Read more
Suggested Topics for Tutorials — step-by-step DevOps tutorial on Progressive Robot

Suggested Topics for Tutorials

Our tutorials help people like you solve some of their trickiest problems. Whether they’re building out some infrastructure or writing a web application, readers trust our tutorials because they’re written for developers by developers.

Read more
SLES 15 — enigmail — multiple vulnerabilities (5 CVEs) — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — enigmail — multiple vulnerabilities (5 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 18 August 2019 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory openSUSE-SU-2018:1329-1 (see also SUSE bugzilla) Related CVEs: CVE-2017-17688 CVE-2017-17689 CVE-2018-12019 CVE-2014-5369 CVE-2019-12269 Upstream summary: The OpenPGP specification allows a Cipher Feedback Mode (CFB) malleability-gadget attack that can indirectly lead to plaintext exfiltration, […]

Read more
Arch Linux — ettercap — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on Arch Linux

Arch Linux — ettercap — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Arch Linux (rolling release) 📖 ~4 min read  •  Source: Arch ASA ASA-201709-16 Related CVEs: CVE-2017-8366 CVE-2017-6430 Upstream summary: Type: multiple issues. Status: Fixed. Affected: 0.8.2-4. Fixed in: 0.8.2-5. Group: AVG-212. Table of contents Symptom & Impact Environment & Reproduction Root Cause […]

Read more
How To Use Git Branches — step-by-step DevOps tutorial on Progressive Robot

How To Use Git Branches

A branch, at its core, is a unique series of code changes with a unique name. Each repository can have one or more branches. This tutorial will teach you how to create two branches (master and develop) and how to merge code from the development stage to production.

Read more
CHAT