Ubuntu 18.04

How To Add Swap Space on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap Space on Ubuntu 18.04

One of the easiest way of guarding against out-of-memory errors in applications is to add some swap space to your server. In this guide, we will cover how to add a swap file to an Ubuntu 18.04 server.

Read more
Настройка BIND в качестве DNS-сервера частной сети на базе Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка BIND в качестве DNS-сервера частной сети на базе Ubuntu 18.04

Важным элементом управления конфигурацией и инфраструктурой сервера является поддержание удобного способа просмотра сетевых интерфейсов и IP-адресов по имени с помощью настройки корректной системы доменных имен (DNS). Использование полных доменных имен (FQDN), а не IP-адреса, для…

Read more
How To Create a Redundant Storage Pool Using GlusterFS on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a Redundant Storage Pool Using GlusterFS on Ubuntu 18.04

GlusterFS is a network-attached storage filesystem that allows you to pool computing or storage resources of multiple machines. In turn, this lets you treat various computers as a single, more powerful unit. In this guide, you will create a redundant clustered storage array. This will provide functionality similar to a mirrored RAID configuration over the network

Read more
How to Deploy a Resilient Go Application to Kubernetes — step-by-step Docker tutorial on Progressive Robot

How to Deploy a Resilient Go Application to Kubernetes

In this tutorial, you will build a sample Go application and get it up and running locally on your development machine. Then you’ll containerize the application with Docker, deploy it to a Kubernetes cluster, and create a load balancer that will serve as the public-facing entry point to your application.

Read more
[Краткое] руководство по установке Anaconda в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

[Краткое] руководство по установке Anaconda в Ubuntu 18.04

Anaconda — диспетчер пакетов с открытым исходным кодом, диспетчер среды и средство дистрибуции языков программирования Python и R. Решение Anaconda предназначено для рабочих процессов аналитики данных и машинного обучения. Настоящее обучающее руководство рассказывает об…

Read more
How to Install and Configure Ansible on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Ansible on Ubuntu 18.04

Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. In this guide, we will discuss how to install Ansible on an Ubuntu 18.04 machine and go over some basics of how to use the software.

Read more
CHAT