November 2020 - Page 39 of 66

SQL Injection in Java and How to Easily Prevent it — step-by-step Programming tutorial on Progressive Robot

SQL Injection in Java and How to Easily Prevent it

URL: https://www.progressiverobot.com/sql-injection-in-java/ What is SQL Injection? SQL Injection is one of the top 10 web application vulnerabilities. In simple words, SQL Injection means injecting/inserting SQL code in a query via user-inputted data. It can occur in any applications using relational databases like Oracle, MySQL, PostgreSQL and SQL Server. To perform SQL Injection, a malicious user […]

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

Oracle Linux 8 — zlib — vulnerability — patch and remediation guide (ELSA-2022-1642)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2022-1642 Related CVEs: CVE-2018-25032 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
How To Install Apache Tomcat 9 on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 9 on Ubuntu 18.04

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. In this tutorial, you will install and configure Tomcat 9 on your Ubuntu 18.04 server.

Read more
How To Use PostgreSQL with Your Ruby on Rails Application on macOS — step-by-step Databases tutorial on Progressive Robot

How To Use PostgreSQL with Your Ruby on Rails Application on macOS

When using the Ruby on Rails web framework, the PostgreSQL database could be a robust and flexible choice for your application. In this tutorial, you will set up a Ruby on Rails development environment connected to a PostgreSQL database on a local macOS machine. You will install and configure PostgreSQL, and then test your setup by creating a Rails application that uses PostgreSQL as its database server.

Read more
Oracle Linux 8 — Unbreakable Enterprise kernel — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — Unbreakable Enterprise kernel — vulnerability — patch and remediation guide (ELSA-2020-5884)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2020-5884 Related CVEs: CVE-2020-25284 CVE-2020-14314 CVE-2020-14385 CVE-2020-14386 CVE-2020-14356 CVE-2020-25212 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – […]

Read more
How To Provision and Manage Remote Docker Hosts with Docker Machine on CentOS 7 — step-by-step Docker tutorial on Progressive Robot

How To Provision and Manage Remote Docker Hosts with Docker Machine on CentOS 7

Docker Machine is a tool that makes it easy to provision and manage multiple Docker hosts remotely from your personal computer. Such servers are commonly referred to as Dockerized hosts, and as a matter of course, can be used to run Docker containers. In this tutorial, we’ll install Docker Machine on your local machine running CentOS 7 and use it to provision Dockerized cloud servers.

Read more
How to Configure Advanced Audit Policies on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Advanced Audit Policies on Windows Server 2012 R2

How to Configure Advanced Audit Policies on Windows Server 2012 R2 Windows Server 2012 R2 provides a granular audit policy framework through Advanced Audit Policy Configuration that goes far beyond the nine basic categories available in the legacy audit settings. With advanced auditing, you can control exactly which events are logged for each of 58 […]

Read more
CHAT