October 2020 - Page 53 of 69

Работа сервера Nginx и алгоритмов выбора блока расположения — step-by-step Web Servers tutorial on Progressive Robot

Работа сервера Nginx и алгоритмов выбора блока расположения

Nginx — один из самых популярных веб-серверов в мире. В этом учебном модуле мы расскажем, как Nginx выбирает сервер и блок расположения, который будет обрабатывать запрос определенного клиента. Мы опишем алгоритм, а также директивы и опции, которые можно использовать для изменения процесса выбора.

Read more
How To Use Enums in TypeScript — step-by-step Javascript tutorial on Progressive Robot

How To Use Enums in TypeScript

In TypeScript, enums, or enumerated types, are data structures of constant length that hold a set of constant values. Each of these constant values is known as a member of the enum. Enums are useful when setting properties or values that can only be a certain number of possible values. This tutorial will explain the syntax used to create enum types, the JavaScript code that the TypeScript compiler creates under the hood, and a use case for enums in game development.

Read more
How to Install Nginx on FreeBSD 11.2 — step-by-step Linux tutorial on Progressive Robot

How to Install Nginx on FreeBSD 11.2

Nginx is one of the most popular web servers in the world known for its frequent use as a load balancer and reverse proxy. Many of the largest and most highly trafficked sites on the internet depend on Nginx, at least in part due to its resource-friendliness.

Read more
How To Create an Intelligent Chatbot in Python Using the spaCy NLP Library — step-by-step Python tutorial on Progressive Robot

How To Create an Intelligent Chatbot in Python Using the spaCy NLP Library

In this tutorial, you will create a chatbot that not only helps users simplify their interactions with a software system, but is also intelligent enough to communicate with the user in natural language (American English in this tutorial). The chatbot will use the OpenWeather API to tell the user what the current weather is in any city of the world, but you can implement your chatbot to handle any use case where and API is available.

Read more
Debian 10 — ruby-loofah — vulnerability — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — ruby-loofah — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-15587 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
Oracle Linux 8 — edk2 — security and stability fixes — required update — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — edk2 — security and stability fixes — required update (ELSA-2023-6919)

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2023-6919 Related CVEs: CVE-2019-14560 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
How to Tune Network Parameters with no on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Tune Network Parameters with no on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to tune network parameters with no on ibm aix 7.1 […]

Read more
CHAT