Networking

How to Set Up System Center Service Manager on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up System Center Service Manager on Windows Server 2016

How to Set Up Windows Server 2016 Service Manager System Center Service Manager (SCSM) is the IT Service Management (ITSM) component of Microsoft’s System Center suite. It provides an integrated platform for incident management, problem management, change management, release management, and a self-service portal based on the IT Infrastructure Library (ITIL) framework. Service Manager on […]

Read more
How to Use PowerShell Remoting for Automated Server Management on Windows Server 2012 R2 — Windows Server 2012 R2 tutorial on Progressive Robot

How to Use PowerShell Remoting for Automated Server Management on Windows Server 2012 R2

How to Use PowerShell Remoting for Automated Server Management on Windows Server 2012 R2 PowerShell Remoting enables you to execute commands and scripts on remote Windows servers over WinRM, the Windows implementation of the WS-Management protocol. This capability transforms PowerShell from a local automation tool into a distributed management platform, allowing a single administrator or […]

Read more
How to Install Netdata on FreeBSD 13 — step-by-step FreeBSD 13 tutorial on Progressive Robot

How to Install Netdata on FreeBSD 13

Introduction This guide explains how to Install Netdata on FreeBSD 13 on FreeBSD 13. FreeBSD uses the pkg(8) binary package manager, rc.conf(5) for service startup configuration, and pf(4) as its primary packet filter. There is no SELinux or AppArmor — instead, FreeBSD provides the MAC (Mandatory Access Control) framework and Capsicum for fine-grained privilege separation. […]

Read more
How to Set Up a RADIUS Server with NPS on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up a RADIUS Server with NPS on Windows Server 2012 R2

How to Set Up a RADIUS Server with NPS on Windows Server 2012 R2 RADIUS (Remote Authentication Dial-In User Service) is the industry-standard AAA protocol — Authentication, Authorization, and Accounting — used by virtually all network access equipment including wireless access points, VPN concentrators, 802.1X network switches, and dial-up servers. Windows Server 2012 R2’s Network […]

Read more
How To Troubleshoot Common Issues with your CoreOS Servers — step-by-step Docker tutorial on Progressive Robot

How To Troubleshoot Common Issues with your CoreOS Servers

CoreOS is an extremely powerful operating system focused on cluster management, security, and containerized service deployments. However, the unconventional way that the system is set up can make troubleshooting somewhat difficult. In this guide, we’ll cover the basics of how to track down issues in your deployment as well as your services.

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

How to Configure WSUS on Windows Server 2016

How to Set Up Windows Server 2016 WSUS Windows Server Update Services (WSUS) allows administrators to centrally manage the distribution of updates released through Microsoft Update to computers in a network. Instead of each computer individually downloading updates from Microsoft, they download from the WSUS server, saving bandwidth and enabling administrators to approve, decline, and […]

Read more
How to Configure Network Interface Aggregation on FreeBSD 13 — step-by-step FreeBSD 13 tutorial on Progressive Robot

How to Configure Network Interface Aggregation on FreeBSD 13

Introduction How to Configure Network Interface Aggregation on FreeBSD 13 is a core administration task for any FreeBSD 13 server operator. FreeBSD 13 ships with the 15.0-RELEASE kernel, ZFS as the default root filesystem, Capsicum capability sandboxing improvements, and an updated ports tree. Unlike Linux distributions, FreeBSD uses rc(8) for service management, pf for packet […]

Read more
How to Configure ZFS Snapshots and Rollback on FreeBSD 13 — step-by-step FreeBSD 13 tutorial on Progressive Robot

How to Configure ZFS Snapshots and Rollback on FreeBSD 13

Introduction How to Configure ZFS Snapshots and Rollback on FreeBSD 13 is a core administration task for any FreeBSD 13 server operator. FreeBSD 13 ships with the 15.0-RELEASE kernel, ZFS as the default root filesystem, Capsicum capability sandboxing improvements, and an updated ports tree. Unlike Linux distributions, FreeBSD uses rc(8) for service management, pf for […]

Read more
How to Set Up a Multi-Node Kubernetes Cluster on SLES 12 — step-by-step SUSE Linux Enterprise 12 tutorial on Progressive Robot

How to Set Up a Multi-Node Kubernetes Cluster on SLES 12

Introduction This tutorial covers How to Set Up a Multi-Node Kubernetes Cluster on SLES 12 on SLES 12. SLES 12 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Step 1 — Disable Swap swapoff -a sed -i […]

Read more
Common Problems 115454

SELinux Denies httpd Outbound Network Connections

🟡 Medium   ⏱ 5–30 min  Last verified: 19 September 2021 📖 ~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
CHAT