chris

How to Use PowerShell to Manage Active Directory at Scale on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Use PowerShell to Manage Active Directory at Scale on Windows Server 2019

Introduction: Managing Active Directory at Scale with PowerShell When an Active Directory environment grows to thousands of users, hundreds of groups, and dozens of OUs, the graphical tools become a bottleneck. PowerShell and the ActiveDirectory module—installed by default on Windows Server 2019 domain controllers and available on member servers via RSAT—provide the primitives for bulk […]

Read more
Comment mettre en œuvre le défilement fluide dans React — step-by-step Javascript tutorial on Progressive Robot

Comment mettre en œuvre le défilement fluide dans React

Qu’est-ce que le défilement fluide ? Au lieu de cliquer sur un bouton et d’être instantanément amené à une autre partie de la (même) page, l’utilisateur y est guidé par une animation de défilement. C’est l’une de ces caractéristiques subtiles sur un site qui fait une différence esthétique.

Read more
Erste Schritte mit der Requests-Bibliothek in Python — step-by-step Python tutorial on Progressive Robot

Erste Schritte mit der Requests-Bibliothek in Python

In vielen Webanwendungen ist es normal, sich über APIs mit verschiedenen Diensten von Drittanbietern zu verbinden. Wenn Sie diese APIs verwenden, können Sie auf Daten wie Wetterinformationen, Sportergebnisse, Filmlisten, Tweets, Suchmaschinenergebnisse und Bilder zugreifen. Sie…

Read more
How To Create and Manage Tables in SQL — step-by-step DevOps tutorial on Progressive Robot

How To Create and Manage Tables in SQL

Tables are the primary organizational structure in SQL databases. They consist of any number of columns, which reflect individual attributes of each row, or record, in the table. Being such a fundamental aspect of data organization, creating and managing tables are common tasks for anyone who builds or maintains databases. This guide outlines how to create tables in SQL, as well as how to modify and delete existing tables.

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

Oracle Linux 8 — spamassassin — vulnerability — patch and remediation guide (ELSA-2020-4625)

🟡 Medium   ⏱ 10–30 min  Last verified: 30 July 2020 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2020-4625 Related CVEs: CVE-2019-12420 CVE-2020-1930 CVE-2018-11805 CVE-2020-1931 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches […]

Read more
Apache POI Tutorial — step-by-step Web Servers tutorial on Progressive Robot

Apache POI Tutorial

Welcome to Apache POI Tutorial. Sometimes we need to read data from Microsoft Excel Files or we need to generate reports in Excel format, mostly for Business or Finance purposes. Java doesn't provide built-in support for working with excel files, so we need to look for open source APIs for the job. When I started […]

Read more
Android Capture Image from Camera and Gallery — step-by-step DevOps tutorial on Progressive Robot

Android Capture Image from Camera and Gallery

In this tutorial we'll develop an application that picks an image from camera or gallery and display that in an ImageView. Note: The below code works fine for pre-Android Nougat versions. For the latest working example check out the updated article. Android Capture Image Overview With the commence of Android Marshmallow, runtime permissions need to […]

Read more
Common Problems 121508

Systemd Service Fails on Boot Due to Dependency Order

🟠 High   ⏱ 5–30 min  Last verified: 29 July 2020 Affected versions: Debian 9 📖 ~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
CHAT