2019 - Page 48 of 527

Java String — step-by-step Programming tutorial on Progressive Robot

Java String

URL: https://www.progressiverobot.com/java-string/ Java String is one of the most widely used class. Java String class is defined in java.lang package. Java String Basically, string is a sequence of characters but it’s not a primitive type. When we create a string in java, it actually creates an object of type String. String is immutable object which […]

Read more
How to Register a GitHub Actions Self-Hosted Runner on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Register a GitHub Actions Self-Hosted Runner on RHEL 8

GitHub Actions self-hosted runners allow you to execute CI/CD workflows on your own hardware, giving you full control over the operating system, installed tooling, network access, and resource allocation. On RHEL 8 this is especially valuable for pipelines that must access internal systems, use licensed software, or run workloads that exceed GitHub’s hosted-runner resource limits. […]

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

SLES 15 — libmspack0 — multiple vulnerabilities (7 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 8 December 2019 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2014:0886-1 (see also SUSE bugzilla) Related CVEs: CVE-2010-2800 CVE-2010-2801 CVE-2014-9556 CVE-2018-18584 CVE-2018-18585 CVE-2018-18586 CVE-2019-1010305 Upstream summary: The MS-ZIP decompressor in cabextract before 1.3 allows remote attackers to cause a denial of service […]

Read more
Installing the RainLoop Email Client on Ajenti V — step-by-step Linux tutorial on Progressive Robot

Installing the RainLoop Email Client on Ajenti V

RainLoop is a free email client that can access any IMAP/SMTP emails, including Ajenti V’s built-in email. It supports multiple accounts, social logins (log in with Twitter, Facebook, etc.), two factor authentication, and more. RainLoop is a great program to install with Ajenti V because the Ajenti V platform itself has no default webmail. At the end of this tutorial we will have RainLoop installed with IMAP/SMTP access to mailboxes.

Read more
SLES 15 — python2-pyxdg — vulnerability — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — python2-pyxdg — vulnerability — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 8 December 2019 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2022:2997-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-12761 Upstream summary: A code injection issue was discovered in PyXDG before 0.26 via crafted Python code in a Category element of a Menu XML […]

Read more
How To Scrape a Website Using Node.js and Puppeteer — step-by-step Javascript tutorial on Progressive Robot

How To Scrape a Website Using Node.js and Puppeteer

In this tutorial, you will build a web scraping application using Node.js and Puppeteer. Your app will grow in complexity as you progress. First, you will code your app to open Chromium and load a special website designed as a web-scraping sandbox: [books.toscrape.com](books.toscrape.com). In the next two steps, you will scrape all the books on a single page of books.toscrape and then all the books across multiple pages. Then you will filter your scraping by category and save your data as JSON.

Read more
How to Install k3s Lightweight Kubernetes on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Install k3s Lightweight Kubernetes on RHEL 8

k3s is a lightweight, CNCF-certified Kubernetes distribution built for resource-constrained environments, edge deployments, and developer laptops, yet it is fully production-capable. It ships as a single binary under 100 MB, bundles its own SQLite datastore, and eliminates the need for a separate etcd cluster on small installations. RHEL 8 is an excellent host for k3s […]

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

SLES 15 — libXi6 — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 8 December 2019 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2013:1103-1 (see also SUSE bugzilla) Related CVEs: CVE-2013-1984 CVE-2013-1995 CVE-2013-1998 Upstream summary: Multiple integer overflows in X.org libXi 1.7.1 and earlier allow X servers to trigger allocation of insufficient memory and a […]

Read more
How To Install Sandstorm on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Sandstorm on Ubuntu 14.04

Sandstorm is an open source platform for personal servers, which means that it can be used to install many different apps on one server with a very easy to use interface. A few examples of the apps that can be installed using Sandstorm are WordPress, GitLab, MediaWiki, Apache Wave, and RoundCube webmail.

Read more
Oracle Linux 8 — virt:ol — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — virt:ol — vulnerability — patch and remediation guide (ELSA-2020-0279)

🟡 Medium   ⏱ 10–30 min  Last verified: 8 December 2019 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2020-0279 Related CVEs: CVE-2019-11135 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