April 2020 - Page 11 of 66

How To Install Apache Tomcat 9 on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 9 on Debian 10

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…

Read more
How to Set Up IIS Reverse Proxy on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up IIS Reverse Proxy on Windows Server 2019

Introduction to IIS Reverse Proxy on Windows Server 2019 A reverse proxy sits in front of backend servers and forwards incoming client requests to those servers, returning the responses to clients as if the proxy itself generated them. On Windows Server 2019, IIS combined with the Application Request Routing (ARR) module and URL Rewrite provides […]

Read more
Debian 10 — minidlna — vulnerability — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — minidlna — vulnerability — 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-2020-12695 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 Create a URL Shortener with Django and GraphQL — step-by-step Python tutorial on Progressive Robot

How To Create a URL Shortener with Django and GraphQL

GraphQL is an API standard created and open-sourced by Facebook as an alternative to REST APIs. It exposes a single endpoint for all communication instead of multiple URLs for different resources and solves the overfetching issue by returning only the data asked for by the client. In this tutorial you will create a backend for a URL shortener with Python 3, the Django web framework, and the Graphene-Django implementation, while diving into GraphQL concepts like queries and mutations.

Read more
Oracle Linux 8 — go-toolset:ol8 — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — go-toolset:ol8 — vulnerability — patch and remediation guide (ELSA-2019-1519)

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-1519 Related CVEs: CVE-2019-9741 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
Cómo instalar el servidor web de Apache en Debian 9 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar el servidor web de Apache en Debian 9

El servidor HTTP Apache es el más usado del mundo. Ofrece muchas características potentes, entre las que se incluyen módulos que se cargan de forma dinámica, una sólida compatibilidad con medios y amplia integración con otras herramientas de software populares. En esta…

Read more
How to Set Up a Bash Profile, .bashrc and Environment Variables on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up a Bash Profile, .bashrc and Environment Variables on RHEL 7

How to Set Up a Bash Profile, .bashrc and Environment Variables on RHEL 7 A well-configured shell environment can dramatically improve your productivity as a Linux administrator. On Red Hat Enterprise Linux 7, Bash is the default login shell and it reads several configuration files at startup, each serving a distinct purpose. Understanding the difference […]

Read more
CHAT