Установка и использование TimescaleDB в CentOS 7
Автор выбрал Computer History Museum для получения пожертвования в рамках программы Write for DOnations. Многие приложения, в том числе системы мониторинга и сбора данных, собирают…
Автор выбрал Computer History Museum для получения пожертвования в рамках программы Write for DOnations. Многие приложения, в том числе системы мониторинга и сбора данных, собирают…
O autor selecionou o Free and Open Source Fund para receber uma doação como parte do programa Write for DOnations. O Apache Kafka é um agente de mensagens distribuídas…
O Apache Tomcat é um servidor web e um servlet container que é usado para servir aplicações Java. O Tomcat é uma implementação open source das tecnologias Java Servlet e JavaServer Pages, lançada pela Apache Software Foundation. Este tutorial aborda a instalação básica e algumas…
Apache Cassandra is an open-source, masterless, and distributed NoSQL database system. Cassandra database management works through a node system, and nodes are held within a cluster. In this tutorial, you’ll install Cassandra and run a multi-node cluster on Ubuntu 22.04.
Concourse CI is a modern, scalable continuous integration system designed to automate testing pipelines with a composable, declarative syntax. In this tutorial, we will demonstrate how to install Concourse CI on an Ubuntu 16.04 server. We will configure a PostgreSQL database to use as the backend, download and install the Concourse binaries, and then configure the web and worker processes that allow us to build and execute continuous integration pipelines.
DenyHosts is a security tool written in python that monitors server access logs to prevent brute force attacks on a virtual private server. The program works by banning IP addresses that exceed a certain number of failed login attempts. This tutorial explains how to install denyhosts, how to whitelist your IP address, and where to find the denyhosts configuration file. It is written for CentOs.
In this tutorial, we’ll show you how to install the Dropbox client, and configure it to run as a headless service, on a CentOS 7 server. This will allow your server to connect to Dropbox so that you can keep a copy of your Dropbox files synchronized on your server.
In this tutorial, we will go over the installation of the Elastic Stack on an Ubuntu 18.04 server. You will learn how to install all the components of the Elastic Stack (including Filebeat, a Beat used for forwarding and centralizing logs and files) and configure them to gather and visualize system logs. We will install all components on a single server, which we will refer to as our Elastic Stack Server.
This tutorial will walk you through installing and configuring Git from source on an Ubuntu 20.04 server.
Git is one of the most popular distributed version control systems. In this guide, we will demonstrate how to install and configure `git` on an FreeBSD 11.0 server. We will cover how to install the software in two different ways, each of which has its own benefits.