2021 - Page 643 of 759

How to Configure Server Manager on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Server Manager on Windows Server 2016

How to Set Up Windows Server 2016 Server Manager Server Manager is the central management console in Windows Server 2016 that consolidates the most common server administration tasks into a single dashboard. It provides a unified view of server status, role and feature management, event logs, performance data, and service health across both local and […]

Read more
How To Install Puppet 4 on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Puppet 4 on Ubuntu 16.04

Puppet is a configuration management tool that helps system administrators automate the provisioning, configuration and management of a server infrastructure. In this tutorial, we will demonstrate how to install open source Puppet 4 in a master-agent setup on Ubuntu 16.04. In this setup, the Puppet master server—which runs the Puppet Server software—can be used to control al

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

Oracle Linux 8 — firefox — vulnerability — patch and remediation guide (ELSA-2021-0655)

🔴 Critical   ⏱ 15–90 min  Last verified: 27 February 2021 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2021-0655 Related CVEs: CVE-2021-23968 CVE-2021-23973 CVE-2021-23969 CVE-2021-23978 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches […]

Read more
Установка MySQL в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка MySQL в Ubuntu 20.04

Предыдущая версия настоящего обучающего модуля составлена Хейзел Вирдо MySQL — это система управления базами данных с открытым исходным кодом, которая, как правило, устанавливается в составе…

Read more
Debian 10 — python-django — multiple vulnerabilities (4 CVEs) — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — python-django — multiple vulnerabilities (4 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 27 February 2021 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-14232 CVE-2019-19844 CVE-2020-13254 CVE-2020-7471 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches […]

Read more
How To Inspect Kubernetes Networking — step-by-step Kubernetes tutorial on Progressive Robot

How To Inspect Kubernetes Networking

Kubernetes is a container orchestration system that can manage containerized applications across a cluster of server nodes. Maintaining network connectivity between all the containers in a cluster requires some advanced networking techniques. In this article, we will briefly…

Read more
openSUSE Tumbleweed — python36-django-registration — vulnerability — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — python36-django-registration — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE advisory openSUSE-SU-2021:0588-1 (see also SUSE bugzilla) Related CVEs: CVE-2021-21416 Upstream summary: django-registration is a user registration package for Django. The django-registration package provides tools for implementing user-account registration flows in the Django web […]

Read more
How To Customize React Components with Props — step-by-step Javascript tutorial on Progressive Robot

How To Customize React Components with Props

Props are arguments that you provide to a JSX element in a React application. They look like standard HTML props, but they aren’t predefined and can have many different JavaScript data types, including numbers, strings, functions, arrays, and even other React components. In this tutorial, you’ll create custom components by passing props to your component. After adding props, you will use PropTypes to define the type of data you expect a component to receive.

Read more
How to Manage Node.js Versions with NVM on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Manage Node.js Versions with NVM on RHEL 7

How to Manage Node.js Versions with NVM on RHEL 7 Managing Node.js versions is one of the most common challenges for developers and system administrators working with JavaScript applications. Different projects often require different Node.js versions—a legacy application might target Node.js 14 while a new microservice targets Node.js 20. Upgrading the system-wide Node.js installation to […]

Read more
CHAT