2020 - Page 686 of 735

How To Monitor Your Managed PostgreSQL Database Using Nagios Core on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Monitor Your Managed PostgreSQL Database Using Nagios Core on Ubuntu 18.04

Database monitoring is key to understanding how a database performs at various points in time. It can help you uncover hidden usage problems and bottlenecks, and will also allow you to be in the loop of everything that is happening to your database. In this tutorial, you will set up PostgreSQL database monitoring in Nagios Core using the check_postgres Nagios plugin and set up Slack-based alerting.

Read more
Oracle Linux 8 — java-11-openjdk — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — java-11-openjdk — vulnerability — patch and remediation guide (ELSA-2019-1817)

🟡 Medium   ⏱ 10–30 min  Last verified: 25 January 2020 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-1817 Related CVEs: CVE-2019-2786 CVE-2019-2762 CVE-2019-2745 CVE-2019-2769 CVE-2019-2821 CVE-2019-2816 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – […]

Read more
How to Install .NET SDK and Runtime on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Install .NET SDK and Runtime on RHEL 8

.NET is Microsoft’s open-source, cross-platform framework for building web APIs, console applications, microservices, and more. RHEL 8 is a fully supported platform for .NET 8, and Microsoft provides a dedicated package repository that integrates cleanly with dnf. This tutorial shows you how to add the Microsoft repository, install the .NET 8 SDK and ASP.NET Core […]

Read more
How To Enable SFTP Without Shell Access on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Enable SFTP Without Shell Access on Ubuntu 16.04

SFTP stands for SSH File Transfer Protocol. As its name suggests, it’s a secure way of transferring files to a server using an encrypted SSH connection. In a standard configuration, the SSH server grants file transfer access and terminal shell access to all users with an account on the system. In this tutorial, we’ll set up the SSH daemon to limit SFTP access to one directory with no SSH access allowed on per user basis.

Read more
Getting Started With Svelte — step-by-step DevOps tutorial on Progressive Robot

Getting Started With Svelte

Discover how Svelte helps you write less code, brings reactivity to JavaScript, and compiles your code to tiny, framework-less vanilla JS so that your app starts fast and stays fast.

Read more
openSUSE Tumbleweed — rubygem-passenger — multiple vulnerabilities (7 CVEs) — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — rubygem-passenger — multiple vulnerabilities (7 CVEs) — patch and remediation guide

🔴 Critical   ⏱ 15–90 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE security advisory (see also SUSE bugzilla) Related CVEs: CVE-2018-12026 CVE-2014-1831 CVE-2014-1832 CVE-2015-7519 CVE-2016-1247 CVE-2018-12029 CVE-2013-2119 Upstream summary: During the spawning of a malicious Passenger-managed application, SpawningKit in Phusion Passenger 5.3.x before 5.3.2 allows […]

Read more
Oracle Linux 8 — httpd:2.4 — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — httpd:2.4 — vulnerability — patch and remediation guide (ELSA-2020-3714)

🟠 High   ⏱ 15–60 min  Last verified: 25 January 2020 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2020-3714 Related CVEs: CVE-2020-9490 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
Building Go Applications for Different Operating Systems and Architectures — step-by-step Programming tutorial on Progressive Robot

Building Go Applications for Different Operating Systems and Architectures

Go supports cross-platform compiling by building support for multiple platforms directly into the go build tool. By using the GOOS and GOARCH environment variables and build tags, you can control which OS and architecture your final binary is built for. In this tutorial, you will build binaries for multiple operating systems and system architectures on your own system.

Read more
Common Problems 118101

Ubuntu 18.04 PostgreSQL Service Refuses Connections

🟡 Medium   ⏱ 5–30 min  Last verified: 24 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
CHAT