How To Set Up an NFS Mount on Ubuntu 14.04
NFS is a remote file system protocol that allows you to mount remote shares on your local machine. In this guide, we will demonstrate how to use NFS on two Ubuntu 14.04 servers.
NFS is a remote file system protocol that allows you to mount remote shares on your local machine. In this guide, we will demonstrate how to use NFS on two Ubuntu 14.04 servers.
Serve secure zone files on a pair of NSD nameservers using DNSSEC. This tutorial shows you how to set up master and slave nameservers, and how to serve secure zone files for two domains.
SSH ist ein wichtiges Tool für die Verwaltung von Remote-Linux-Servern. In diesem Leitfaden diskutieren wir die grundlegende Verwendung dieses Dienstprogramms und die Konfiguration Ihrer SSH-Umgebung.
Ao construir sistemas distribuídos para servir contêineres Docker, comunicação e rede tornam-se extremamente importantes. A arquitetura orientada a serviço, inegavelmente, depende muito de comunicação entre os componentes, de forma a funcionar corretamente. Neste guia, vamos…
Websites e aplicações modernas geralmente entregam uma quantidade significativa de conteúdo estático para os usuários finais. Este conteúdo inclui imagens, folhas de estilo, JavaScript, e vídeo. À medida que esses recursos estáticos aumentam em número e tamanho, o uso da largura…
Learn how to utilize the cloud provider to automate the process of creating a VPC mesh network to ensure communication and security between your cloud resources.
What happens when you decide to create a droplet on the cloud provider — from taking an API request to a droplet you can reach via SSH. Peek under the hood to see what it’s like to operate infrastructure at scale.
An important part of managing server configuration and infrastructure includes maintaining an easy way to look up network interfaces and IP addresses by name, by setting up a proper Domain Name System (DNS). Using fully qualified domain names (FQDNs), instead of IP addresses,…
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.
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…