November 2019 - Page 15 of 60

What is Linux? — step-by-step Linux tutorial on Progressive Robot

What is Linux?

Generally, Linux refers to a group of open-source operating system distributions built around the Linux kernel. In the strictest sense, Linux refers only to the presence of the kernel itself. Linus Torvalds first released the Linux operating system kernel in 1991, as an alternative to Unix, a…

Read more
FreeBSD 12 — piwik — multiple vulnerabilities (5 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — piwik — multiple vulnerabilities (5 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 23 November 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: piwik — XSS vulnerability Related CVEs: CVE-2009-4137 CVE-2010-1453 CVE-2010-2786 CVE-2015-7815 CVE-2015-7816 Upstream summary: Piwik reports: We have identified and fixed several XSS security issues in this release. Table of contents […]

Read more
Seaborn Kdeplot - A Comprehensive Guide — step-by-step Python tutorial on Progressive Robot

Seaborn Kdeplot – A Comprehensive Guide

URL: https://www.progressiverobot.com/seaborn-kdeplot/ Hey, folks! In our Seaborn tutorial, we will be focusing on Seaborn Kdeplot. What is Kdeplot? Kdeplot is a Kernel Distribution Estimation Plot which depicts the probability density function of the continuous or non-parametric data variables i.e. we can plot for the univariate or multiple variables altogether. Using the Python Seaborn module, we […]

Read more
FreeBSD 12 — gsoap — vulnerability — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — gsoap — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 23 November 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: gsoap — remote code execution via via overflow Related CVEs: CVE-2017-9765 Upstream summary: Senrio reports: Genivia gSOAP is prone to a stack-based buffer-overflow vulnerability because it fails to properly bounds […]

Read more
Initial Server Setup with Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Ubuntu 18.04

This guide will walk you through a few procedures that you should take early on in order to create a solid foundation for your new Ubuntu 18.04 server, before moving on to installing and configuring any software or services.

Read more
How to Set Up BGP Routing with RRAS on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up BGP Routing with RRAS on Windows Server 2012 R2

How to Set Up BGP Routing with RRAS on Windows Server 2012 R2 Border Gateway Protocol (BGP) is the routing protocol that underlies internet routing. Windows Server 2012 R2 introduced native BGP support in the Routing and Remote Access Service (RRAS), making it possible to configure a Windows server as a BGP router or BGP […]

Read more
How To Use Schema Validation in MongoDB — step-by-step Databases tutorial on Progressive Robot

How To Use Schema Validation in MongoDB

In MongoDB, the database engine feature that makes it possible to apply constraints on the document structure is called Schema Validation and is built around JSON Schema, an open standard for JSON document structure description & validation. In this tutorial, you’ll learn about schema validation and format requirements in MongoDB, and how to apply these to control structure of documents in a database.

Read more
How To Install Apache mod_spdy on a Debian 7 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Apache mod_spdy on a Debian 7 VPS

Apache mod_spdy is an open source Apache module that allows Apache web servers to serve HTTPS requests using the SPDY protocol. SPDY (pronounced as “SPeeDY”) is a new protocol created to address speed related problems with the HTTP protocol; it allows the client and server to pass multiple requests over a single connection, compress request and response headers, and all the server to push site resources to the client without the client requesting them.

Read more
How to Configure File Server with DFS Namespaces on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure File Server with DFS Namespaces on Windows Server 2019

Introduction to File Server with DFS Namespaces on Windows Server 2019 Configuring a File Server with DFS Namespaces (DFSN) on Windows Server 2019 combines a traditional SMB file server with a virtualised namespace layer that gives users a single consistent UNC path regardless of where the files physically reside. This is particularly powerful in multi-site […]

Read more
CHAT