March 2023 - Page 62 of 72

How To Work with Numbers in PHP — step-by-step Programming tutorial on Progressive Robot

How To Work with Numbers in PHP

Being able to effectively perform mathematical operations in programming is an important skill to develop because of how frequently you’ll be working with numbers. This tutorial will go over many different operators that can be used with numerical data types in PHP, as well as how PHP handles “type juggling” and built-in math functions.

Read more
Использование Visual Studio Code для удаленной разработки с помощью плагина Remote-SSH — step-by-step Linux tutorial on Progressive Robot

Использование Visual Studio Code для удаленной разработки с помощью плагина Remote-SSH

Visual Studio Code — популярная интегрированная среда разработки. Большой выбор плагинов, минимальный дизайн и поддержка кросс-платформ делают ее привлекательной для разработчиков всех уровней. В этом обучающем модуле основное внимание уделяется…

Read more
How to Configure SDN Gateway Pools on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure SDN Gateway Pools on Windows Server 2016

How to Set Up Windows Server 2016 Gateway Pools In a Windows Server 2016 SDN deployment, a Gateway Pool is a logical grouping of RAS Gateway virtual machines managed by the Network Controller. Gateway Pools provide high availability and capacity management for tenant VPN and routing connections. When a tenant requires a gateway connection, the […]

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

Oracle Linux 8 — edk2 — vulnerability — patch and remediation guide (ELSA-2024-3017)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2024-3017 Related CVEs: CVE-2022-36763 CVE-2022-36764 CVE-2022-36765 CVE-2023-45229 CVE-2023-45232 CVE-2023-45235 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – […]

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

Oracle Linux 8 — curl — vulnerability — patch and remediation guide (ELSA-2022-6159)

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2022-6159 Related CVEs: CVE-2022-32206 CVE-2022-32208 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 Build and Deploy a GraphQL Server with Node.js and MongoDB on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Build and Deploy a GraphQL Server with Node.js and MongoDB on Ubuntu 18.04

In this tutorial you’ll build and deploy a GraphQL server with Node.js that can query and mutate data from a MongoDB database that is running on Ubuntu 18.04. At the end of this tutorial, you’ll be able to access data in your database by using a single endpoint, both by sending requests to the server directly through the terminal and by using the pre-made GraphiQL playground interface.

Read more
How To Add the log Module to Nginx on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Add the log Module to Nginx on Debian 8

In this guide, we will look at how to utilize Nginx’s logging module. We’ll set up separate log files for different server blocks and then customize the logging output. We’ll also add additional information about requests (in this tutorial’s example, the time it takes to serve a request) to the access log beyond what Nginx includes by default.

Read more
How to Configure IIS Authentication on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure IIS Authentication on Windows Server 2022

How to Configure SQL Server Agent Jobs on Windows Server 2022 SQL Server Agent is the built-in job scheduling and automation engine in SQL Server. It runs as a Windows service (SQLSERVERAGENT) and handles routine DBA tasks such as backups, index maintenance, DBCC checks, ETL processing, and alerting. On Windows Server 2022 with SQL Server […]

Read more
CHAT