October 2019 - Page 61 of 69

How to Set Up Storage Spaces on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up Storage Spaces on Windows Server 2012 R2

How to Set Up Storage Spaces on Windows Server 2012 R2 Storage Spaces is a software-defined storage technology built into Windows Server 2012 R2 that allows you to pool physical disks of varying sizes and types (SAS, SATA, SSD) into virtual storage pools, then carve those pools into virtual disks with resiliency options such as […]

Read more
FreeBSD 12 — postgresql94-client — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — postgresql94-client — multiple vulnerabilities (2 CVEs) — 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: PostgreSQL vulnerabilities Related CVEs: CVE-2016-5423 CVE-2016-5424 Upstream summary: The PostgreSQL project reports: Security Fixes nested CASE expressions + database and role names with embedded special characters CVE-2017-7484: selectivity estimators bypass […]

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

How to Configure Hyper-V QoS on Windows Server 2016

How to Set Up Windows Server 2016 Hyper-V Quality of Service Hyper-V Quality of Service (QoS) in Windows Server 2016 lets administrators control and prioritise the network bandwidth and storage I/O that each virtual machine or virtual network adapter can consume. Without QoS controls, a single VM running a backup job or large file transfer […]

Read more
如何在Ubuntu 18.04服务器上安装Python 3并建立本地编程环境 — step-by-step Linux tutorial on Progressive Robot

如何在Ubuntu 18.04服务器上安装Python 3并建立本地编程环境

Python是一种灵活多样的编程语言。它的用途广泛,在脚本、自动化、数据分析、机器学习和后端开发方面都具有优势。Python于1991年首次发行,名字的灵感来源于英国喜剧团体”Monty Python”,因此Python开发团队希望让Python用起来很有趣。易于安装配置、代码风格相对简单直接、有即时的反馈和报错,这些特性让Python成为编程初学者的一个很好选择,也同样适合有经验的程序员。[Python…

Read more
SaltStack Infrastructure: Installing the Salt Master — step-by-step Linux tutorial on Progressive Robot

SaltStack Infrastructure: Installing the Salt Master

In this article, we’ll introduce the various environments we’ll be building out and install the Salt master daemon onto our primary server. This is the core system that will house our configuration instructions, control our infrastructure nodes, and manage our requirements.

Read more
FreeBSD 12 — bind96-base — multiple vulnerabilities (5 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — bind96-base — multiple vulnerabilities (5 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: bind — denial of service vulnerability Related CVEs: CVE-2012-5166 CVE-2013-3919 CVE-2014-0591 CVE-2014-8500 CVE-2014-8680 Upstream summary: ISC reports: We have today posted updated versions of 9.9.6 and 9.10.1 to address a […]

Read more
How To Use Variables and Constants in Go — step-by-step Programming tutorial on Progressive Robot

How To Use Variables and Constants in Go

Variables are an important programming concept to master. They are symbols that stand in for a value you’re using in a program. This tutorial will cover some variable basics and best practices for using them within the Go programs you create.

Read more
How To Install Apache Tomcat 7 on Ubuntu 14.04 via Apt-Get — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 7 on Ubuntu 14.04 via Apt-Get

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. This tutorial covers the basic installation and some configuration of Tomcat 7.0.x on Ubuntu 14.04.

Read more
How to Set Up a Kubernetes Dashboard on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Set Up a Kubernetes Dashboard on RHEL 8

The Kubernetes Dashboard is a web-based UI that gives cluster operators a visual overview of workloads, services, namespaces, and resource utilization without dropping into kubectl for every task. On RHEL 8 with a running Kubernetes cluster, deploying the dashboard takes only a few kubectl commands. This tutorial covers installation, creating a service account with the […]

Read more
CHAT