Pagination in Gatsby Using gatsby-awesome-pagination
Learn how to add a simple pagination system to a Gatsby site using the gatsby-awesome-pagination plugin.
Learn how to add a simple pagination system to a Gatsby site using the gatsby-awesome-pagination plugin.
How to Configure Windows Server 2016 Group Policy Group Policy is a powerful feature of Active Directory that enables centralized management and configuration of operating systems, applications, and user settings across an Active Directory environment. In Windows Server 2016, Group Policy is administered through the Group Policy Management Console (GPMC) and uses Group Policy Objects […]
🟡 Medium ⏱ 10–30 min Last verified: 28 November 2020 Affected versions: Oracle Linux 8 📖 ~4 min read • Source: ELSA advisory ELSA-2020-5473 Related CVEs: CVE-2020-16166 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]
🟡 Medium ⏱ 5–30 min Last verified: 28 November 2020 📖 ~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 & Cross-Refs References & Further […]
🟠 High ⏱ 5–30 min Last verified: 28 November 2020 Affected versions: Windows Server 2019 📖 ~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 […]
🟠 High ⏱ 5–30 min Last verified: 28 November 2020 Affected versions: Windows Server 2019 📖 ~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 […]
Introduction Just-In-Time (JIT) Administration on Windows Server 2016 is a Privileged Access Management (PAM) model that grants elevated privileges only when needed and only for the minimum time required to complete a task. Using the PAM feature in Active Directory (introduced in Windows Server 2016), administrators request time-limited group membership that expires automatically after a […]
Introduction Setting up install haproxy on oracle linux 8 on a Oracle Linux 8 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Install HAProxy on Oracle Linux 8, with all the commands you need, the SELinux and firewalld considerations to keep in mind, and […]
ownCloud is an open source Data Storage solution similar to Dropbox or Google Drive. One can grab its source code and install it anywhere they want, thus gaining much more control over their data. Get it setup on your Ubuntu cloud server.
In this guide, we will be setting up a simple WSGI application served by uWSGI. We will use the Nginx web server as a reverse proxy to the application server to provide more robust connection handling. We will be installing and configuring these components on a CentOS 7…