ubuntu

How To Install and Use phpPgAdmin on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use phpPgAdmin on Ubuntu 12.04

phpPgAdmin is a php-based web application that provides a GUI interface for the postgresql system. It performs a similar function to phpMyAdmin, which allows users to manipulate database information in a visual program in MySQL. Here’s how to install and use phpPgAdmin on Ubuntu 12.04.

Read more
How To Install Apache Kafka on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Kafka on Ubuntu 14.04

Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data efficiently. A Kafka cluster is not only highly scalable and fault-tolerant, but it also has a much higher throughput compared to other message brokers such as ActiveMQ and RabbitMQ. Though it is generally used as a pub/sub messaging system, a lot of organizations also use it for log aggregation because it offers persistent storage for published messages.

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

How To Install Git on Ubuntu 12.04

This tutorial covers how to install git on ubuntu 12.04 via apt-get and from the source. Git is a distributed version control system released to the public in 2005. The program allows for non-linear development of projects, and can handle large amounts of data effectively by storing it on the local server.

Read more
How To Install Graylog2 And Centralize Logs On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Graylog2 And Centralize Logs On Ubuntu 14.04

In this tutorial, we will cover the installation of Graylog2 (v0.20.2), and configure it to gather the syslogs of our systems in a centralized location. Graylog2 is a powerful log management and analysis tool that has many use cases, from monitoring SSH logins and unusual activity to debugging applications. It is based on Elasticsearch, Java, MongoDB, and Scala.

Read more
Cómo instalar Jenkins en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Jenkins en Ubuntu 18.04

Jenkins es un servidor de automatización de código abierto que automatiza las tareas técnicas repetitivas que se requieren en la integración continua y la entrega de software. Jenkins está basado en Java y puede instalarse desde paquetes de Ubuntu o…

Read more
CHAT