March 2021 - Page 44 of 69

How To Write Asynchronous Code in Node.js — step-by-step Javascript tutorial on Progressive Robot

How To Write Asynchronous Code in Node.js

With asynchronous programming, JavaScript and Node.js developers can execute other code while waiting for activities like network requests to finish. This can make writing API calls much more efficient. In this tutorial, you will learn how JavaScript manages asynchronous tasks with help from the Event Loop. You will then create a program that uses asynchronous programming written in three ways: with callbacks, promises, and the async/await keywords.

Read more
Debian 10 — sudo — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — sudo — multiple vulnerabilities (2 CVEs) — 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-14287 CVE-2021-3156 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 Set Up a Multi-Node Kubernetes Cluster on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Set Up a Multi-Node Kubernetes Cluster on Oracle Linux 8

Introduction How to Set Up a Multi-Node Kubernetes Cluster 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 […]

Read more
How To Use Martini to Serve Go Applications Behind an Nginx Server on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Use Martini to Serve Go Applications Behind an Nginx Server on Ubuntu

Web frameworks allow you to quickly program web applications without having to worry about the underlying glue that holds everything together. Martini is a modern web framework for the Go programming language that makes it easy to write web applications. In this guide, we will discuss how to create a Martini application and use Nginx as a reverse proxy to serve it requests.

Read more
Como instalar o Jenkins no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Jenkins no Ubuntu 18.04

O Jenkins é um servidor de automação de código aberto que automatiza as tarefas técnicas repetitivas envolvidas na integração e entrega contínuas do software. O Jenkins é baseado no Java e pode ser instalado dos pacotes Ubuntu ou baixando e executando seu…

Read more
¿Cómo Instalar y Utilizar PostgreSQL en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo Instalar y Utilizar PostgreSQL en Ubuntu 16.04?

Los sistemas de administración de bases de datos relacionales son un componente clave en muchos sitios y aplicaciones web. Estos proveen un camino estructurado para almacenar, organizar y acceder a información. PostgreSQL, o Postgres, es un sistema de administración de…

Read more
How to Set Up S3FS FUSE Mount on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Set Up S3FS FUSE Mount on FreeBSD 12

Introduction How to Set Up S3FS FUSE Mount on FreeBSD 12 is a core administration task for any FreeBSD 12 server operator. FreeBSD 12 ships with the 15.0-RELEASE kernel, ZFS as the default root filesystem, Capsicum capability sandboxing improvements, and an updated ports tree. Unlike Linux distributions, FreeBSD uses rc(8) for service management, pf for […]

Read more
CHAT