ubuntu

Начальная настройка сервера c Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Начальная настройка сервера c Ubuntu 14.04

После создания нового сервера необходимо предпринять несколько шагов по его базовой настройке. Это повысит безопасность и удобство использования Вашего сервера и заложит прочную основу для последующих действий. Для того, чтобы…

Read more
¿Cómo instalar Linux, Apache, MySQL, PHP (LAMP) en Ubuntu 14.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar Linux, Apache, MySQL, PHP (LAMP) en Ubuntu 14.04?

Se denomina “LAMP” a un grupo de software de código libre que se instala normalmente en conjunto para habilitar un servidor para alojar sitios y aplicaciones web dinámicas. Este término en realidad es un acrónimo que representa un sistema operativo Linux con un servior Apache, el sitio de datos es almacenado en base de datos MySQL y el contenido dinámico es procesado con PHP.

Read more
Configuration initiale de serveur avec Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Configuration initiale de serveur avec Ubuntu 18.04

Lorsque vous installez un nouveau serveur Ubuntu 18.04, il y a quelques étapes de configuration que vous devriez effectuer au sein de votre paramétrage initial. Cela renforcera la sécurité et l’ergonomie de votre serveur et vous procurera une base solide pour vos actions…

Read more
Getting Started with Phalcon, a PHP Framework - Part 2 — step-by-step Linux tutorial on Progressive Robot

Getting Started with Phalcon, a PHP Framework – Part 2

In this tutorial we will continue where we left off the last time when we got Phalcon installed on our Ubuntu 12.04 VPS and managed to print our first string to the screen using a Phalcon controller. In this tutorial, we will touch upon using the other two core MVC components: the views and the models.

Read more
Как добавить пространство подкачки на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Как добавить пространство подкачки на Ubuntu 18.04

Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом Один из наиболее простых способов предотвратить ошибки нехватки памяти в приложениях — добавить пространство подкачки на сервер. В…

Read more
How To Analyze Managed Redis Database Statistics Using the Elastic Stack on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Analyze Managed Redis Database Statistics Using the Elastic Stack on Ubuntu 18.04

Database monitoring is the continuous process of systematically tracking various metrics that show how the database is performing. In this tutorial, you’ll import database metrics, generated by the Redis INFO command, into Elasticsearch via Logstash. The imported data can later be analyzed and visualized in Kibana. By the end of the tutorial, you’ll have an automated system pulling in Redis statistics for later analysis.

Read more
How To Centralize Your Docker Logs with Fluentd and ElasticSearch on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Centralize Your Docker Logs with Fluentd and ElasticSearch on Ubuntu 14.04

[Fluentd](https://www.fluentd.org) is an open source data collector designed to unify logging infrastructure. It is designed to bring operations engineers, application engineers, and data engineers together by making it simple and scalable to collect and store logs. This tutorial demonstrates how to install Fluentd and use it to collect logs from Docker containers. We’ll stream the data to another container running Elasticsearch on the same Ubuntu 14.04 server.

Read more
CHAT