2020 - Page 296 of 735

What is LEMP? — step-by-step Web Servers tutorial on Progressive Robot

What is LEMP?

LEMP refers to a collection of open-source software that is commonly used together to serve web applications. The term LEMP is an acronym that represents the configuration of a Linux operating system with an nginx web server, with site data stored in a MySQL database and dynamic content processed by PHP.

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

Oracle Linux 8 — kernel — vulnerability — patch and remediation guide (ELSA-2019-2411)

🟠 High   ⏱ 15–60 min  Last verified: 4 August 2020 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-2411 Related CVEs: CVE-2019-1125 CVE-2019-13272 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & […]

Read more
Создание вашей первой программы на Go — step-by-step Programming tutorial on Progressive Robot

Создание вашей первой программы на Go

“Hello, World!” — это классическая программа, традиционно используемая в компьютерном программировании. Это простая и полноценная первая программа для начинающих, и с ее помощью легко определить, что среда настроена правильно. В этом обучающем руководстве мы подробно рассмотрим…

Read more
How To Use Struct Tags in Go — step-by-step Programming tutorial on Progressive Robot

How To Use Struct Tags in Go

Struct tags are small pieces of metadata attached to fields of a struct that provide instructions to other Go code that works with the struct. When you read information from systems such as databases, or APIs, you can use struct tags to control how this information is assigned to the fields of a struct.

Read more
How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 18.04

In this tutorial, we will go over the installation of the Elastic Stack on an Ubuntu 18.04 server. You will learn how to install all the components of the Elastic Stack (including Filebeat, a Beat used for forwarding and centralizing logs and files) and configure them to gather and visualize system logs. We will install all components on a single server, which we will refer to as our Elastic Stack Server.

Read more
Введение в работу с библиотекой Requests в Python — step-by-step Python tutorial on Progressive Robot

Введение в работу с библиотекой Requests в Python

Многие веб-приложения используют API для подключения к различным сторонним сервисам. Используя API, вы можете получать доступ к таким данным как информация о погоде, результаты спортивных состязаний, рейтинги фильмов, твиты, результаты поиска в поисковых системах и изображения….

Read more
How to Install and Configure Squid Proxy on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Install and Configure Squid Proxy on Debian 10

Introduction Debian 10 Buster is built around the ethos of stability and free software. Setting up install and configure squid proxy on debian 10 on Buster leverages the same proven Debian packaging system that powers millions of servers worldwide, while benefiting from the latest upstream releases included in the Buster freeze. Follow each step carefully […]

Read more
How To Create Diagrams in Python with Diagram as Code — step-by-step Python tutorial on Progressive Robot

How To Create Diagrams in Python with Diagram as Code

The Diagram as Code tool allows you to create an architecture diagram of your infrastructure using a Python script. You can reuse code, test, integrate, and automate the process of drawing diagrams, which will enable you to treat documentation as code and to build pipelines for mapping your infrastructure.

Read more
How To Configure a Galera Cluster with MariaDB on Debian 9 Servers — step-by-step Linux tutorial on Progressive Robot

How To Configure a Galera Cluster with MariaDB on Debian 9 Servers

In this guide, you will configure an active-active MariaDB Galera cluster. For demonstration purposes, you will configure and test three Debian 9 Droplets that will act as nodes in the cluster. MariaDB is an open source relational database system that is fully compatible with the popular MySQL RDBMS system. Galera is a database clustering solution that enables you to set up multi-master clusters using synchronous replication.

Read more
CHAT