December 2020 - Page 22 of 69

Understanding plot() Function in R - Basics of Graph Plotting — step-by-step DevOps tutorial on Progressive Robot

Understanding plot() Function in R – Basics of Graph Plotting

URL: https://www.progressiverobot.com/plot-function-in-r/ In this tutorial, let us first begin by understanding the basics using the plot() function in R. The R language is well known for its beautiful graphics with a rich set of functions to build and format any kind of graphs and the plot() function family one that helps us build those. The […]

Read more
How to Install Minio as S3-Compatible Storage on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Install Minio as S3-Compatible Storage on Debian 9

Introduction Debian 9 Stretch is built around the ethos of stability and free software. Setting up install minio as s3-compatible storage on debian 9 on Stretch leverages the same proven Debian packaging system that powers millions of servers worldwide, while benefiting from the latest upstream releases included in the Stretch freeze. Follow each step carefully […]

Read more
Установка Apache Tomcat 9 в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Apache Tomcat 9 в Ubuntu 18.04

Apache Tomcat — это веб-сервер и контейнер сервлетов, используемый для обслуживания приложений Java. Tomcat представляет собой реализацию технологий Java Servlet и JavaServer Pages с открытым исходным кодом, разработанную Apache Software Foundation. В настоящем руководстве…

Read more
How To Use Web APIs in Python 3 — step-by-step Python tutorial on Progressive Robot

How To Use Web APIs in Python 3

An API, or Application Program Interface, makes it easy for developers to integrate one app with another. They expose some of a program’s inner workings in a limited way. You can use APIs to get information from other programs, or to automate things you normally do in your…

Read more
Настройка ключей SSH в Debian 9 — step-by-step Linux tutorial on Progressive Robot

Настройка ключей SSH в Debian 9

SSH или защищенная оболочка — это шифрованный протокол, используемый для администриования и связи с серверами. При работе с сервером Debian вы проведете больше всего времени в сеансах терминала с подключением к серверу через SSH. В этом обучающем модуле мы расскажем о настройке…

Read more
How To Migrate from FirewallD to Iptables on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Migrate from FirewallD to Iptables on CentOS 7

Like most other Linux distributions, CentOS 7 uses the netfilter framework inside the Linux kernel in order to access packets that flow through the network stack. This provides the necessary interface to inspect and manipulate packets in order to implement a firewall…

Read more
CHAT