Networking

How To Set Up WireGuard on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Set Up WireGuard on Debian 11

In this tutorial, you will set up WireGuard on a Debian 11 server, and then configure another machine to connect to it as a peer using both IPv4 and IPv6 connections (commonly referred to as a _dual stack_ connection). You’ll also learn how to route the peer’s Internet traffic through the WireGuard server in a gateway configuration, in addition to using the VPN for an encrypted peer-to-peer tunnel.

Read more
QUIC & HTTP/3: Open Standards and Open Source Code — step-by-step DevOps tutorial on Progressive Robot

QUIC & HTTP/3: Open Standards and Open Source Code

This talk is intended to help jumpstart anyone with an interest in Web or Internet communications on the exciting new protocols QUIC and HTTP/3. It attempts to shed light on the sometimes-confusing world of Internet standards development, hopefully revealing that the tools and processes that are strikingly familiar to typical software development. Familiarity with networking principles such as TCP, UDP and TLS will be beneficial but is not a requirement for understanding.

Read more
Использование CDN для ускорения загрузки статичного контента — step-by-step DevOps tutorial on Progressive Robot

Использование CDN для ускорения загрузки статичного контента

Современные веб-сайты и приложения часто должны предоставлять большое количество статичного контента конечным пользователям. Это могут быть изображения, таблицы стилей, файлы JavaScript и видео. По мере роста количества и размера таких статичных активов, значительно увеличивается…

Read more
How To Configure BIND as a Private Network DNS Server on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure BIND as a Private Network DNS Server on Ubuntu 22.04

In this tutorial, you will set up an internal DNS server using two Ubuntu 22.04 servers. You will use the BIND name server software (BIND9) to resolve private hostnames and private IP addresses. This provides a central way to manage your internal hostnames and private IP addresses, which is indispensable when your environment expands to more than a few hosts.

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 Install and Configure an SNMP Daemon and Client on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure an SNMP Daemon and Client on Ubuntu 14.04

SNMP is a networking protocol created to as a standard method for managing and monitoring remote systems in your infrastructure. In a previous guide, we discussed the key properties of the protocol, version differences, and how the communication works. In this guide, we will install and configure the SNMP components on two Ubuntu 14.04 servers in order to demonstrate how to use SNMP to manipulate remote systems.

Read more
CHAT