October 2020 - Page 68 of 69

Logger in Java - Java Logging Example — step-by-step Programming tutorial on Progressive Robot

Logger in Java – Java Logging Example

URL: https://www.progressiverobot.com/logger-in-java-logging-example/ Today we will look into Logger in Java. Java Logger provides logging in java programming. Logger in Java ![logger in java, java logging example](images/logger-in-java-logging-example-section-1.png) Java Logging API was introduced in 1.4 and you can use java logging API to log application messages. In this java logging tutorial, we will learn basic features of […]

Read more
How to Apply LTSC Updates and Servicing on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Apply LTSC Updates and Servicing on Windows Server 2016

Introduction Windows Server 2016 follows the Long-Term Servicing Channel (LTSC), receiving cumulative security and reliability updates monthly. Understanding the update model and using PowerShell and WSUS for update management ensures servers remain secure and stable throughout the support lifecycle. Checking Current Update Status Verify installed updates and pending patches: Get-HotFix | Sort-Object InstalledOn -Descending | […]

Read more
How To Disable Root Login on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Disable Root Login on Ubuntu 20.04

All Linux-based machines come with a default root user that has all privileges on the machine. Good security practices recommend that you disable the root login over SSH to prevent unauthorized access to your Linux-based machine by any other user. Disabling root login prevents root access over SSH to your Linux-based machine, which means that no one will have unlimited privileges.

Read more
Oracle Linux 8 — thunderbird — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — thunderbird — vulnerability — patch and remediation guide (ELSA-2019-4195)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-4195 Related CVEs: CVE-2019-17011 CVE-2019-17012 CVE-2019-17005 CVE-2019-17010 CVE-2019-17008 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative […]

Read more
Docker Explained: How To Containerize and Use Nginx as a Proxy — step-by-step Docker tutorial on Progressive Robot

Docker Explained: How To Containerize and Use Nginx as a Proxy

In this the cloud provider article, our goal is to learn about creating a docker container from a base image and building it to run Nginx (layer by layer). Later, following the steps from the beginning, we create a Dockerfile to automate the process using a custom input file for configurations. In the end, using this Nginx docker image, it becomes possible to create self-contained sandboxes running Nginx, which can be used to serve “dockerised” applications.

Read more
CHAT