2020 - Page 719 of 735

Installation von Anaconda auf Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

Installation von Anaconda auf Ubuntu 18.04 [Quickstart]

Anaconda,ein Open-Source-Paketmanager und Umgebungsmanager, wurde für Data-Science- und Machine-Learning-Workflows sowie die Verteilung der Programmiersprachen Python und R entwickelt. Dieses Tutorial beschreibt die Installation von Anaconda auf einem Ubuntu 18.04 Server….

Read more
Arch Linux — cgit — vulnerability — patch and remediation guide — diagnosis and fix on Arch Linux

Arch Linux — cgit — vulnerability — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Arch Linux (rolling release) 📖 ~4 min read  •  Source: Arch ASA ASA-201808-2 Related CVEs: CVE-2018-14912 Upstream summary: Type: directory traversal. Status: Fixed. Affected: 1.2-1. Fixed in: 1.2.1-1. Group: AVG-745. Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis […]

Read more
The exit() function in C++ — step-by-step Programming tutorial on Progressive Robot

The exit() function in C++

Introduction Today we'll learn about exit() in C++. We know we can break out of loops using the built-in break function in C++. Similarly, we can also break out of a whole C++ program using the exit() function. Think of a situation where you are to come to a conclusion in your program. You get […]

Read more
How to Configure Huge Pages for Database Performance on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Configure Huge Pages for Database Performance on RHEL 7

How to Configure Huge Pages for Database Performance on RHEL 7 Database engines — particularly Oracle, PostgreSQL, and MySQL/InnoDB — allocate and manage large memory pools for their buffer caches and shared memory segments. By default, the Linux kernel manages memory in 4 KB pages, which means that a 32 GB database buffer pool requires […]

Read more
Common Problems 115090

Custom unit changes ignored because daemon-reload not run

🟡 Medium   ⏱ 5–30 min  Last verified: 8 January 2020 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & Cross-Refs References & Further […]

Read more
Common Problems 114932

RHEL 8 SELinux Denies Apache Access to Custom Content Directory

🟠 High   ⏱ 5–30 min  Last verified: 8 January 2020 Affected versions: 8.6 8.7 8.8 8.9 8.10 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening […]

Read more
How to Deploy a Zend Framework Application on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Deploy a Zend Framework Application on SLES 15

Introduction This tutorial covers How to Deploy a Zend Framework Application on SLES 15 on SLES 15. SLES 15 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 15 system is up to date: […]

Read more
FreeBSD 12 — paraview — multiple vulnerabilities (5 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — paraview — multiple vulnerabilities (5 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 8 January 2020 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: tiff — buffer overflow vulnerability Related CVEs: CVE-2004-0803 CVE-2004-0804 CVE-2004-0886 CVE-2004-1308 CVE-2005-1544 Upstream summary: A Gentoo Linux Security Advisory reports: Tavis Ormandy of the Gentoo Linux Security Audit Team discovered […]

Read more
Spring MVC @RequestMapping Annotation Example with Controller, Methods, Headers, Params, @RequestParam, @PathVariabl — DevOps tutorial on Progressive Robot

Spring MVC @RequestMapping Annotation Example with Controller, Methods, Headers, Params, @RequestParam, @PathVariable

URL: https://www.progressiverobot.com/spring-requestmapping-requestparam-pathvariable-example/ @RequestMapping is one of the most widely used Spring MVC annotation. org.springframework.web.bind.annotation.RequestMapping annotation is used to map web requests onto specific handler classes and/or handler methods. ![Spring @RequestMapping @RequestParam and @PathVariable example](images/spring-requestmapping-requestparam-pathvariable-example-section-1.png) @RequestMapping can be applied to the controller class as well as methods. Today we will look into various usage of this […]

Read more
CHAT