Networking

Understanding Sockets — step-by-step DevOps tutorial on Progressive Robot

Understanding Sockets

Sockets are a way to enable inter-process communication between programs running on a server, or between programs running on separate servers. Communication between servers relies on *network sockets*, which use the Internet Protocol (IP) to encapsulate and handle sending and receiving data.

Read more
Cómo inspeccionar las redes de Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Cómo inspeccionar las redes de Kubernetes

Kubernetes es un sistema de orquestación de contenedores que puede gestionar aplicaciones en contenedores a través de un clúster de nodos de servidor. Para el mantenimiento de la conectividad de red entre todos los contenedores de un clúster se requieren técnicas avanzadas de…

Read more
How To Install Suricata on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Suricata on Ubuntu 20.04

Suricata is a Network Security Monitoring (NSM) tool that uses sets of community created and user defined signatures (also referred to as rules) to examine and process network traffic. Suricata can generate log events, trigger alerts, and drop traffic when it detects suspicious packets or requests to any number of different services running on a server.

Read more
Настройка брандмауэра с UFW в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка брандмауэра с UFW в Ubuntu 18.04

Предыдущая версия настоящего обучающего модуля составлена Хейзел Вирдо UFW (Uncomplicated Firewall или «простой брандмауэр») представляет собой интерфейс iptables, предназначенный для упрощения процесса настройки…

Read more
CHAT