October 2020 - Page 44 of 69

Установка R в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка R в Ubuntu 20.04

Язык программирования с открытым исходным кодом R широко используется для выполнения анализа данных и статистических вычислений. Он поддерживается фондом R Foundation for Statistical Computing и становится все более популярным и расширяемым языком с активным сообществом…

Read more
How to Set Up ArgoCD for GitOps on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up ArgoCD for GitOps on RHEL 7

How to Set Up ArgoCD for GitOps on RHEL 7 GitOps is an operational model in which the desired state of your infrastructure and applications is stored declaratively in a Git repository, and an automated agent continuously reconciles that desired state with the actual running state in your Kubernetes cluster. ArgoCD is the leading open-source […]

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

Oracle Linux 8 — sqlite — vulnerability — patch and remediation guide (ELSA-2020-0273)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2020-0273 Related CVEs: CVE-2019-13734 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 Style Header with CSS – Hero Section Tutorial 2025–2026

How to Style Header with CSS – Hero Section Tutorial 2025–2026

Learning how to style header with CSS is one of the most rewarding and frequently used skills in any CSS tutorial for beginners — the header (also called hero section) is the very first thing visitors see, and getting it right creates instant impact. In this hands-on guide, you’ll recreate the demonstration website’s top header section using pure HTML and CSS: circular profile image with yellow border, large centered headline, subtitle, and a call-to-action button — all wrapped in a styled container with background, padding, and modern typography.

Read more
Cómo usar .map() para iterar elementos de matriz en JavaScript — step-by-step Javascript tutorial on Progressive Robot

Cómo usar .map() para iterar elementos de matriz en JavaScript

Uno de los métodos más populares de iterar conjuntos de datos en JavaScript es el método `.map()`. `.map()` crea una matriz a partir de la invocación de una función específica sobre cada elemento en la matriz principal. `.map()` es un método sin mutación que crea una nueva matriz en vez de cambiar la original. En este tutorial, veremos cuatro usos notales de `.map()` en JavaScript: invocar una función de elementos de matriz, convertir cadenas a matrices, renderizar listas en bibliotecas y cambia

Read more
CHAT