November 2020 - Page 13 of 66

Java LinkedList - LinkedList In Java — step-by-step Programming tutorial on Progressive Robot

Java LinkedList – LinkedList In Java

URL: https://www.progressiverobot.com/java-linkedlist-linkedlist-java/ Java LinkedList is an implementation of the List and Deque interfaces. It is one of the frequently used List implementation class. It extends AbstractSequentialList and implements List and Deque interfaces. It is an ordered collection and supports duplicate elements. It stores elements in Insertion order. It supports adding null elements. It supports index […]

Read more
How to Configure Docker Networks on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Configure Docker Networks on Debian 9

Introduction Deploying configure docker networks on debian 9 on a Debian 9 Stretch 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. Prerequisites Before you begin, […]

Read more
How To Install an ERPNext Stack on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install an ERPNext Stack on Ubuntu 20.04

ERPNext is an Enterprise Resource Planning (ERP) suite that leverages the power and flexibility of open-source technologies. It excels at managing core business processes such as finance, sales, HR, manufacturing, purchases, services, helpdesk, and more.

Read more
Arch Linux — lldpd — vulnerability — patch and remediation guide — diagnosis and fix on Arch Linux

Arch Linux — lldpd — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Arch Linux (rolling release) 📖 ~4 min read  •  Source: Arch ASA ASA-202101-29 Related CVEs: CVE-2020-27827 Upstream summary: Type: information disclosure. Status: Fixed. Affected: 1.0.7-1. Fixed in: 1.0.8-1. Group: AVG-1451. Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis […]

Read more
CHAT