Database

How to Configure Windows Server 2019 DNS Security — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 DNS Security

Introduction to DNS Security on Windows Server 2019 DNS is foundational infrastructure — every name resolution request on your network passes through it. A misconfigured or compromised DNS server can redirect traffic, enable phishing attacks, or facilitate data exfiltration. Windows Server 2019 includes several built-in features to harden DNS, including DNSSEC, Response Rate Limiting (RRL), […]

Read more
How to Configure Remote Desktop Connection Broker on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Remote Desktop Connection Broker on Windows Server 2016

How to Configure Windows Server 2016 Remote Desktop Connection Broker Remote Desktop Connection Broker (RD Connection Broker) is the intelligence layer in a Windows Server 2016 Remote Desktop Services deployment. It manages session reconnection, load balancing across multiple RD Session Host servers, and publishing of RemoteApp programs and virtual desktops from a centralised collection. Without […]

Read more
How to Configure syslog-ng for Centralised Syslog on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Configure syslog-ng for Centralised Syslog on RHEL 7

How to Configure syslog-ng for Centralised Syslog on RHEL 7 Every Linux system generates a continuous stream of log data from the kernel, system services, and applications. On a single host, rsyslog handles this adequately, but when you need to aggregate logs from dozens or hundreds of servers into a central repository, filter them intelligently, […]

Read more
MongoDB Java CRUD Example Tutorial — step-by-step Databases tutorial on Progressive Robot

MongoDB Java CRUD Example Tutorial

URL: https://www.progressiverobot.com/mongodb-java-crud-example-tutorial/ Welcome to MongoDB Java Example Tutorial. Earlier we learned [how to install MongoDB in Unix machines](/community/tutorials/install-mongodb-linux "How to install MongoDB on Unix/Linux Systems") and executed some commands from terminal. Today we will look into the MongoDB Java Driver features and how to perform common CRUD (Create, Read, Update, Delete) operations. MongoDB Java ![mongodb […]

Read more
How to Set Up SQL Server Monitoring on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up SQL Server Monitoring on Windows Server 2012 R2

How to Set Up SQL Server Monitoring on Windows Server 2012 R2 Monitoring SQL Server on Windows Server 2012 R2 requires a multi-layered approach that covers both OS-level performance (CPU, memory, disk I/O) and SQL Server-specific metrics (wait statistics, query performance, blocking, index fragmentation, database file sizes, and backup status). This guide covers setting up […]

Read more
How to Optimize AIX for High-Throughput Workloads on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Optimize AIX for High-Throughput Workloads 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 optimize aix for high-throughput workloads on ibm aix 7.1 […]

Read more
How to Use lsdev and lscfg for Device Inventory on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Use lsdev and lscfg for Device Inventory 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 use lsdev and lscfg for device inventory on ibm […]

Read more
How to Use smit fastpath Shortcuts on IBM AIX 7.2 — step-by-step IBM AIX 7.2 tutorial on Progressive Robot

How to Use smit fastpath Shortcuts on IBM AIX 7.2

Introduction IBM AIX 7.2 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.2 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to use smit fastpath shortcuts on ibm aix 7.2 on […]

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

How to Configure Podman Compose on RHEL 7

How to Configure Podman Compose on RHEL 7 Podman Compose is a Python script that implements the Docker Compose file specification against the Podman container engine. It allows you to use your existing docker-compose.yml files with Podman, either with the rootless model for increased security or as root on systems where Docker is not installed. […]

Read more
How to Configure DRBD-Style Replication on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Configure DRBD-Style Replication 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 configure drbd-style replication on ibm aix 7.1 on IBM […]

Read more
CHAT