August 2019 - Page 57 of 69

What is PostgreSQL? — step-by-step Databases tutorial on Progressive Robot

What is PostgreSQL?

PostgreSQL, commonly referred to as “Postgres,” is an open-source relational database management system. As with other relational databases, PostgreSQL stores data in tables made up of rows and columns and users can define, manipulate, control, and query data using Structured Query Language, more commonly known as SQL.

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

FreeBSD 12 — libzrtpcpp — 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: libzrtpcpp — multiple security vulnerabilities Related CVEs: CVE-2013-2221 CVE-2013-2222 CVE-2013-2223 Upstream summary: Mark Dowd reports: Vulnerability 1. Remote Heap Overflow: If an attacker sends a packet larger than 1024 bytes […]

Read more
How to Configure Chrony as a Time Server on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Configure Chrony as a Time Server on RHEL 8

Chrony is the recommended NTP implementation on RHEL 8, replacing the older ntpd daemon. In most deployments, each server simply synchronizes time from an upstream source, but promoting one server to act as a local NTP authority reduces external traffic and ensures that isolated hosts without internet access can still keep accurate time. This guide […]

Read more
FreeBSD 12 — php4-dtc — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — php4-dtc — multiple vulnerabilities (20 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: php — multiple vulnerabilities Related CVEs: CVE-2004-0594 CVE-2004-0595 CVE-2004-1019 CVE-2004-1065 CVE-2005-0596 CVE-2006-4481 CVE-2006-4482 CVE-2006-4483  +12 more Upstream summary: The PHP development team reports: Security Enhancements and Fixes in PHP 5.2.2 […]

Read more
Como listar e excluir regras de firewall do Iptables — step-by-step Security tutorial on Progressive Robot

Como listar e excluir regras de firewall do Iptables

O Iptables é uma tecnologia de firewall que desempenha um papel essencial na segurança de rede para vários sistemas Linux. Neste tutorial vamos mostrar como executar as seguintes tarefas do iptables: listar regras, zerar contadores de pacotes e de bytes, excluir regras, esvaziar cadeias (excluir todas as regras em uma cadeia) e redefinir completamente um firewall iptables.

Read more
How To Install and Configure VNC on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure VNC on Ubuntu 14.04

VNC is a connection system that allows you to manage your Ubuntu server with a graphical desktop environment. With VNC, you can use your keyboard and mouse to interact with a graphical display of your remote server, making it easier to work with the server.

Read more
Android ProgressBar using Kotlin — step-by-step DevOps tutorial on Progressive Robot

Android ProgressBar using Kotlin

In this tutorial, we'll discuss and implement ProgressBar in our Android Application using Kotlin. What is a ProgressBar? ProgressBar UI element is used to display the Progress on the app screen. We can use a ProgressBar to show the download/upload progress on the app screen. Progress Bar Types There are two types of Progress Bar. […]

Read more
CHAT