January 2020 - Page 39 of 69

How to use strsplit() function in R? — step-by-step DevOps tutorial on Progressive Robot

How to use strsplit() function in R?

URL: https://www.progressiverobot.com/strsplit-function-in-r/ As a programmer, you may need to work on tons of strings. You will perform concatenation and splitting of them very often. There comes the strsplit() function in R. In a previous article, we have discussed the [paste()](/community/tutorials/paste-in-r) function to concatenate the strings. Now, let's see how we can split a [string vector](/community/tutorials/vectors-in-r) […]

Read more
openSUSE Tumbleweed — eog — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — eog — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE security advisory Related CVEs: CVE-2008-5978 CVE-2013-7447 CVE-2016-6855 Upstream summary: Multiple SQL injection vulnerabilities in Ocean12 Mailing List Manager Gold allow remote attackers to execute arbitrary SQL commands via the Email parameter to (1) […]

Read more
numpy.ones() in Python — step-by-step Python tutorial on Progressive Robot

numpy.ones() in Python

URL: https://www.progressiverobot.com/numpy-ones-in-python/ Python numpy.ones() function returns a new array of given shape and data type, where the element's value is set to 1. This function is very similar to [numpy zeros()](/community/tutorials/numpy-zeros-in-python) function. numpy.ones() function arguments The numpy.ones() function syntax is: ones(shape, dtype=None, order='C') The shape is an int or tuple of ints to define the […]

Read more
How to Configure an NFS Server on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure an NFS Server on RHEL 10

Introduction RHEL 10 ships with a stable, security-hardened base that makes deploying configure an nfs server both straightforward and auditable. This tutorial covers the complete procedure for how to Configure an NFS Server on RHEL 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for network-facing services. Prerequisites Before […]

Read more
How To Use PostgreSQL with Your Ruby on Rails Application on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Use PostgreSQL with Your Ruby on Rails Application on CentOS 7

Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, this tutorial will show you how to do just that, with PostgreSQL, on CentOS 7.

Read more
FreeBSD 12 — sieve-connect — security advisory — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — sieve-connect — security advisory — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: sieve-connect — TLS hostname verification was not occurring Upstream summary: sieve-connect developer Phil Pennock reports: sieve-connect was not actually verifying TLS certificate identities matched the expected hostname. Table of contents […]

Read more
How to Configure Distributed File System (DFS) on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Distributed File System (DFS) on Windows Server 2019

Introduction to Distributed File System on Windows Server 2019 Distributed File System (DFS) in Windows Server 2019 provides two complementary technologies: DFS Namespaces and DFS Replication. DFS Namespaces allows you to group shared folders located on different servers into one or more logically structured namespaces, giving users a unified virtual path such as \domainshared that […]

Read more
CHAT