June 2020 - Page 15 of 66

Alpine Linux edge — gitolite — vulnerability — patch and remediation guide — diagnosis and fix on Alpine Linux edge

Alpine Linux edge — gitolite — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Alpine Linux edge / fixed in 3.6.11-r0 📖 ~4 min read  •  Source: Alpine secdb entry — gitolite 3.6.11-r0 Related CVEs: CVE-2018-20683 Upstream summary: Alpine main repository for vedge ships gitolite 3.6.11-r0 which addresses CVE-2018-20683. Table of contents Symptom & Impact Environment […]

Read more
Amazon Linux 2 — python-cryptography — vulnerability — patch and remediation guide — diagnosis and fix on Amazon Linux 2

Amazon Linux 2 — python-cryptography — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Amazon Linux 2 📖 ~4 min read  •  Source: Amazon Linux advisory ALAS2-2025-2930 Related CVEs: CVE-2020-25659 Upstream summary: python-cryptography 3.2 is vulnerable to Bleichenbacher timing attacks in the RSA decryption API, via timed processing of valid PKCS#1 v1.5 ciphertext. (CVE-2020-25659) Table of […]

Read more
How to Set Up SSH Keys on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Debian 10

SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH key-based authentication on a Debian 10 installation.

Read more
How To Set Up an NFS Server Using Block Storage — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Server Using Block Storage

NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. *Block storage* is a generic term used to describe network-based storage volumes that are usually offered by hosting providers. Block storage usually does not provide its own API for direct access. Instead, it needs to be mounted to an existing server and shared from that server. Running an NFS server on an attached droplet is a good solution to expose block storage.

Read more
How to Configure VLANs on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure VLANs on Windows Server 2016

How to Set Up VLAN Support on Windows Server 2016 Virtual Local Area Networks (VLANs) allow you to segment a physical network into multiple isolated logical networks. On Windows Server 2016, VLAN support is available through the built-in NIC teaming interface, the Hyper-V virtual switch, and directly on physical adapters using vendor-supplied drivers. Proper VLAN […]

Read more
How To Create Queries in MongoDB — step-by-step Databases tutorial on Progressive Robot

How To Create Queries in MongoDB

MongoDB provides a robust query mechanism that makes it straightforward to define filtering criteria when retrieving documents. In this tutorial, you’ll learn how to query MongoDB collections using a different range of filters and conditions. You will also learn what cursors are and how to use them within the MongoDB shell.

Read more
CHAT