November 2019 - Page 9 of 66

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

How to Manage Active Directory at Scale with PowerShell on Windows Server 2016

Introduction Managing Active Directory at scale on Windows Server 2016 demands PowerShell automation. The ActiveDirectory module lets you create hundreds of users, manage group membership, audit accounts, and generate compliance reports in seconds rather than hours of manual effort. Installing the ActiveDirectory Module Install RSAT tools to get the AD PowerShell module: Add-WindowsFeature RSAT-AD-PowerShell Import-Module […]

Read more
How to Sort a List in Java — step-by-step Programming tutorial on Progressive Robot

How to Sort a List in Java

URL: https://www.progressiverobot.com/java-sort-list/ Sometimes we have to sort a list in Java before processing its elements. In this tutorial, we will learn how to sort a list in the natural order. We will also learn how to use our own Comparator implementation to sort a list of objects. Java List is similar to arrays except that […]

Read more
Install WordPress with Nginx on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Install WordPress with Nginx on Ubuntu 18.04

URL: https://www.progressiverobot.com/install-wordpress-nginx-ubuntu/ WordPress is one of the most popular and open source content management system (CMS) with a whopping 60% of market share as compared with other CMS like Drupal or Joomla. WordPress can be used to develop any kind of website, be it for a blog, a small business or for a large enterprise. […]

Read more
Создание настраиваемых ошибок в Go — step-by-step Programming tutorial on Progressive Robot

Создание настраиваемых ошибок в Go

Go предоставляет два способа создания ошибок в стандартной библиотеке, errors.New и fmt.Errorf. При передаче более сложной информации об ошибках для ваших пользователей или для…

Read more
Debian 9 — chromium — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on Debian 9

Debian 9 — chromium — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Debian 9 (stretch) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2018-17481 CVE-2019-5786 CVE-2019-5787 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification […]

Read more
How to Configure Apache mod_proxy as a Reverse Proxy on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Configure Apache mod_proxy as a Reverse Proxy on RHEL 7

How to Configure Apache mod_proxy as a Reverse Proxy on RHEL 7 Apache’s mod_proxy module transforms your existing Apache web server into a fully capable reverse proxy without requiring any additional software. On RHEL 7, Apache is the default web server and is frequently already running for other purposes. Rather than installing a second web […]

Read more
Cómo instalar Git en Ubuntu 18.04. — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Git en Ubuntu 18.04.

Brennen Bearnes escribió una versión anterior a este tutorial. Los sistemas de control de versión son cada vez más indispensables en el desarrollo de software moderno, ya que el control de versiones le permite dar…

Read more
openSUSE Tumbleweed — python36-python-engineio — vulnerability — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — python36-python-engineio — 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-2019:2267-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-13611 Upstream summary: An issue was discovered in python-engineio through 3.8.2. There is a Cross-Site WebSocket Hijacking (CSWSH) vulnerability that allows attackers to make WebSocket […]

Read more
Common Problems 112444

Windows Server 2019 — SID history conflict blocks access to resources after domain migration — Fix & Prevention

🟠 High   ⏱ 5–30 min  Last verified: 06 July 2027 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
CHAT