Установка и использование Linkerd с помощью Kubernetes
Автор выбрал Tech Education Fund для получения пожертвования в рамках программы Write for DOnations. [Сервисная…
Автор выбрал Tech Education Fund для получения пожертвования в рамках программы Write for DOnations. [Сервисная…
Discourse ist eine Open-Source-basierte Diskussionsplattform. Sie kann als Mailingliste, Diskussionsforum oder Langform-Chatraum verwendet werden. In diesem Tutorial installieren wir…
Автор выбрал фонд Организации Объединенных Наций для получения пожертвования в рамках программы Write for DOnations. *Оригинальная [версия…
Les systèmes de contrôle de version vous aident à partager et à collaborer sur des projets de développement de logiciels. Git est l’un des systèmes de contrôle de version les plus populaires actuellement disponibles. Ce tutoriel vous guidera pour installer et configurer Git…
In this guide, you will build a small web application and then use Kustomize to manage your configuration sprawl. You will deploy your app to development and production environments with different configurations. You will also layer these variable configurations using Kustomize’s bases and overlays so that your code is easier to read and thus easier to maintain.
This tutorial will guide you through some of the next steps you may need to take after you submit a pull request to an open-source software project.
L’auteur a choisi le COVID-19 Relief Fund pour recevoir un don dans le cadre du programme Write for DOnations. Le serveur web Apache…
The Apache web server uses virtual hosts to manage multiple domains on a single instance. Similarly, PHP-FPM uses a daemon to manage multiple PHP versions on a single instance. Together, you can use Apache and PHP-FPM to host multiple PHP web-applications, each using a different version of PHP, all on the same server, and all at the same time.
OTRS, also known as the Open source Ticket Request System, is a help desk and IT service management system. In this tutorial, you will install OTRS Community Edition on an Ubuntu 18.04 server and set up a simple help desk system, which will allow you to receive and process requests from your customers using both the web interface and email.
El autor seleccionó a Wikimedia Foundation para recibir una donación como parte del programa Write for DOnations. etcd es un almacén de clave-valor distribuido en el que se basan muchas…