June 2020 - Page 22 of 66

An Introduction to Queries in MySQL — step-by-step Linux tutorial on Progressive Robot

An Introduction to Queries in MySQL

In this guide, we will discuss the basic syntax of SQL queries as well as some of the more commonly-employed functions and operators. We will also practice making SQL queries using some sample data in a MySQL database.

Read more
How to Configure SSH Keys for GitHub on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure SSH Keys for GitHub on RHEL 10

Introduction RHEL 10 ships with a stable, security-hardened base that makes deploying configure ssh keys for github both straightforward and auditable. This tutorial covers the complete procedure for how to Configure SSH Keys for GitHub on RHEL 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for network-facing services. […]

Read more
SLES 15 — libgsl23 — vulnerability — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — libgsl23 — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2023:3527-1 (see also SUSE bugzilla) Related CVEs: CVE-2020-35357 Upstream summary: A buffer overflow can occur when calculating the quantile value using the Statistics Library of GSL (GNU Scientific Library), versions 2.5 and […]

Read more
SLES 15 — python3-python-gnupg — vulnerability — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — python3-python-gnupg — vulnerability — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory openSUSE-SU-2019:0143-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-6690 Upstream summary: python-gnupg 0.4.3 allows context-dependent attackers to trick gnupg to decrypt other ciphertext than intended. To perform the attack, the passphrase to gnupg […]

Read more
How To Create Temporary and Permanent Redirects with Apache — step-by-step Linux tutorial on Progressive Robot

How To Create Temporary and Permanent Redirects with Apache

HTTP redirection is a way to point one domain or address to another. There are a few different kinds of redirects (301 Moved Permanently and 302 Found), each of which mean something different to the client browser. You can create a redirect in Apache by adding `Redirect /oldlocation http://www.example.com/newlocation` to the virtual host entry in the server configuration file. This guide will cover a more in depth explanation of how to implement each kind of redirect in Apache.

Read more
CHAT