January 2020 - Page 52 of 69

How to Deploy a Zend Framework Application on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Deploy a Zend Framework Application on SLES 15

Introduction This tutorial covers How to Deploy a Zend Framework Application on SLES 15 on SLES 15. SLES 15 (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. Prerequisites Ensure your SLES 15 system is up to date: […]

Read more
Common Problems 114413

RHEL 9 firewalld blocks expected application traffic

🟡 Medium   ⏱ 5–30 min  Last verified: 19 May 2026 📖 ~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
FreeBSD 12 — paraview — multiple vulnerabilities (5 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — paraview — multiple vulnerabilities (5 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: tiff — buffer overflow vulnerability Related CVEs: CVE-2004-0803 CVE-2004-0804 CVE-2004-0886 CVE-2004-1308 CVE-2005-1544 Upstream summary: A Gentoo Linux Security Advisory reports: Tavis Ormandy of the Gentoo Linux Security Audit Team discovered […]

Read more
Spring MVC @RequestMapping Annotation Example with Controller, Methods, Headers, Params, @RequestParam, @PathVariabl — DevOps tutorial on Progressive Robot

Spring MVC @RequestMapping Annotation Example with Controller, Methods, Headers, Params, @RequestParam, @PathVariable

URL: https://www.progressiverobot.com/spring-requestmapping-requestparam-pathvariable-example/ @RequestMapping is one of the most widely used Spring MVC annotation. org.springframework.web.bind.annotation.RequestMapping annotation is used to map web requests onto specific handler classes and/or handler methods. ![Spring @RequestMapping @RequestParam and @PathVariable example](images/spring-requestmapping-requestparam-pathvariable-example-section-1.png) @RequestMapping can be applied to the controller class as well as methods. Today we will look into various usage of this […]

Read more
Serialization in Java - Java Serialization — step-by-step Programming tutorial on Progressive Robot

Serialization in Java – Java Serialization

URL: https://www.progressiverobot.com/serialization-in-java/ Serialization in Java was introduced in JDK 1.1 and it is one of the important feature of [Core Java](/community/tutorials/core-java-interview-questions-and-answers "Core Java Interview Questions and Answers"). Serialization in Java ![serialization in java, java serialization, what is serialization in java, serializable in java](images/serialization-in-java-section-1.png) Serialization in Java allows us to convert an Object to stream that […]

Read more
Java 14 Records Class — step-by-step Programming tutorial on Progressive Robot

Java 14 Records Class

URL: https://www.progressiverobot.com/java-records-class/ Java 14 introduced a new way to create classes called Records. In this tutorial, we will learn: Why do we need Java Records How to create Records and use it Overriding and extending Records classes Recommended Reading: [Java 14 Features](/community/tutorials/java-14-features) Why do we need Java Records? One of the common complaints with Java […]

Read more
How to Set Up Yubikey Authentication on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Set Up Yubikey Authentication on Debian 9

Introduction How to Set Up Yubikey Authentication on Debian 9 is a fundamental operation for any administrator maintaining a Debian 9 Stretch server. Debian 9 Stretch ships with the Linux 6.12 kernel, updated toolchains, and a fully refreshed package archive — meaning version numbers, configuration file paths, and some dependency chains differ from Debian 9. […]

Read more
How To Use Modules in TypeScript — step-by-step Javascript tutorial on Progressive Robot

How To Use Modules in TypeScript

Modules are a way to organize your code into smaller, more manageable pieces. TypeScript evolved along with ECMAScript specifications to provide a standard module system for JavaScript programs that has the flexibility to work with the different existing formats. In this tutorial, you will take a look at how to create and use modules in TypeScript.

Read more
How To Use Logstash and Kibana To Centralize Logs On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Logstash and Kibana To Centralize Logs On Ubuntu 14.04

In this tutorial, we will go over the installation of Logstash 1.4.2 and Kibana 3, and how to configure them to gather and visualize the syslogs of our systems in a centralized location. Logstash is an open source tool for collecting, parsing, and storing logs for future use. Kibana 3 is a web interface that can be used to search and view the logs that Logstash has indexed.

Read more
CHAT