Networking

How To Create a High Availability Setup with Heartbeat and Reserved IPs on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a High Availability Setup with Heartbeat and Reserved IPs on Ubuntu 16.04

Heartbeat is an open source program that provides cluster infrastructure capabilities—cluster membership and messaging—to client servers, which is a critical component in a high availability (HA) server infrastructure. Heartbeat is typically used in conjunction with a cluster resource manager (CRM), such as Pacemaker, to achieve a complete HA setup. However, in this tutorial, we will demonstrate how to create a 2-node HA server setup by simply using Heartbeat and a the cloud provider Reserved IP.

Read more
How To Inspect Kubernetes Networking — step-by-step Kubernetes tutorial on Progressive Robot

How To Inspect Kubernetes Networking

Kubernetes is a container orchestration system that can manage containerized applications across a cluster of server nodes. Maintaining network connectivity between all the containers in a cluster requires some advanced networking techniques. In this article, we will briefly…

Read more
Cómo configurar un firewall con UFW en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar un firewall con UFW en Ubuntu 20.04

UFW, o Uncomplicated Firewall, es una interfaz de gestión de firewall simplificada que oculta la complejidad de las tecnologías de filtrado de paquetes de nivel inferior, como iptables y nftables. Si desea comenzar a proteger su red y no está seguro respecto de la…

Read more
How To Set Up an NFS Mount on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Mount on Ubuntu 16.04

NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. This allows you to leverage storage space in a different location and to write to the same space from multiple servers. NFS works well for directories…

Read more
How To Install and Configure an OpenVPN Access Server on CentOS 6.5 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure an OpenVPN Access Server on CentOS 6.5

OpenVPN is a VPN implementation that works on Linux, Windows, and Mac operating systems and can be utilized to create complex, encrypted networks between physically dispersed servers. In this guide, we will set up the OpenVPN Access Server on CentOS 6.5. This can be used to automatically create VPN credentials for users and allow you to manage users and settings through a web-based interface.

Read more
Usar una CDN para acelerar la entrega de contenido — step-by-step DevOps tutorial on Progressive Robot

Usar una CDN para acelerar la entrega de contenido

Las aplicaciones y los sitios web modernos deben a menudo proporcionar un volumen considerable de contenido estático a los usuarios finales. Este contenido incluye imágenes, hojas de estilos, JavaScript y video. A medida que aumentan la cantidad y el tamaño de estos recursos…

Read more
CHAT