November 2020 - Page 50 of 66

How to Configure Console and Terminal Settings on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Configure Console and Terminal Settings on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to configure console and terminal settings on ibm aix 7.1 […]

Read more
What is DRY Development? — step-by-step DevOps tutorial on Progressive Robot

What is DRY Development?

DRY, which stands for ‘**d**on’t **r**epeat **y**ourself,’ is a principle of software development that aims at reducing the repetition of patterns and code duplication in favor of abstractions and avoiding redundancy.

Read more
Java Callable Future Example — step-by-step Programming tutorial on Progressive Robot

Java Callable Future Example

URL: https://www.progressiverobot.com/java-callable-future-example/ Java Callable and Future are used a lot in multithreaded programming. In last few posts, we learned a lot about [java threads](/community/tutorials/multithreading-in-java "Java Thread Tutorial") but sometimes we wish that a thread could return some value that we can use. Java 5 introduced java.util.concurrent.Callable interface in concurrency package that is similar to Runnable […]

Read more
ReactでFont Awesome 5を使用する方法 — step-by-step Javascript tutorial on Progressive Robot

ReactでFont Awesome 5を使用する方法

Font Awesomeはウェブサイトでアイコンやソーシャルロゴを表示できるようにしてくれるツールキットです。Reactはユーザーインターフェースの作成に使用するJavaScriptのコードライブラリです。 Font AwesomeチームはReactのコンポーネントを組み込んでいますが、Font Awesome 5とその構造について、基本を理解しておくとよいでしょう。このチュートリアルでは、React Font Awesomeコンポーネントの使い方について学びます。

Read more
How to Configure System Center Data Protection Manager on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure System Center Data Protection Manager on Windows Server 2016

How to Set Up Windows Server 2016 Data Protection Manager System Center Data Protection Manager (DPM) is Microsoft’s enterprise backup and recovery solution designed for protecting Windows servers, virtual machines, SQL Server databases, Exchange servers, SharePoint farms, and client workstations. Unlike file-level backup tools, DPM uses Volume Shadow Copy Service (VSS) and application-aware backup agents […]

Read more
Alpine Linux edge — glib-networking — vulnerability — patch and remediation guide — diagnosis and fix on Alpine Linux edge

Alpine Linux edge — glib-networking — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Alpine Linux edge / fixed in 2.64.3-r0 📖 ~4 min read  •  Source: Alpine secdb entry — glib-networking 2.64.3-r0 Related CVEs: CVE-2020-13645 Upstream summary: Alpine community repository for vedge ships glib-networking 2.64.3-r0 which addresses CVE-2020-13645. Table of contents Symptom & Impact Environment […]

Read more
CHAT