2020 - Page 242 of 735

Common Problems 112578

Windows Server 2019 — Defender Platform Update Fails and Signatures Stop Updating — Fix & Prevention

🟠 High   ⏱ 5–30 min  Last verified: 31 August 2020 Affected versions: Windows Server 2019 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution — Primary Fix Solution — Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors […]

Read more
Spring DataSource JNDI with Tomcat Example — step-by-step DevOps tutorial on Progressive Robot

Spring DataSource JNDI with Tomcat Example

URL: https://www.progressiverobot.com/spring-datasource-jndi-with-tomcat-example/ Welcome to the Spring DataSource JNDI Tomcat Example Tutorial. Earlier we saw how to implement database operations using [Spring JDBC](/community/tutorials/spring-jdbc-example "Spring JDBC and JdbcTemplate CRUD with DataSource Example Tutorial") integration. However most of the time enterprise applications are deployed in a servlet container such as Tomcat, JBoss etc. Spring DataSource We know that […]

Read more
Python shape() method - All you need to know! — step-by-step Python tutorial on Progressive Robot

Python shape() method – All you need to know!

URL: https://www.progressiverobot.com/python-shape-method/ Hello, readers! This article talks about the Python shape() method and its variants in programming with examples. So, let us begin!! Use of Python shape() method When it comes to the analysis of data and its variants, it is extremely important to realize the volume of data. That is, before we plan to […]

Read more
How to Set Up a Firewall with firewalld on SLES 12 — step-by-step SUSE Linux Enterprise 12 tutorial on Progressive Robot

How to Set Up a Firewall with firewalld on SLES 12

Introduction This tutorial covers How to Set Up a Firewall with firewalld on SLES 12 on SLES 12. SLES 12 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 12 system is up to […]

Read more
Python Keywords and Identifiers (Updated) — step-by-step Python tutorial on Progressive Robot

Python Keywords and Identifiers (Updated)

URL: https://www.progressiverobot.com/python-keywords-identifiers/ Let's talk about Python keywords and identifiers. We recently also covered a complete tutorial on installing and setting up Python for beginners in this [Python tutorial](/community/tutorials/python-tutorial-beginners). Python Keywords Well simply, Python keywords are the words that are reserved. That means you can't use them as name of any entities like variables, classes and […]

Read more
Java Catch Multiple Exceptions, Rethrow Exception — step-by-step Programming tutorial on Progressive Robot

Java Catch Multiple Exceptions, Rethrow Exception

URL: https://www.progressiverobot.com/java-catch-multiple-exceptions-rethrow-exception/ In Java 7, catch block has been improved to handle multiple exceptions in a single catch block. If you are catching multiple exceptions and they have similar code, then using this feature will reduce code duplication. Let's understand java catch multiple exceptions feature with an example. Java catch multiple exceptions ![java catch multiple […]

Read more
Ubuntu 18.04 — coturn — multiple vulnerabilities (4 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — coturn — multiple vulnerabilities (4 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 31 August 2020 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4690-1 Related CVEs: CVE-2020-26262 CVE-2020-4067 CVE-2020-6061 CVE-2020-6062 Upstream summary: It was discovered that coTURN allowed peers to connect and relay packets to loopback addresses in the range of 127.x.x.x. A […]

Read more
How to Set Up a Kubernetes Dashboard on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Set Up a Kubernetes Dashboard on FreeBSD 12

Introduction This guide explains how to Set Up a Kubernetes Dashboard 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 […]

Read more
CHAT