Использование Ansible для установки WordPress с LAMP в Ubuntu 18.04
Автоматизация сервера сегодня играет важнейшую роль в системном администрировании, что вызвано расходной природой современных сред приложений. Инструменты [управления…
Автоматизация сервера сегодня играет важнейшую роль в системном администрировании, что вызвано расходной природой современных сред приложений. Инструменты [управления…
BitTorrent Sync allows you to sync directories across servers by leveraging an encrypted version of the BitTorrent protocol. In this guide, we will demonstrate how to configure BitTorrent Sync between two servers. We will also configure an SSL reverse proxy through Nginx in order to encrypt our traffic with the web interface.
Предыдущая версия данного обучающего руководства была написана Шоном Льюисом. Cron — это хронологический демон-планировщик задач, работающий в операционных системах типа Unix, включая дистрибутивы Linux. Cron запускается в фоновом режиме,…
Buscar archivos es una tarea frecuente en cualquier sistema operativo. Los comandos “find” y “locate” de Linux se pueden utilizar para buscar archivos en el sistema de archivos. En este guía, se explicará cómo utilizar estas dos herramientas para hacer consultas específicas para los archivos.
In this tutorial, we will teach you how to use HAProxy as a layer 7 load balancer to serve multiple applications from a single domain name or IP address. Load balancing can improve the performance, availability, and resilience of your environment.
Web frameworks allow you to quickly program web applications without having to worry about the underlying glue that holds everything together. Martini is a modern web framework for the Go programming language that makes it easy to write web applications. In this guide, we will discuss how to create a Martini application and use Nginx as a reverse proxy to serve it requests.
Node.js is a popular Javascript platform for server-side programming that allows you to build and run web apps quickly. In this guide, we’ll discuss how to use npm to get information about your environment, search for packages, and install Node packages on your server.
Django is a flexible framework for quickly creating Python applications. By default, Django applications are configured to store data into a lightweight SQLite database file. While this works well under some loads, a more traditional DBMS can improve performance in…
O gerenciamento de processos é uma habilidade essencial ao usar qualquer sistema de computador. Isso é ainda mais importante ao administrar um ambiente de servidor. Este artigo irá introduzir algumas ferramentas poderosas que podem ser usadas para gerenciar processos em um sistema Linux.
Use Salt Cloud to deploy an unlimited number of servers with predefined configurations. This example deploys an Nginx load balancer and two Node.js app servers.