January 2020 - Page 4 of 69

Java String Interview Questions and Answers — step-by-step Programming tutorial on Progressive Robot

Java String Interview Questions and Answers

URL: https://www.progressiverobot.com/java-string-interview-questions-and-answers/ Introduction String is one of the most widely used Java classes. This article provides some practice questions and answers about String to help you prepare for an interview. You can also try the [Java String Quiz](/community/tutorials/java-string-quiz) to test your knowledge of the String class. What is the String class in Java? Is String […]

Read more
How to Configure OpenDKIM with Postfix on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure OpenDKIM with Postfix on RHEL 10

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

Read more
How To Write Unit Tests in Go — step-by-step Programming tutorial on Progressive Robot

How To Write Unit Tests in Go

In this tutorial, you will create a small program and then run a series of tests on your code using Go’s testing package and the go test command. Once you complete the tutorial, you will have a working unit-testing suite that includes a table-based unit test, a coverage test, a benchmark, and a documented example.

Read more
FreeBSD 12 — php70-phar — multiple vulnerabilities (9 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — php70-phar — multiple vulnerabilities (9 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: php — multiple vulnerabilities Related CVEs: CVE-2015-8874 CVE-2016-5766 CVE-2016-5767 CVE-2016-5768 CVE-2016-5769 CVE-2016-5770 CVE-2016-5771 CVE-2016-5772  +1 more Upstream summary: The PHP Group reports: Please reference CVE/URL list for details Table of […]

Read more
FreeBSD 12 — nut — vulnerability — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — nut — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: nut — upsd can be remotely crashed Related CVEs: CVE-2012-2944 Upstream summary: Networkupstools project reports: NUT server (upsd), from versions 2.4.0 to 2.6.3, are exposed to crashes when receiving random […]

Read more
How to Set Up a PKI Infrastructure with AD CS on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up a PKI Infrastructure with AD CS on Windows Server 2012 R2

How to Set Up a PKI Infrastructure with AD CS on Windows Server 2012 R2 Public Key Infrastructure (PKI) built on Active Directory Certificate Services (AD CS) provides the digital certificate foundation for enterprise security: SSL/TLS certificates for web servers and internal services, S/MIME for email encryption, smart card authentication, code signing, and IPsec encryption. […]

Read more
FreeBSD 12 — php52-sqlite — vulnerability — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — php52-sqlite — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: php5-sqlite — open_basedir bypass Related CVEs: CVE-2012-3365 Upstream summary: MITRE CVE team reports: The SQLite functionality in PHP before 5.3.15 allows remote attackers to bypass the open_basedir protection mechanism via […]

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

How To Enable SFTP Without Shell Access on Ubuntu 18.04

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 on an Ubuntu 18.04 server.

Read more
CHAT