October 2020 - Page 2 of 69

How to Set Up a Print Server on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up a Print Server on Windows Server 2012 R2

How to Set Up a Print Server on Windows Server 2012 R2 A centralised print server simplifies printer management across an organisation by hosting print queues, managing drivers, and applying permissions from a single point of administration. Users connect to the print server and their client automatically downloads the appropriate driver. Administrators can monitor print […]

Read more
What is an Operating System? — step-by-step DevOps tutorial on Progressive Robot

What is an Operating System?

An operating system is system software that handles computer memory, software and hardware resources, and processes, while providing common services and programming interfaces for computer programs. Examples of popular operating systems include WindowsOS, MacOS, and Linux.

Read more
How to Install Jenkins on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Install Jenkins on FreeBSD 12

Introduction This guide explains how to Install Jenkins on FreeBSD 12 on FreeBSD 12. FreeBSD uses the pkg(8) binary package manager, rc.conf(5) for service startup configuration, and pf(4) as its primary packet filter. There is no SELinux or AppArmor — instead, FreeBSD provides the MAC (Mandatory Access Control) framework and Capsicum for fine-grained privilege separation. […]

Read more
Learning to Love Your Terminal — step-by-step Linux tutorial on Progressive Robot

Learning to Love Your Terminal

After following a few cloud tutorials, you should have a good grasp on working in a modern command line. However, Many users who are new to the command line may still find it fairly restrictive. This tutorial is designed to provide more background on command line interfaces, as well as about advice around customization and cross-platform portability, for these users in particular. The goal is to feel just as comfortable in a terminal environment as you are with using a computer in any other way.

Read more
Java NullPointerException - Detect, Fix, and Best Practices — step-by-step Programming tutorial on Progressive Robot

Java NullPointerException – Detect, Fix, and Best Practices

URL: https://www.progressiverobot.com/java-lang-nullpointerexception/ java.lang.NullPointerException is one of the most popular [exceptions in java](/community/tutorials/exception-handling-in-java) programming. Anybody working in java must have seen this popping out of nowhere in the java standalone program as well as the [java web application](/community/tutorials/java-web-application-tutorial-for-beginners). java.lang.NullPointerException NullPointerException is a runtime exception, so we don’t need to catch it in the program. NullPointerException is raised in an […]

Read more
SLES 15 — libwebp6 — multiple vulnerabilities (13 CVEs) — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — libwebp6 — multiple vulnerabilities (13 CVEs) — patch and remediation guide

🔴 Critical   ⏱ 15–90 min  Last verified: 25 May 2026 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2021:1830-1 (see also SUSE bugzilla) Related CVEs: CVE-2018-25011 CVE-2018-25014 CVE-2018-25009 CVE-2018-25010 CVE-2018-25012 CVE-2018-25013 CVE-2020-36328 CVE-2020-36331  +5 more Upstream summary: A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in […]

Read more
How To Install and Use Istio With Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Istio With Kubernetes

A service mesh is an infrastructure layer that allows you to manage communication between your application’s microservices. In this tutorial, you will install Istio using the Helm package manager for Kubernetes. You will then use Istio to expose a Node.js application by creating a Gateway and Virtual Service. You will then access the Grafana telemetry addon to visualize traffic data.

Read more
CHAT