2020 - Page 99 of 735

SLES 12 — npm6 — multiple vulnerabilities (10 CVEs) — patch and remediation guide — diagnosis and fix on SLES 12

SLES 12 — npm6 — multiple vulnerabilities (10 CVEs) — patch and remediation guide

🔴 Critical   ⏱ 15–90 min  Last verified: 12 November 2020 Affected versions: SLES 12 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2020:1568-1 (see also SUSE bugzilla) Related CVEs: CVE-2020-8174 CVE-2019-15604 CVE-2019-15605 CVE-2019-15606 CVE-2019-16775 CVE-2019-16776 CVE-2019-16777 CVE-2020-7598  +2 more Upstream summary: napi_get_value_string_*() allows various kinds of memory corruption in node < 10.21.0, 12.18.0, and […]

Read more
How to Verify Downloaded Files — step-by-step Security tutorial on Progressive Robot

How to Verify Downloaded Files

Verifying downloaded files ensures that what you downloaded is what you think it is. In this tutorial, you’ll learn what file verification is, why it’s important, and how to do it on various operating systems using command-line tools.

Read more
How to Set Up a CI/CD Pipeline with Drone CI on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Set Up a CI/CD Pipeline with Drone CI on FreeBSD 12

Introduction Deploying set up a ci/cd pipeline with drone ci on freebsd 12 on a FreeBSD 12 machine differs from Linux in several important ways: packages come from the FreeBSD Ports Collection or the binary pkg repository, services are registered in /etc/rc.conf via sysrc(8), and firewall rules are written in pf.conf(5) syntax. This tutorial stays […]

Read more
Bias-Variance for Deep Reinforcement Learning: How To Build a Bot for Atari with OpenAI Gym — AI And Machine Learning tutorial on Progressive Robot

Bias-Variance for Deep Reinforcement Learning: How To Build a Bot for Atari with OpenAI Gym

Reinforcement learning is a subfield within control theory, which concerns controlling systems that change over time and broadly includes applications such as self-driving cars, robotics, and bots for games. Throughout this guide, you will use reinforcement learning to build a bot for Atari video games. By following this tutorial, you will have gained an understanding of the fundamental concepts that govern one’s choice of model complexity in machine learning.

Read more
Flyweight Design Pattern in Java — step-by-step Programming tutorial on Progressive Robot

Flyweight Design Pattern in Java

Today we will look into Flyweight design pattern. Flyweight Design Pattern According to GoF, flyweight design pattern intent is: > Use sharing to support large numbers of fine-grained objects efficiently Flyweight design pattern is a Structural design pattern like [Facade pattern](/community/tutorials/facade-design-pattern-in-java "Facade Pattern in Java – Example Tutorial"), [Adapter Pattern](/community/tutorials/adapter-design-pattern-java "Adapter Design Pattern in Java […]

Read more
CHAT