How To Install and Configure Grafana to Plot Beautiful Graphs from Zabbix on CentOS 7
Use Grafana and Zabbix to create a custom dashboard that displays data about your servers.
Use Grafana and Zabbix to create a custom dashboard that displays data about your servers.
Neo4j is a graph database that records relationships between data nodes, whereas traditional relational databases use rows and columns to store and structure data. Since each node stores references to all the other nodes that it is connected to, Neo4j…
In this guide, we’ll focus on how to install and configure OpenLDAP on an Ubuntu 14.04 server. We will then install and configure phpLDAPadmin on the server, allowing us to manage our units and groups through an easy to use web interface.
Postfix is a *mail transfer agent* (MTA), an application used to send and receive email.
Postfix is one of the most popular open source mail delivery agents (MTA) in the world. In this guide, we will demonstrate how to install and configure a simple Postfix setup on an Ubuntu 14.04 server.
PowerDNS is an advanced, high performance authoritative nameserver compatible with a number of backends. In this case we will use MariaDB to store our zone file records. At the end of this tutorial, you will have a working PowerDNS nameserver that you can use to host DNS for any number of domains.
Sphinx is an open source search engine that allows full-text searches. It is best known for performing searches over large data very efficiently. The data to be indexed can generally come from very different sources: SQL databases, plain text files, HTML files, mailboxes, and so on. In this tutorial, we will set up Sphinx with MySQL server using the sample SQL file included in the distribution package.
Virtual Network Computing или VNC — это система подключения, позволяющая использовать клавиатуру и мышь для взаимодействия с графической средой рабочего стола на удаленном сервере. Данная система упрощает управление файлами, программным обеспечением и настройками на удаленном…
Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. In this guide, you’ll set up a VNC server on an Ubuntu 22.04 server and connect to it securely through an SSH tunnel.
Symfony is a full-stack, open source PHP framework, also well known for its independent components that can be easily integrated into any other PHP project. The Symfony framework is suitable for building PHP applications of any size, including console applications to run only on the command line.