Como instalar o MySQL no Ubuntu 20.04
Uma versão anterior deste tutorial foi escrita por Hazel Virdó O MySQL é um sistema de gerenciamento de banco de dados de código aberto, que é geralmente instalado como parte da pilha popular…
Uma versão anterior deste tutorial foi escrita por Hazel Virdó O MySQL é um sistema de gerenciamento de banco de dados de código aberto, que é geralmente instalado como parte da pilha popular…
🟢 Low ⏱ 5–15 min Last verified: 22 March 2021 Affected versions: Ubuntu 14.04 (trusty) 📖 ~4 min read • Source: Ubuntu Security Notice USN-5232-1 Related CVEs: CVE-2021-32749 Upstream summary: Jakub Żoczek discovered that certain Fail2ban actions handled whois responses in an insecure way. If Fail2ban was configured to use certain mail actions like […]
🟠 High ⏱ 15–60 min Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read • Source: SUSE security advisory (see also SUSE bugzilla) Related CVEs: CVE-2020-21428 CVE-2019-12211 CVE-2015-0852 CVE-2016-5684 CVE-2019-12213 Upstream summary: Buffer Overflow vulnerability in function LoadRGB in PluginDDS.cpp in FreeImage 3.18.0 allows remote attackers to run arbitrary code […]
In this tutorial, you will create a CPU-bound task that blocks the main thread in the browser and observe how it affects the web app. You will then unsuccessfully attempt to make a CPU-bound task non-blocking using promises. Finally, you will create a Web Worker to offload a CPU-bound task to another thread to prevent it from blocking the main thread.
🟡 Medium ⏱ 10–30 min Last verified: 22 March 2021 Affected versions: SLES 12 📖 ~4 min read • Source: SUSE advisory SUSE-SU-2021:3944-1 (see also SUSE bugzilla) Related CVEs: CVE-2020-13645 Upstream summary: In GNOME glib-networking through 2.64.2, the implementation of GTlsClientConnection skips hostname verification of the server's TLS certificate if the application fails to […]
How to Configure Nginx as a Reverse Proxy on RHEL 7 A reverse proxy sits in front of one or more backend application servers, forwarding incoming client requests and returning the backend responses. Nginx is exceptionally well-suited for this role due to its event-driven architecture and low memory footprint. On RHEL 7, a common pattern […]
🟠 High ⏱ 15–60 min Last verified: 25 May 2026 Affected versions: Arch Linux (rolling release) 📖 ~4 min read • Source: Arch ASA ASA-202103-20 Related CVEs: CVE-2021-26701 CVE-2021-24112 CVE-2021-1723 CVE-2021-1721 CVE-2021-31204 Upstream summary: Type: arbitrary code execution. Status: Fixed. Affected: 5.0.3.sdk103-2. Fixed in: 5.0.4.sdk104-1. Group: AVG-1698. Table of contents Symptom & Impact Environment […]
Garbage collection in java is one of the advance topic. Java GC knowledge helps us in fine tuning our application runtime performance. Garbage Collection in Java In Java, the programmers don't need to take care of destroying the objects that are out of use. The Garbage Collector takes care of it. Garbage Collector is a […]
🟢 Low ⏱ 5–15 min Last verified: 21 March 2021 Affected versions: Oracle Linux 8 📖 ~4 min read • Source: ELSA advisory ELSA-2022-7541 Related CVEs: CVE-2022-24736 CVE-2022-24735 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & […]
🟡 Medium ⏱ 5–30 min Last verified: 21 March 2021 Affected versions: Ubuntu 16.04 LTS Ubuntu 16.04 Ubuntu 16.04.7 📖 ~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 […]