2021 - Page 592 of 759

Vue.jsのライフサイクルフックを理解する — step-by-step Javascript tutorial on Progressive Robot

Vue.jsのライフサイクルフックを理解する

ライフサイクルフックは、使用しているライブラリがバックグラウンドでどのように機能するのかを見せてくれます。ライフサイクルフックを使用すると、コンポーネントの作成、DOMへの追加、更新、または破壊がいつ行われたかを確認することができます。この記事では、作成、マウント、更新、破壊のフックを紹介します。

Read more
Using the React-Async Library for Declarative Data Fetching — step-by-step Javascript tutorial on Progressive Robot

Using the React-Async Library for Declarative Data Fetching

The combination of React and `async-await` leads to a mixed pattern in which we have both imperative code (for data fetching) and declarative code (for UI composition). [React-async](https://github.com/ghengeveld/react-async) provides a declarative API to perform any REST API calls using a single React component, allowing declarative programming to be used throughout the application. In this article, we will explain how the React-Async library helps us fetch data.

Read more
openSUSE Tumbleweed — apache2-mod_auth_mellon — vulnerability — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — apache2-mod_auth_mellon — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2021:2912-1 (see also SUSE bugzilla) Related CVEs: CVE-2021-3639 Upstream summary: A flaw was found in mod_auth_mellon where it does not sanitize logout URLs properly. This issue could be used by an attacker […]

Read more
Ubuntu 18.04 — open-iscsi — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — open-iscsi — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 24 March 2021 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-6259-1 Related CVEs: CVE-2020-13987 CVE-2020-13988 CVE-2020-17437 Upstream summary: Jos Wetzels, Stanislav Dashevskyi, and Amine Amri discovered that Open-iSCSI incorrectly handled certain checksums for IP packets. An attacker could possibly use […]

Read more
How To Install Go 1.7 on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Go 1.7 on CentOS 7

Go, often referred to as golang, is an open-source programming language developed by Google. It takes a minimalist approach to development with a focus on making it easy to build simple, reliable, and efficient software.

Read more
How to Set Up Event Log Forwarding on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up Event Log Forwarding on Windows Server 2016

How to Set Up Windows Server 2016 Event Log Forwarding Windows Event Log Forwarding (WEF) allows you to collect event logs from multiple Windows computers and consolidate them on a central collector server. This is critical for centralized security monitoring, compliance, and SIEM integration without deploying agent software. WEF uses the Windows Remote Management (WinRM) […]

Read more
Установка и использование Docker в Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Установка и использование Docker в Ubuntu 20.04

Docker — это приложение, упрощающее процесс управления процессами приложения в контейнерах. Контейнеры позволяют запускать приложения в процессах с изолированными ресурсами. Они похожи на виртуальные машины, но более портативные, более эффективно…

Read more
CHAT