chris

What is MariaDB? — step-by-step Databases tutorial on Progressive Robot

What is MariaDB?

MariaDB is an open-source relational database management system. As with other relational databases, MariaDB stores data in tables made up of rows and columns. Users can define, manipulate, control, and query data using Structured Query Language, more commonly known as…

Read more
Top 10 Best Linux Docks That You MUST Try in 2020 — step-by-step Linux tutorial on Progressive Robot

Top 10 Best Linux Docks That You MUST Try in 2020

URL: https://www.progressiverobot.com/top-best-linux-docks-2020/ Who says Linux cannot be beautiful? Today we'll be going over the top 10 best Linux docks that you must try. By the way, if you haven't already done so, make sure you read our article on the [best Linux distro](/community/tutorials/top-best-linux-distros) for you. Quick List of the Best Linux Docks That You Must […]

Read more
Spring ORM example - JPA, Hibernate, Transaction — step-by-step DevOps tutorial on Progressive Robot

Spring ORM example – JPA, Hibernate, Transaction

URL: https://www.progressiverobot.com/spring-orm-example-jpa-hibernate-transaction/ Welcome to the Spring ORM Example Tutorial. Today we will look into Spring ORM example using Hibernate JPA transaction management. We will show you a very simple example of Spring standalone application with following features. Dependency Injection (@Autowired annotation) JPA EntityManager (provided by Hibernate) Annotated transactional methods (@Transactional annotation) Spring ORM Example ![spring […]

Read more
Debian 10 — brotli — vulnerability — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — brotli — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 18 October 2020 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2020-8927 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
Scanner Class in Java — step-by-step Programming tutorial on Progressive Robot

Scanner Class in Java

URL: https://www.progressiverobot.com/scanner-class-in-java/ Java Scanner class is part of the java.util package. It was introduced in Java 1.5 release. The Scanner is mostly used to receive user input and parse them into primitive data types such as int, double or default String. It's a utility class to parse data using regular expressions by generating tokens. Java […]

Read more
Scala slice function — step-by-step DevOps tutorial on Progressive Robot

Scala slice function

URL: https://www.progressiverobot.com/scala-slice-function/ Today we will look into Scala slice function. Scala slice Scala slice function is available in the following API classes: [Scala Array](/community/tutorials/scala-arrays-example) API [String](/community/tutorials/scala-string-concatenation-substring-length-functions) API [Scala Collection](/community/tutorials/scala-collections-example) API We will pick-up each API and discuss them in-depth with suitable examples in next section. Scala slice function usage In Scala API, 'slice' function is […]

Read more
How to Set Up Minikube on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Set Up Minikube on Oracle Linux 8

Introduction Oracle Linux 8 ships with a stable, security-hardened base that makes deploying set up minikube on oracle linux 8 both straightforward and auditable. This tutorial covers the complete procedure for how to Set Up Minikube on Oracle Linux 8, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for […]

Read more
Debian 10 — python-reportlab — vulnerability — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — python-reportlab — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 18 October 2020 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-17626 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
CHAT