July 2020 - Page 4 of 69

How To Set Up the Eclipse Theia Cloud IDE Platform on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Set Up the Eclipse Theia Cloud IDE Platform on Debian 10

Eclipse Theia is an extensible cloud IDE running on a remote server and accessible from a web browser. In this tutorial, you’ll deploy Eclipse Theia to your Debian 10 server using Docker Compose, a container orchestration tool. You’ll expose it at your domain using nginx-proxy, an automated system for Docker that simplifies the process of configuring Nginx to serve as a reverse proxy for a container.

Read more
Настройка виртуальных хостов Apache в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка виртуальных хостов Apache в Ubuntu 18.04

Веб-сервер Apache — популярный способ размещения сайтов в Интернете. Согласно оценкам, в 2019 году на базе этого веб-сервера работали 29% всех активных сайтов. Он обеспечивает разработчикам преимущества гибкости и надежности. Используя Apache, администратор может настроить один…

Read more
SLES 12 — raptor — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on SLES 12

SLES 12 — raptor — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: SLES 12 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2022:2895-1 (see also SUSE bugzilla) Related CVEs: CVE-2020-25713 CVE-2017-18926 CVE-2012-0037 Upstream summary: A malformed input file can lead to a segfault due to an out of bounds array access in raptor_xml_writer_start_element_common. Table […]

Read more
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
CHAT