February 2021 - Page 61 of 62

How To Use Loops in Ansible Playbooks — step-by-step Devops tutorial on Progressive Robot

How To Use Loops in Ansible Playbooks

When automating server setup, sometimes you’ll need to repeat the execution of the same task using different values. For instance, you may need to change permissions of multiple files, or create multiple users. To avoid repeating the task several times in your playbook file, it’s better to use loops instead. In this guide, learn more about how to use loops in Ansible playbooks.

Read more
Ubuntu 20.04 — opensaml — vulnerability — patch and remediation guide — diagnosis and fix on Ubuntu 20.04

Ubuntu 20.04 — opensaml — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Ubuntu 20.04 (focal) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-7364-1 Related CVEs: https://launchpad.net/bugs/2103420 Upstream summary: Alexander Tan discovered that the OpenSAML C++ library was susceptible to forging of signed SAML messages. An attacker could possibly use this issue to […]

Read more
How To Use Arrays in Java — step-by-step Programming tutorial on Progressive Robot

How To Use Arrays in Java

Learn how to work with arrays in Java. In this tutorial, you’ll use a char array to store a password securely while learning the intricacies of arrays in Java.

Read more
Ubuntu 18.04 — linux-oracle-5.0 — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — linux-oracle-5.0 — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4325-1 Related CVEs: CVE-2019-19046 CVE-2020-8428 CVE-2019-19053 CVE-2019-19056 CVE-2019-19058 CVE-2019-19059 CVE-2019-19066 CVE-2019-19068  +12 more Upstream summary: It was discovered that the IPMI message handler implementation in the Linux kernel did not […]

Read more
Ubuntu 16.04 — libxstream-java — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 16.04

Ubuntu 16.04 — libxstream-java — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Ubuntu 16.04 (xenial) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-6978-1 Related CVEs: CVE-2016-3674 CVE-2020-26217 CVE-2020-26258 CVE-2020-26259 CVE-2021-21341 CVE-2021-21342 CVE-2021-21343 CVE-2021-21344  +12 more Upstream summary: It was discovered that XStream incorrectly handled parsing of certain crafted XML documents. A remote […]

Read more
How to Deploy a Resilient Go Application to Kubernetes — step-by-step Docker tutorial on Progressive Robot

How to Deploy a Resilient Go Application to Kubernetes

In this tutorial, you will build a sample Go application and get it up and running locally on your development machine. Then you’ll containerize the application with Docker, deploy it to a Kubernetes cluster, and create a load balancer that will serve as the public-facing entry point to your application.

Read more
How to Configure syslog-ng on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Configure syslog-ng on FreeBSD 12

Introduction FreeBSD 12 is a UNIX-derived operating system renowned for its network stack performance, ZFS integration, and Jail isolation primitives. Setting up configure syslog-ng on freebsd 12 on FreeBSD 12 follows the rc.conf/service(8) paradigm rather than systemd, which means enabling a service and configuring its startup options are done differently from any Linux distribution. This […]

Read more
CHAT