September 2020 - Page 33 of 66

How to Limit Container Resources with cgroups on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Limit Container Resources with cgroups on Debian 10

Introduction Deploying limit container resources with cgroups on debian 10 on a Debian 10 Buster machine is straightforward thanks to Debian’s policy-compliant packaging. Unlike rpm-based distributions, Debian stores configuration helpers in /etc/default/, uses update-rc.d for older init scripts, and provides dpkg-reconfigure for interactive package configuration. This tutorial stays on the systemd path throughout. Prerequisites Before […]

Read more
How To Install Apache Tomcat 8 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 8 on Ubuntu 14.04

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. This tutorial covers the basic installation and some configuration of the latest release of Tomcat 8 on your Ubuntu 14.04 server.

Read more
Oracle Linux 8 — perl-CPAN — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — perl-CPAN — vulnerability — patch and remediation guide (ELSA-2025-8432)

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2025-8432 Related CVEs: CVE-2020-16156 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 Implement a Sample Hash Table in C/C++ — step-by-step Programming tutorial on Progressive Robot

How To Implement a Sample Hash Table in C/C++

Introduction A hash table in C/C++ is a data structure that maps keys to values. A hash table uses a _hash function_ to compute indexes for a key. You can store the value at the appropriate location based on the hash table index. <!– –> The benefit of using a hash table is its very […]

Read more
¿Cómo actualizar a Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo actualizar a Ubuntu 16.04? (16-04-ES)

<$>[warning] Advertencia: Una versión anterior de esta guía incluía mención de los sistemas Ubuntu 14.04. Mientras que una actualización de 14.04 puede completarse con éxito, las actualizaciones entre versiones LTS no están habilitadas por defecto hasta la primera…

Read more
How to Configure Nginx Load Balancing on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure Nginx Load Balancing on RHEL 10

Introduction How to Configure Nginx Load Balancing on RHEL 10 on RHEL 10 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 is reproducible […]

Read more
CHAT