How To Install and Get Started With Phalcon on an Ubuntu 12.04 VPS
In this article we will look at how to get started with Phalcon on your VPS running Ubuntu 12.04.
In this article we will look at how to get started with Phalcon on your VPS running Ubuntu 12.04.
Автор выбрал COVID-19 Relief Fund для получения пожертвования в рамках программы Write for DOnations. Grafana — это инструмент визуализации и…
Existe uma versão anterior deste tutorial, escrita por Brennan Bearnes. Embora muitos usuários precisam da funcionalidade de um sistema de gerenciamento de banco de dados como o MySQL, talvez não se sintam à vontade para…
phpMyAdmin was created so that users can interact with MySQL through an intuitive web interface, running alongside a PHP development environment. In this guide, we’ll discuss how to install phpMyAdmin on top of an Nginx server, and how to configure the server for increased security.
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…
MQTT is a machine-to-machine messaging protocol, designed to provide lightweight publish/subscribe communication to “Internet of Things” devices. Mosquitto is a popular MQTT server (or broker, in MQTT parlance) that has great community support and is easy to install and configure. In this tutorial, we’ll install Mosquitto, retrieve SSL certificates from Let’s Encrypt, and set up our broker to use SSL to secure our password-protected MQTT communications.
In this the cloud provider article, we learn about installing Beanstalkd using a packagemanager as well as compiling it from source. The article goes into detail in its explanation of Beanstalkd and compares it to other systems to let developers know why they might want to use it instead of others.
Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. In this guide, we’ll see how to install and use Composer on a Debian 11 server.
GoAccess allows you to monitor web server logs in real time, using a simple command-line dashboard, in order to quickly view and analyze traffic metrics. It runs entirely in a terminal with statistics organized into separate panels on one scrollable dashboard. It is also possible to use GoAccess to generate HTML, JSON, and CSV web traffic reports.
Les systèmes de gestion de bases de données relationnelles sont un élément clé de nombreux sites web et applications. Ils offrent un moyen…