2021 - Page 711 of 759

Доступ к фронтальной и задней камерам с помощью getUserMedia() в JavaScript — step-by-step Javascript tutorial on Progressive Robot

Доступ к фронтальной и задней камерам с помощью getUserMedia() в JavaScript

В языке HTML5 появились API для доступа к аппаратному обеспечению устройств, включая MediaDevices API. Этот API предоставляет доступ к устройствам ввода мультимедиа. в том числе аудио и видео. В этом учебном модуле вы узнаете, как получать доступ к видеопотокам с камер устройства пользователя.

Read more
An Introduction to Networking Terminology, Interfaces, and Protocols — step-by-step Linux tutorial on Progressive Robot

An Introduction to Networking Terminology, Interfaces, and Protocols

A basic understanding of networking is important for anyone managing a server. Not only is it essential for getting your services online and running smoothly, it also gives you the insight to diagnose problems. This document will provide a basic overview of some common networking concepts. We will discuss basic terminology, common protocols, and the responsibilities and characteristics of the different layers of networking.

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

Oracle Linux 8 — kernel — security and stability fixes — required update (ELSA-2021-5227)

🟡 Medium   ⏱ 10–30 min  Last verified: 24 January 2021 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2021-5227 Related CVEs: CVE-2021-20321 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
Compreendendo os ganchos de ciclo de vida do Vue.js — step-by-step Javascript tutorial on Progressive Robot

Compreendendo os ganchos de ciclo de vida do Vue.js

Ganchos de ciclo de vida são uma janela para ver como a biblioteca que você está usando funciona nos bastidores. Os ganchos de ciclo de vida permitem saber quando seu componente é criado, adicionado ao DOM, atualizado ou destruído. Este artigo irá apresentar-lhe os ganchos de criação, montagem, atualização e destruição.

Read more
Arch Linux — telegram-desktop — vulnerability — patch and remediation guide — diagnosis and fix on Arch Linux

Arch Linux — telegram-desktop — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Arch Linux (rolling release) 📖 ~4 min read  •  Source: Arch ASA ASA-202107-45 Related CVEs: CVE-2021-36769 Upstream summary: Type: content spoofing. Status: Fixed. Affected: 2.8.4-3. Fixed in: 2.8.11-1. Group: AVG-2170. Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis […]

Read more
How to Configure HAProxy SSL Termination on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Configure HAProxy SSL Termination on Oracle Linux 8

Introduction How to Configure HAProxy SSL Termination on Oracle Linux 8 on Oracle Linux 8 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the resulting configuration […]

Read more
Как установить Node.js в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Node.js в Ubuntu 16.04

Node.js это платформа для разработки приложений на языке JavaScript, позволяющая быстро создавать приложения, работающие в сети. Использование JavaScript одновременно на клиентской и на серверной стороне позволяет сделать разработку более унифицированной и спроектированной в…

Read more
Mockito mock examples — step-by-step Programming tutorial on Progressive Robot

Mockito mock examples

URL: https://www.progressiverobot.com/mockito-mock-examples/ Mockito mocking framework provides different ways to mock a class. Let's look at different methods through which we can mock a class and stub its behaviors. Mockito mock method We can use [Mockito](/community/tutorials/mockito-tutorial) class mock() method to create a mock object of a given class or interface. This is the simplest way to […]

Read more
CHAT