April 2020 - Page 59 of 66

Información sobre punteros en Go — step-by-step Programming tutorial on Progressive Robot

Información sobre punteros en Go

Al escribir software en Go, escribirá funciones y métodos. Pasará datos a esas funciones como argumentos. A veces, las funciones requieren una copia local de los datos y le conviene que el original se mantenga inalterado. Por ejemplo, si maneja un banco y tiene una función…

Read more
How to Set Up a Certificate Authority with OpenSSL on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Set Up a Certificate Authority with OpenSSL on Debian 10

Introduction Deploying set up a certificate authority with openssl on debian 10 on a Debian 10 Buster machine is straightforward thanks to Debian’s policy-compliant packaging. Unlike rpm-based distributions, Debian stores configuration helpers in /etc/default/, uses update-rc.d for older init scripts, and provides dpkg-reconfigure for interactive package configuration. This tutorial stays on the systemd path throughout. […]

Read more
Entendendo o init em Go — step-by-step Programming tutorial on Progressive Robot

Entendendo o init em Go

Em Go, a função pré-definida init() faz com que uma parte do código execute antes de qualquer outra parte do seu pacote. Esse código vai executar assim que o pacote for importado e poderá ser usado…

Read more
FreeBSD 12 — py26-django — multiple vulnerabilities (14 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — py26-django — multiple vulnerabilities (14 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: django — multiple vulnerabilities Related CVEs: CVE-2009-3695 CVE-2010-3082 CVE-2012-3442 CVE-2012-3443 CVE-2012-3444 CVE-2013-0305 CVE-2013-0306 CVE-2013-1443  +6 more Upstream summary: The Django project reports: These releases address an unexpected code-execution issue, a […]

Read more
FreeBSD 12 — socat — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — socat — multiple vulnerabilities (3 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: socat — diffie hellman parameter was not prime Related CVEs: CVE-2012-0219 CVE-2013-3571 CVE-2014-0019 Upstream summary: socat reports: In the OpenSSL address implementation the hard coded 1024 bit DH p parameter […]

Read more
How to Install Java and Configure JAVA_HOME on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Install Java and Configure JAVA_HOME on RHEL 7

How to Install Java and Configure JAVA_HOME on RHEL 7 Java remains one of the most widely deployed application runtimes in enterprise environments, and RHEL 7 provides excellent support for running OpenJDK through its official repositories. Whether you are deploying a Spring Boot application, running Apache Tomcat, building microservices, or working with big data frameworks […]

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

Ubuntu 16.04 — tcpdump — 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-5331-1 Related CVEs: CVE-2018-16301 CVE-2020-8037 CVE-2017-16808 CVE-2018-10103 CVE-2018-10105 CVE-2018-14461 CVE-2018-14462 CVE-2018-14463  +12 more Upstream summary: It was discovered that tcpdump incorrectly handled certain inputs. An attacker could possibly use this […]

Read more
CHAT