2020 - Page 682 of 735

How to Enable SSL/TLS with Let's Encrypt on Apache2 on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Enable SSL/TLS with Let’s Encrypt on Apache2 on Debian 10

Introduction Deploying enable ssl/tls with let’s encrypt on apache2 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. […]

Read more
Python typing module - Use type checkers effectively — step-by-step Python tutorial on Progressive Robot

Python typing module – Use type checkers effectively

URL: https://www.progressiverobot.com/python-typing-module/ Introduced since Python 3.5, Python's typing [module](/community/tutorials/python-modules) attempts to provide a way of hinting types to help static type checkers and linters accurately predict errors. Due to Python having to determine the type of objects during run-time, it sometimes gets very hard for developers to find out what exactly is going on in […]

Read more
SLES 12 — csync2 — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on SLES 12

SLES 12 — csync2 — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 27 January 2020 Affected versions: SLES 12 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2021:14763-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-15522 CVE-2019-15523 Upstream summary: An issue was discovered in LINBIT csync2 through 2.0. csync_daemon_session in daemon.c neglects to force a failure of a hello command […]

Read more
Oracle Linux 8 — libwebp — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — libwebp — vulnerability — patch and remediation guide (ELSA-2021-4231)

🟡 Medium   ⏱ 10–30 min  Last verified: 27 January 2020 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2021-4231 Related CVEs: CVE-2018-25014 CVE-2018-25010 CVE-2018-25013 CVE-2020-36331 CVE-2018-25012 CVE-2020-36332 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – […]

Read more
How To Use FileZilla Pro with object storage — step-by-step DevOps tutorial on Progressive Robot

How To Use FileZilla Pro with object storage

FileZilla Pro is a file transfer solution that works with FTP, SFTP, FTPS, and WebDAV protocols. In 2001, the original FileZilla project brought an open-source, cross-platform file access and transfer application to users. Today, FileZilla Pro…

Read more
How to Set Up a Git Server with Gitea on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up a Git Server with Gitea on RHEL 7

How to Set Up a Git Server with Gitea on RHEL 7 Gitea is a lightweight, self-hosted Git service written in Go. It provides a GitHub-style web interface for repository management, issue tracking, pull requests, webhooks, and user management — all from a single binary that consumes a fraction of the resources required by GitLab […]

Read more
How To Protect SSH with fail2ban on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Protect SSH with fail2ban on Ubuntu 12.04

fail2ban provides a way to automatically protect virtual servers from malicious behavior. This tutorial shows you how to install Fail2Ban, copy the Configuration File, configure the fail2ban defaults, and find out how to configure the ssh defaults. This tutorial describes the required steps to set up fail2ban on Ubuntu.

Read more
SLES 12 — cryptctl — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on SLES 12

SLES 12 — cryptctl — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🔴 Critical   ⏱ 15–90 min  Last verified: 27 January 2020 Affected versions: SLES 12 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2021:2136-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-18906 CVE-2017-9270 Upstream summary: A Improper Authentication vulnerability in cryptctl of SUSE Linux Enterprise Server for SAP 12-SP5, SUSE Manager Server 4.0 allows attackers with […]

Read more
CHAT