July 2019 - Page 48 of 69

How to Parse CSV Files in Python — step-by-step Python tutorial on Progressive Robot

How to Parse CSV Files in Python

URL: https://www.progressiverobot.com/parse-csv-files-in-python/ CSV files are used a lot in storing tabular data into a file. We can easily export data from database tables or excel files to CSV files. It's also easy to read by humans as well as in the program. In this tutorial, we will learn how to parse CSV files in Python. […]

Read more
How to Set Up an FTP Server on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up an FTP Server on Windows Server 2016

How to Set Up Windows Server 2016 FTP Server FTP (File Transfer Protocol) allows clients to upload and download files to and from a server. IIS 10.0 on Windows Server 2016 includes a full-featured FTP server. This guide covers installing the IIS FTP service, creating an FTP site, configuring authentication and authorization, enabling passive mode […]

Read more
Ubuntu 18.04 — libmatio — vulnerability — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — libmatio — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-5185-1 Related CVEs: CVE-2019-17533 Upstream summary: It was discovered that MATIO incorrectly handled certain inputs. An attacker could possibly use this issue to cause a denial of service or obtain […]

Read more
How To Use Vundle to Manage Vim Plugins on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Vundle to Manage Vim Plugins on a Linux VPS

Adding plugins to the vim text editor can enhance the functionality of your text editor. However, managing plugins can get overwhelming when you are dealing with more than a few, especially if they have similar names. To address this problem, vundle, a vim plugin manager was created. In this guide, we’ll talk about how to install and use vundle to manage your vim plugins.

Read more
Использование пакета Flag в Go — step-by-step Programming tutorial on Progressive Robot

Использование пакета Flag в Go

Утилиты командной строки редко можно использовать в готовом виде без дополнительной настройки. Хорошие значения по умолчанию очень важны, однако полезные утилиты должны принимать конфигурацию от пользователей. В большинстве платформ утилиты командной строки принимают флаги для…

Read more
How to Configure Azure Backup for Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Azure Backup for Windows Server 2019

Introduction to Azure Backup for Windows Server 2019 Azure Backup is Microsoft’s cloud-native backup service that extends data protection to Windows Server 2019 without the need to manage your own offsite backup infrastructure. It stores backups in Azure Recovery Services Vaults, which provide geo-redundant storage by default. The service supports file-and-folder backups, system state backups, […]

Read more
SLES 15 — liblzo2 — vulnerability — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — liblzo2 — vulnerability — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2014:0904-1 (see also SUSE bugzilla) Related CVEs: CVE-2014-4607 Upstream summary: Integer overflow in the LZO algorithm variant in Oberhumer liblzo2 and lzo-2 before 2.07 on 32-bit platforms might allow remote attackers to […]

Read more
How To Execute Ansible Playbooks to Automate Server Setup — step-by-step Devops tutorial on Progressive Robot

How To Execute Ansible Playbooks to Automate Server Setup

Ansible is a modern configuration management tool that facilitates the task of setting up and maintaining remote servers. With a minimalist design intended to get users up and running quickly, it allows you to control one to hundreds of systems from a central location. This short guide demonstrates how to execute Ansible playbooks to automate server setup, using an example playbook that sets up an Nginx server with a single static HTML page.

Read more
CHAT