ubuntu

Установка и использование PostgreSQL на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка и использование PostgreSQL на Ubuntu 18.04

Системы управления реляционными базами данных являются ключевым компонентом многих веб-сайтов и приложений. Они предоставляют структурированный способ хранения, организации и доступа к информации. PostgreSQL, или Postgres, — это система управления…

Read more
How To Install Apache Tomcat 8 on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 8 on Ubuntu 16.04

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. This tutorial covers the basic installation…

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

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

In this tutorial, we will go over the installation of the Elastic Stack on an Ubuntu 20.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
How To Install Git on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 22.04

In this guide, we will go through how to install and configure Git on an Ubuntu 22.04 server. We will cover how to install the software in two different ways: via the built-in package manager and via source. Each of these approaches comes with its own benefits depending on your specific needs.

Read more
How To Install Icinga and Icinga Web on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Icinga and Icinga Web on Ubuntu 16.04

Icinga is a flexible and powerful open-source monitoring system used to oversee the health of networked hosts and services. This tutorial will cover installing the Icinga core, its database backend, and the Icinga Web interface. Finally, we’ll set up email notification so you can receive alerts in your inbox when a service is misbehaving.

Read more
CHAT