Installieren und Konfigurieren von Postfix unter Ubuntu 20.04
Eine frühere Version dieses Tutorials wurde von Justin Ellingwood verfasst Postfix ist ein beliebter Open-Source [*Mail Transfer…
Eine frühere Version dieses Tutorials wurde von Justin Ellingwood verfasst Postfix ist ein beliebter Open-Source [*Mail Transfer…
Shinken is an open source monitoring framework based on Nagios Core which has been rewritten in python to enhance flexibility, scalability, and ease of use. Get it installed and configured on Ubuntu 12.04 to monitor your virtual server.
Virtual Network Computing, o VNC, es un sistema de conexión que le permite usar su teclado y mouse para interactuar con un entorno de escritorio gráfico en un servidor remoto. Hace que administrar archivos, software y ajustes en un servidor remoto sea más fácil para los…
In this the cloud provider article, we aim to introduce you to the RabbitMQ project: an open-source message-broker application stack which implements the Advanced Message Queuing Protocol (AMQP).
phpMyAdmin adalah aplikasi yang mengizinkan pengguna untuk berinteraksi dengan basis data MySQL melalui antarmuka web. Tutorial ini meliputi proses instalasi dan pengamanan phpMyAdmin pada server Ubuntu 20.04.
Uma versão anterior deste tutorial foi escrita por Justin Ellingwood. O Redis é um armazenamento de dados de chave-valor na memória, conhecido pela sua flexibilidade, desempenho e amplo suporte…
Kontainerisasi aplikasi mengacu pada suatu proses adaptasi aplikasi dan komponennya dengan tujuan agar dapat menjalankannya dalam lingkungan ringan yang dikenal sebagai kontainer. Lingkungan tersebut terisolasi dan dapat dibuang, serta dapat dimanfaatkan lebih lanjut untuk pengembangan, pengujian, dan penyebaran aplikasi hingga produksi. Dalam panduan ini, kita akan menggunakan Docker Compose untuk melakukan kontainerisasi aplikasi Laravel sebagai pengembangan pada Ubuntu 20.04.
BaasBox is an open-source backend for web and mobile applications. It takes minutes to install and configure, and this tutorial shows you how to set it up and work with both the administrative console and the REST API.
Docker vereinfacht die Verwaltung von Anwendungsprozessen in Containern. Obwohl Container in gewisser Hinsicht virtuellen Rechnern ähneln, sind sie leichter und ressourcenschonender. Dies ermöglicht Entwicklern, eine Anwendungsumgebung in mehrere isolierte Dienste zu…
Memcache is a system that works to speed up virtual private servers by caching server information. The program allows you to allocate a specific amount of the server ram toward caching recently queried data for a certain amount of time. This tutorial covers Memcache installation and illustrates how to use memcache with a simple php script.