chris

How to Install Zabbix Agent on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Install Zabbix Agent on Windows Server 2019

Introduction to Zabbix Agent on Windows Server 2019 Zabbix is a mature, open-source enterprise monitoring platform that supports agentless and agent-based monitoring for servers, network devices, applications, and cloud services. Installing the Zabbix Agent on Windows Server 2019 enables the Zabbix Server to collect system performance metrics, monitor services, execute remote commands, and trigger alerts […]

Read more
Oracle Linux 8 — subversion:1.10 — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — subversion:1.10 — vulnerability — patch and remediation guide (ELSA-2019-2512)

🟠 High   ⏱ 15–60 min  Last verified: 18 November 2020 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-2512 Related CVEs: CVE-2019-0203 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
Installing and Using Ranger, a Terminal File Manager, on a Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

Installing and Using Ranger, a Terminal File Manager, on a Ubuntu VPS

This tutorial will cover how to install and use ranger, a terminal file manager. Ranger is a file management application that can be used from within a terminal window to traverse the file hierarchy and manipulate files within a simple, visually appealing interface. Ranger uses vi-like keybindings to perform many of its operations.

Read more
How To Write Comments in JavaScript — step-by-step Javascript tutorial on Progressive Robot

How To Write Comments in JavaScript

JavaScript comments are annotations in the source code of a program that are ignored by the interpreter, and therefore have no effect on the actual output of the code. Comments can be immensely helpful in explaining the intent of what your code is or should be doing.

Read more
How To Set Up SSH Keys on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on CentOS 7

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 CentOS 7 installation.

Read more
How To Monitor Hosts and Services with Icinga on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Monitor Hosts and Services with Icinga on Ubuntu 16.04

Icinga is an open-source monitoring system used to monitor the health of networked hosts and services. In this tutorial we will use Icinga to set up two different kinds of monitoring configurations, remote service checks and the Icinga agent-based “Top Down Command Endpoint” mode.

Read more
How to Set Up ArgoCD for GitOps on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Set Up ArgoCD for GitOps on RHEL 8

ArgoCD implements the GitOps pattern for Kubernetes by continuously reconciling the live state of your cluster with manifests stored in a Git repository. Running on RHEL 8, you interact with ArgoCD through its CLI, its web UI, or both, while a controller inside the cluster watches for drift and can automatically correct it. This tutorial […]

Read more
CHAT