January 2020 - Page 59 of 69

How to Configure TLS/SSL in IIS on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure TLS/SSL in IIS on Windows Server 2012 R2

How to Configure TLS/SSL in IIS on Windows Server 2012 R2 Properly configuring TLS/SSL in Internet Information Services (IIS) on Windows Server 2012 R2 is essential for protecting data in transit for web applications, APIs, and services. The default IIS configuration on Server 2012 R2 supports SSL 2.0, SSL 3.0, and TLS 1.0 — all […]

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

How to Configure Failover Clustering on Windows Server 2016 (WINDOWS-SERVER-2016)

How to Set Up Windows Server 2016 Failover Clustering Failover Clustering in Windows Server 2016 provides high availability for critical services and applications by allowing multiple servers to work together as a group. If one node fails, another node automatically takes over its workloads, minimizing downtime. This guide walks you through the process of installing […]

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

FreeBSD 12 — flphoto — 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: dcraw — integer overflow condition Related CVEs: CVE-2015-3885 Upstream summary: ocert reports: The dcraw tool, as well as several other projects re-using its code, suffers from an integer overflow condition […]

Read more
FreeBSD 12 — apache+mod_ssl+mod_snmp+mod_deflate — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — apache+mod_ssl+mod_snmp+mod_deflate — multiple vulnerabilities (3 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: apache — Prevent chunk-size integer overflow on platforms where sizeof(int) < sizeof(long) Related CVEs: CVE-2005-2088 CVE-2005-3352 CVE-2006-3747 Upstream summary: Apache ChangeLog reports: Integer overflow in the ap_proxy_send_fb function in proxy/proxy_util.c […]

Read more
Функция init в Go — step-by-step Programming tutorial on Progressive Robot

Функция init в Go

В Go заданнная функция init() выделяет элемент кода, который запускатся до любой другой части вашего пакета. Этот код запускается сразу же после импорта пакета, и его можно использовать при…

Read more
How to Set Up Loki and Promtail for Log Aggregation on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up Loki and Promtail for Log Aggregation on RHEL 9

Grafana Loki is a horizontally scalable, highly available log aggregation system designed to be cost-effective by indexing only metadata labels rather than full log content. Promtail is its companion agent that tails log files and ships them to Loki. Compared to the ELK stack, Loki is significantly lighter on resources, making it an excellent choice […]

Read more
How To Write a Simple Shell Script on a VPS (Part 3) — step-by-step Linux tutorial on Progressive Robot

How To Write a Simple Shell Script on a VPS (Part 3)

In the third part of our Shell Script tutorial, you’ll learn all the “if’s” and “else’s” of bash, and how to use them to your advantage. Conditional statements are indispensable to any useful scripting and full-featured programming language.

Read more
CHAT