2020 - Page 397 of 735

React でスムーススクロールを実装する方法 — step-by-step Javascript tutorial on Progressive Robot

React でスムーススクロールを実装する方法

スムーススクロールとは何でしょう。ボタンをクリックして(同じ) ページの別の箇所へジャンプさせる代わりに、スクロールアニメーションによってそこまで移動させ機能です。これはサイトの美観に差をつける繊細な機能です。

Read more
How and When to Use Sqlite — step-by-step Databases tutorial on Progressive Robot

How and When to Use Sqlite

Sqlite is a very simple and fast open source SQL engine. This tutorial will explain when it is optimal to use Sqlite, as opposed to a full-blown RDBMS such as Mysql or Postgres, as well as how to install it and basic usage examples covering CRUD – Create, Read, Update, and Delete.

Read more
Common Problems 113137

Windows Server 2016 — Component store partial rebuild leaves features missing after restore — Fix & Prevention

🟠 High   ⏱ 5–30 min  Last verified: 14 June 2020 Affected versions: Windows Server 2016 📖 ~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 112463

Windows Server 2019 — DHCP scope exhaustion caused by stale reservations and delayed lease reclamation — Fix & Prevention

🟠 High   ⏱ 5–30 min  Last verified: 14 June 2020 Affected versions: Windows Server 2019 📖 ~2 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 Install Ruby on Rails on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Install Ruby on Rails on Debian 10

Introduction How to Install Ruby on Rails on Debian 10 is a fundamental operation for any administrator maintaining a Debian 10 Buster server. Debian 10 Buster ships with the Linux 6.12 kernel, updated toolchains, and a fully refreshed package archive — meaning version numbers, configuration file paths, and some dependency chains differ from Debian 10. […]

Read more
Spring @Component — step-by-step DevOps tutorial on Progressive Robot

Spring @Component

URL: https://www.progressiverobot.com/spring-component/ Spring Component annotation is used to denote a class as Component. It means that [Spring framework](/community/tutorials/spring-framework) will autodetect these classes for [dependency injection](/community/tutorials/spring-dependency-injection) when annotation-based configuration and classpath scanning is used. Spring Component In layman terms, a Component is responsible for some operations. Spring framework provides three other specific annotations to be used […]

Read more
Alpine Linux edge — uwsgi — vulnerability — patch and remediation guide — diagnosis and fix on Alpine Linux edge

Alpine Linux edge — uwsgi — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Alpine Linux edge / fixed in 2.0.16-r0 📖 ~4 min read  •  Source: Alpine secdb entry — uwsgi 2.0.16-r0 Related CVEs: CVE-2018-6758 Upstream summary: Alpine main repository for vedge ships uwsgi 2.0.16-r0 which addresses CVE-2018-6758. Table of contents Symptom & Impact Environment […]

Read more
How to Merge Two Lists in Java? — step-by-step Programming tutorial on Progressive Robot

How to Merge Two Lists in Java?

URL: https://www.progressiverobot.com/merge-two-lists-in-java/ Merging two lists in Java is often a useful operation. These lists can be ArrayLists or LinkedLists. How to Merge Two Lists in Java There are multiple ways we can merge two lists in Java. Let's explore some of the straightforward ones to get your job done! 1. The addAll() method to merge […]

Read more
FreeBSD 12 — monkey — security advisory — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — monkey — security advisory — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 14 June 2020 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: monkey — improper input validation vulnerability Upstream summary: Census Labs reports: We have discovered a remotely exploitable "improper input validation" vulnerability in the Monkey web server that allows an attacker […]

Read more
CHAT