Cpu Memory

Common Problems 118555

High Swap Usage and OOM Killer Events

🟡 Medium   ⏱ 5–30 min  Last verified: 3 November 2019 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & Cross-Refs References & Further […]

Read more
How to Monitor System Performance with topas on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Monitor System Performance with topas on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to monitor system performance with topas on ibm aix 7.1 […]

Read more
How to Use Resource Monitor on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Use Resource Monitor on Windows Server 2016

How to Configure Windows Server 2016 Resource Monitor Resource Monitor is a built-in diagnostic tool in Windows Server 2016 that provides a detailed, real-time view of how CPU, memory, disk, and network resources are being consumed by individual processes. Unlike Performance Monitor, which focuses on counter-based historical trends, Resource Monitor excels at pinpointing exactly which […]

Read more
How to Set Up Windows Server Update Services (WSUS) on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Windows Server Update Services (WSUS) on Windows Server 2019

How to Set Up Windows Server Update Services (WSUS) on Windows Server 2019 Windows Server Update Services (WSUS) is a free update management solution from Microsoft that allows administrators to centrally manage the distribution of updates released through Microsoft Update to computers in a network. WSUS reduces internet bandwidth consumption by downloading updates once to […]

Read more
How to Configure Nginx with ModSecurity WAF on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Configure Nginx with ModSecurity WAF on RHEL 7

How to Configure Nginx with ModSecurity WAF on RHEL 7 While ModSecurity is most commonly associated with Apache, it also runs as a dynamic module for Nginx through the ModSecurity-nginx connector. On RHEL 7, the official Nginx packages do not ship with ModSecurity built in, so you have two practical paths: compile Nginx and ModSecurity […]

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

How to Configure SCOM Monitoring for Windows Server 2016

How to Set Up System Center Operations Manager (SCOM) on Windows Server 2016 System Center Operations Manager (SCOM) is Microsoft’s enterprise-grade monitoring platform that provides comprehensive health monitoring, alerting, and performance tracking for Windows Server 2016, Linux servers, network devices, and cloud workloads. SCOM uses Management Packs (MPs) to define what to monitor and how […]

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

How to Configure Hyper-V on Windows Server 2019

How to Configure Hyper-V on Windows Server 2019 Hyper-V on Windows Server 2019 is Microsoft’s enterprise-grade hypervisor providing hardware virtualization for running multiple isolated virtual machines on a single physical host. Windows Server 2019 Datacenter edition includes unlimited virtual machine licenses for Windows Server guests, making it cost-effective for large-scale virtualization. Hyper-V supports features like […]

Read more
How to Harden PHP on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Harden PHP on RHEL 8

PHP runs on millions of web servers, but a default installation leaves many dangerous settings enabled that attackers can exploit. On RHEL 8, hardening PHP through /etc/php.ini is one of the most impactful steps you can take to protect your application without touching a single line of code. This tutorial covers the most important security-oriented […]

Read more
How to Configure LVM on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Configure LVM on RHEL 7

How to Configure LVM on RHEL 7 Logical Volume Manager (LVM) is one of the most powerful storage management tools available on Linux. Unlike traditional partitioning, LVM introduces an abstraction layer between physical storage devices and the file systems that use them, enabling administrators to resize volumes online, create snapshots for consistent backups, and pool […]

Read more
How to Set Up a Git Server with Gitea on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Set Up a Git Server with Gitea on RHEL 8

Gitea is a lightweight, self-hosted Git service written in Go that provides a GitHub-like web interface with a tiny resource footprint — ideal for teams that want a simple hosted Git server without the overhead of a full GitLab installation. On RHEL 8, Gitea can be set up in under an hour using a single […]

Read more
CHAT