ubuntu

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

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

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.

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

How To Install Git on Ubuntu 14.04

Git is a powerful distributed version control system that can be used to track software development projects and other information. In this guide, we’ll demonstrate a few different ways to install git on an Ubuntu 14.04 server and how to get started.

Read more
How to Install Hadoop in Stand-Alone Mode on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Hadoop in Stand-Alone Mode on Ubuntu 16.04

Hadoop is a Java-based programming framework that supports the processing and storage of extremely large datasets on a cluster of inexpensive machines. It was the first major open source project in the big data playing field and is sponsored by the Apache Software Foundation. …

Read more
Como instalar o Jenkins no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Jenkins no Ubuntu 18.04

O Jenkins é um servidor de automação de código aberto que automatiza as tarefas técnicas repetitivas envolvidas na integração e entrega contínuas do software. O Jenkins é baseado no Java e pode ser instalado dos pacotes Ubuntu ou baixando e executando seu…

Read more
Cara Menginstal tumpukan Linux, Apache, MySQL, PHP (LAMP) pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal tumpukan Linux, Apache, MySQL, PHP (LAMP) pada Ubuntu 20.04

Tumpukan “LAMP” adalah sekumpulan perangkat lunak sumber terbuka yang biasanya diinstal bersama untuk memungkinkan server menjadi hos dari situs web yang dinamis dan aplikasi web. Istilah ini sebenarnya merupakan singkatan yang mewakili sistem operasi Linux dengan server web Apache. Data situs disimpan di dalam basis data MySQL dan konten dinamis diolah dengan menggunakan PHP. Dalam panduan ini, kita akan menginstal tumpukan LAMP pada server Ubuntu 20.04.

Read more
How To Install Matomo Web Analytics on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Matomo Web Analytics on Ubuntu 20.04

Matomo is an open-source, self-hosted web analytics application written in PHP. In this tutorial you will install Matomo and a MariaDB database using Docker Compose, then install Nginx to act as a reverse proxy for the Matomo app. Finally, you will enable secure HTTPS connections by using Certbot to download and configure SSL certificates from the Let’s Encrypt Certificate Authority.

Read more
How to Install MongoDB on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Install MongoDB on Ubuntu 16.04

MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on your server for a production application environment.

Read more
CHAT