Настройка удаленного рабочего стола с помощью X2Go в Ubuntu 20.04
Автор выбрал Software in the Public Interest (SPI) для получения пожертвования в рамках программы Write for DOnations. Обычно серверы на базе Linux не имеют…
Автор выбрал Software in the Public Interest (SPI) для получения пожертвования в рамках программы Write for DOnations. Обычно серверы на базе Linux не имеют…
NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. *Block storage* is a generic term used to describe network-based storage volumes that are usually offered by hosting providers. Block storage usually does not provide its own API for direct access. Instead, it needs to be mounted to an existing server and shared from that server. Running an NFS server on an attached droplet is a good solution to expose block storage.
The fleet daemon and the fleetctl utility program are essential for managing your CoreOS cluster. A cluster-wide interface to individual systemd instances, this system allows you to manage services throughout your clustered environment. In this guide, we’ll get familiar with these components.
Discover how LangChain simplifies building powerful LLM applications with tools, chains, and agents. Learn its core components, use cases, and integration tips.
Kubernetes é um poderoso sistema open-souce, inicialmente desenvolvido pelo Google, para o gerenciamento de aplicações em container em um ambiente clusterizado. Ele visa fornecer melhores maneiras de gerenciar componentes e serviços relacionados e distribuídos em diversas…
Sockets are a way to enable inter-process communication between programs running on a computer, or between programs running on separate computers. Programs that communicate via network sockets typically rely on using the Internet Protocol (IP) to send and receive data.
A basic understanding of networking is important for anyone managing a server. Not only is it essential for getting your services online and running smoothly, it also gives you the insight to diagnose problems. This document will provide a basic overview of some common networking concepts. We will discuss basic terminology, common protocols, and the responsibilities and characteristics of the different layers of networking.
Atualmente, cada vez mais os projetos de software são construídos por equipes cujos membros trabalham em conjunto em localidades geográficas diferentes. Embora este fluxo de trabalho tenha muitas vantagens claras, existem casos onde tais equipes podem querer vincular seus…
In this tutorial, we will go over how to set up an internal DNS server, using the BIND name server software (BIND9) on Ubuntu 14.04, that can be used by your Virtual Private Servers (VPS) to resolve private host names 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.
WebDAV is a technology that allows you to share access and modify content directly through the regular HTTP protocol. This allows you easy file sharing capabilities built into your web server and the ability to collaboratively build a website. This guide will cover how to configure WebDAV on Ubuntu with the Apache web server.