2021 - Page 713 of 759

Como instalar o Git no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no Ubuntu 18.04

Uma versão anterior deste tutorial foi escrita por Brennen Bearnes. Os sistemas de controle de versão são cada vez mais indispensáveis no desenvolvimento de software moderno uma ver que o controle de versão permite que…

Read more
How to Deploy a Flask Application with Gunicorn and Nginx on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Deploy a Flask Application with Gunicorn and Nginx on RHEL 7

How to Deploy a Flask Application with Gunicorn and Nginx on RHEL 7 Flask is a lightweight Python web framework ideal for building APIs and web applications. While Flask’s built-in development server is useful for testing, it is not suitable for production workloads. The standard production stack on RHEL 7 combines Gunicorn as a WSGI […]

Read more
Oracle Linux 8 — .NET 5.0 security and bugfix update — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — .NET 5.0 security and bugfix update

🟠 High   ⏱ 15–60 min  Last verified: 23 January 2021 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2022-0830 Related CVEs: CVE-2022-24464 CVE-2022-24512 CVE-2020-8927 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
FreeBSD 12 — py36-pillow — multiple vulnerabilities (6 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — py36-pillow — multiple vulnerabilities (6 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 23 January 2021 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: Pillow — Multiple vulnerabilities Related CVEs: CVE-2019-16865 CVE-2019-19911 CVE-2020-5310 CVE-2020-5311 CVE-2020-5312 CVE-2020-5313 Upstream summary: Pillow developers report: This release addresses several security problems, as well as addressing CVE-2019-19911. CVE-2019-19911 is […]

Read more
How to Install Nginx via AIX Toolbox on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Install Nginx via AIX Toolbox 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 install nginx via aix toolbox on ibm aix 7.1 […]

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

Ubuntu 20.04 — maven — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 23 January 2021 Affected versions: Ubuntu 20.04 (focal) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-5245-1 Related CVEs: CVE-2021-26291 Upstream summary: It was discovered that Apache Maven followed repositories that are defined in a dependency's Project Object Model (pom) even if the repositories weren't encrypted […]

Read more
How to Configure Apache as a Reverse Proxy on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Configure Apache as a Reverse Proxy on SLES 15

Introduction This tutorial covers How to Configure Apache as a Reverse Proxy 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 […]

Read more
Log4j2 Example Tutorial - Configuration, Levels, Appenders — step-by-step Programming tutorial on Progressive Robot

Log4j2 Example Tutorial – Configuration, Levels, Appenders

URL: https://www.progressiverobot.com/log4j2-example-tutorial-configuration-levels-appenders/ Welcome to the Apache Log4j2 Example Tutorial. If you ask an expert developer about the most annoying thing about an application, the answer might be related to logging. If there is no suitable logging in an application, maintenance will be a nightmare. Most of the application go through Development testing, unit testing, integration testing. But […]

Read more
Java 12 Features — step-by-step Programming tutorial on Progressive Robot

Java 12 Features

URL: https://www.progressiverobot.com/java-12-features/ Finally, JDK 12 which is a part of the six-month release cycle, is here. It comes after the last Java LTS version 11. We had discussed at length on [Java 11 features](/community/tutorials/java-11-features) before. Today we'll be discussing Java 12 features and see what it has in store for developers. Java 12 was launched […]

Read more
CHAT