February 2020 - Page 59 of 64

How to Configure NFS v4 on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Configure NFS v4 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 nfs v4 on ibm aix 7.1 on IBM […]

Read more
How to Set Up Spinnaker CD Platform on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Set Up Spinnaker CD Platform on Debian 10

Introduction Debian 10 Buster is built around the ethos of stability and free software. Setting up set up spinnaker cd platform on debian 10 on Buster leverages the same proven Debian packaging system that powers millions of servers worldwide, while benefiting from the latest upstream releases included in the Buster freeze. Follow each step carefully […]

Read more
How to Update Rows and Columns Using Python Pandas — step-by-step Python tutorial on Progressive Robot

How to Update Rows and Columns Using Python Pandas

URL: https://www.progressiverobot.com/update-rows-and-columns-python-pandas/ Let's understand how to update rows and columns using Python pandas. In the real world, most of the time we do not get ready-to-analyze datasets. There can be many inconsistencies, invalid values, improper labels, and much more. Being said that, it is mesentery to update these values to achieve uniformity over the data. […]

Read more
Spring MVC Interceptor HandlerInterceptorAdapter, HandlerInterceptor Example — step-by-step DevOps tutorial on Progressive Robot

Spring MVC Interceptor HandlerInterceptorAdapter, HandlerInterceptor Example

URL: https://www.progressiverobot.com/spring-mvc-interceptor-example-handlerinterceptor-handlerinterceptoradapter/ Spring Interceptor are used to intercept client requests and process them. Sometimes we want to intercept the HTTP Request and do some processing before handing it over to the controller handler methods. That's where Spring MVC Interceptor come handy. Spring Interceptor ![spring interceptor, spring mvc interceptor, HandlerInterceptorAdapter, HandlerInterceptor](images/spring-mvc-interceptor-example-handlerinterceptor-handlerinterceptoradapter-section-1.png) Just like we have [Struts2 […]

Read more
Debian 10 — apache-log4j1.2 — vulnerability — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — apache-log4j1.2 — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-17571 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
How to restore default repositories in Ubuntu? — step-by-step Linux tutorial on Progressive Robot

How to restore default repositories in Ubuntu?

URL: https://www.progressiverobot.com/restore-default-repositories-in-ubuntu/ Getting errors while updating system repositories or installing new software? You may get errors because your /etc/apt/source.list file is corrupted which contains the repositories details. In this article, We will see how to restore the default repositories in Ubuntu. There are four standard repositories in Ubuntu: Main Universe Restricted Multiverse Restore default repositories […]

Read more
How to Install Graylog for Centralised Log Management on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Install Graylog for Centralised Log Management on RHEL 8

Centralised log management is essential for maintaining visibility across distributed infrastructure. Graylog is a powerful open-source log management platform that ingests, indexes, and visualises log data from multiple sources in real time. In this tutorial you will install Graylog on a single RHEL 8 server, configure it to receive syslog messages over UDP and TCP, […]

Read more
SLES 12 — ruby2.1-rubygem-excon — vulnerability — patch and remediation guide — diagnosis and fix on SLES 12

SLES 12 — ruby2.1-rubygem-excon — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: SLES 12 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2020:2053-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-16779 Upstream summary: In RubyGem excon before 0.71.0, there was a race condition around persistent connections, where a connection which is interrupted (such as by […]

Read more
How To Map User Location with GeoIP and ELK (Elasticsearch, Logstash, and Kibana) — step-by-step Linux tutorial on Progressive Robot

How To Map User Location with GeoIP and ELK (Elasticsearch, Logstash, and Kibana)

IP Geolocation, the process used to determine the physical location of an IP address, can be leveraged for a variety of purposes, such as content personalization and traffic analysis. In this tutorial, we will show you how to create a visual geo-mapping of the IP addresses of your application’s users, by using a GeoIP database with Elasticsearch, Logstash, and Kibana.

Read more
CHAT