Linux

How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 22.04

In this tutorial, we will go over the installation of the Elastic Stack on an Ubuntu 22.04 server. You will learn how to install all of 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.

Read more
Установка Git в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка Git в CentOS 8

Системы контроля версий являются незаменимой частью современных процессов разработки программного обеспечения. Контроль версий помогает отслеживать изменения программного обеспечения на уровне исходного кода. Вы можете отслеживать изменения, возвращаться к предыдущим версиям и…

Read more
How To Install Git on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 18.04

With version control systems for your software development projects, you can share and collaborate on code. In this guide, we will install and configure the popular version control system Git on an Ubuntu 18.04 server.

Read more
Установка Jenkins на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Jenkins на Ubuntu 18.04

Jenkins — это сервер автоматизации с открытым исходным кодом, который позволяет автоматизировать выполнение повторяющихся технических задач в области непрерывной интеграции и предоставления программного обеспечения. Jenkins написан на Java и может…

Read more
CHAT