March 2021 - Page 46 of 69

Struts2 Interview Questions and Answers — step-by-step DevOps tutorial on Progressive Robot

Struts2 Interview Questions and Answers

URL: https://www.progressiverobot.com/struts2-interview-questions-and-answers/ Struts2 is one of the famous framework for developing web application in java. Recently I have wrote a lot of [Struts2 Tutorials](/community/tutorials/struts-2-tutorial "Struts2 Tutorial with Example Projects") and in this post, I am listing down some of the important Struts2 interview questions with answers to help you in interview. Struts2 Interview Questions [What […]

Read more
How to Install Keepalived for High Availability on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Install Keepalived for High Availability on FreeBSD 12

Introduction This guide explains how to Install Keepalived for High Availability on FreeBSD 12 on FreeBSD 12. 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 […]

Read more
How To Use Comments in Ruby — step-by-step Programming tutorial on Progressive Robot

How To Use Comments in Ruby

Comments are lines in computer programs that are ignored by compilers and interpreters. You can use comments to make your programs easier for other programmers to understand by providing more context or explanation what each part of a program is doing. In this tutorial, we will look at how to use comments in Ruby programs to leave notes, as well as how to use them as a debugging tool.

Read more
Ubuntu 16.04 — atftp — multiple vulnerabilities (5 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 16.04

Ubuntu 16.04 — atftp — multiple vulnerabilities (5 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Ubuntu 16.04 (xenial) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-6334-1 Related CVEs: CVE-2020-6097 CVE-2021-41054 CVE-2021-46671 CVE-2019-11365 CVE-2019-11366 Upstream summary: Peter Wang discovered that atftp did not properly manage certain inputs. A remote attacker could send a specially crafted tftp […]

Read more
How to Debug and Fix Common Docker Issues — step-by-step Docker tutorial on Progressive Robot

How to Debug and Fix Common Docker Issues

In this troubleshooting guide aimed at people new to Docker, you’ll troubleshoot problems when building Docker images, resolve naming collisions when running containers, and fix issues that come up when communication between containers.

Read more
Oracle Linux 8 — openssl — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — openssl — vulnerability — patch and remediation guide (ELSA-2021-9151)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2021-9151 Related CVEs: CVE-2021-3450 CVE-2021-3449 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & […]

Read more
How To Configure MySQL Group Replication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure MySQL Group Replication on Ubuntu 16.04

MySQL replication reliably mirrors the data and operations from one database to another. Conventional replication involves a primary server configured to accept database write operations. Secondary servers copy and apply actions from the primary’s log to its own data set. …

Read more
CHAT