Installieren und Sichern von Grafana unter Ubuntu 20.04
Der Autor hat den COVID-19 Relief Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Grafana ist…
Der Autor hat den COVID-19 Relief Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Grafana ist…
phpMyAdmin is an application that allows users to interact with MySQL or MariaDB databases through a web interface. This tutorial covers the process of installing and securing phpMyAdmin on a Debian 9 server.
While many users require access to a database management system like MySQL or MariaDB, not all users feel comfortable interacting with the SQL prompt on a daily basis. In this guide, we’ll discuss how to install and secure phpMyAdmin, a web management interface for MySQL and MariaDB, on a CentOS 7 server. We will leverage the Apache web server for this guide.
Justin Ellingwood escribió una versión anterior de este tutorial. Redis es un sistema de almacenamiento claves-valores en memoria conocido por su flexibilidad, su rendimiento y su soporte…
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.
Searching for files and searching through files are two activities that you probably do often when developing an application. Ack is a search tool that is optimized for working on source files. It can intelligently handle searches very fast and is a suitable replacement for grep in most situations. In this guide, we’ll show you how to install and use ack on an Ubuntu 14.04 server.
[ClickHouse](https://clickhouse.yandex) is an open-source, column-oriented analytics database for [OLAP](https://en.wikipedia.org/wiki/Online_analytical_processing) and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.
Install Composer on Ubuntu with our step-by-step guide. Learn global vs local installation, verify installer security, and manage PHP dependencies efficiently. Start building PHP apps today.
PostgreSQL, or postgres, is a popular database management system that can be used to manage the data for your website or application. In this guide, we will demonstrate how to install and use postgres on a CentOS VPS
Системы управления реляционными базами данных являются ключевым компонентом многих веб-сайтов и приложений. Они предоставляют структурированный способ хранения, организации и доступа к информации. PostgreSQL, или Postgres, — это система управления…