2019 - Page 265 of 527

How to Install Go on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Install Go on Debian 9 (DEBIAN-9-2)

Introduction Debian 9 Stretch is built around the ethos of stability and free software. Setting up install go on debian 9 on Stretch leverages the same proven Debian packaging system that powers millions of servers worldwide, while benefiting from the latest upstream releases included in the Stretch freeze. Follow each step carefully and the resulting […]

Read more
Как установить Node.js в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Node.js в Ubuntu 18.04

Node.js это платформа для разработки приложений на языке JavaScript, позволяющая быстро создавать приложения, работающие в сети. Использование JavaScript одновременно на клиентской и на серверной стороне позволяет сделать разработку более унифицированной…

Read more
FreeBSD 12 — bnc — vulnerability — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — bnc — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 21 August 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: fd_set — bitmap index overflow in multiple applications Related CVEs: CVE-2004-1052 Upstream summary: 3APA3A reports: If programmer fails to check socket number before using select() or fd_set macros, it's possible […]

Read more
openSUSE Tumbleweed — sarg — vulnerability — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — sarg — vulnerability — patch and remediation guide

🔴 Critical   ⏱ 15–90 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE advisory SUSE-SR:2008:011 (see also SUSE bugzilla) Related CVEs: CVE-2008-1922 Upstream summary: Multiple stack-based buffer overflows in Sarg might allow attackers to execute arbitrary code via unknown vectors, probably a crafted Squid log file. […]

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

FreeBSD 12 — isakmpd — multiple vulnerabilities (5 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 21 August 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: isakmpd payload handling denial-of-service vulnerabilities Related CVEs: CVE-2004-0218 CVE-2004-0219 CVE-2004-0220 CVE-2004-0221 CVE-2004-0222 Upstream summary: Numerous errors in isakmpd's input packet validation lead to denial-of-service vulnerabilities. From the Rapid7 advisory: The […]

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

How To Install MongoDB on Ubuntu 14.04

MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on your server for a production application environment.

Read more
Ubuntu 14.04 — libbsd — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 14.04

Ubuntu 14.04 — libbsd — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 21 August 2019 Affected versions: Ubuntu 14.04 (trusty) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4243-1 Related CVEs: CVE-2016-2090 CVE-2019-20367 Upstream summary: It was discovered that libbsd incorrectly handled certain inputs. An attacker could possibly use this issue to execute arbitrary code. This issue only […]

Read more
How to Configure Kubernetes Persistent Volumes and Storage Classes on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Configure Kubernetes Persistent Volumes and Storage Classes on RHEL 8

Stateful applications running in Kubernetes — databases, content management systems, message queues — need storage that persists beyond the lifecycle of any individual pod. Kubernetes solves this through two complementary abstractions: PersistentVolumes (PV), which represent actual storage capacity provisioned by an administrator or a storage provider, and PersistentVolumeClaims (PVC), which are requests for storage made […]

Read more
How To Build Go from Source on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Build Go from Source on Ubuntu 16.04

Go is a modern, open-source programming language developed by Google. If you want to test your Go application against the latest version of the language, contribute to the Go code base, or have better Go version management, you’ll need to build Go from source. This tutorial will show you how to build Go, cover some practical considerations, and build a “Hello, World” test application.

Read more
CHAT