ubuntu

How to Install/Uninstall NodeJS on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install/Uninstall NodeJS on Ubuntu 18.04

URL: https://www.progressiverobot.com/install-uninstall-nodejs-ubuntu/ NodeJS is a JavaScript framework that allows you to build fast network applications with ease. In this guide, we delve in and see how you can How to install NodeJS on Ubuntu 18.04. Step 1: Adding the NodeJS PPA to Ubuntu 18.04 To start off, add the NodeJS PPA to your system using […]

Read more
Как установить Java с помощью Apt-Get в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Java с помощью Apt-Get в Ubuntu 16.04

Java и JVM (Виртуальная машина Java) широко используются в самом разном программном обеспечении. Эта статья описывает процесс установки и управления различными версиями Java с помощью утилиты apt-get. Для того, чтобы следовать инструкциям в этой статье,…

Read more
Как настроить сервер OpenVPN в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как настроить сервер OpenVPN в Ubuntu 16.04

Хотите иметь безопасный и защищённый доступ в Интернет с вашего смартфона или ноутбука при подключении к незащищённой сети через WiFi отеля или кафе? Виртуальная частная сеть (Virtual Private Network, VPN) позволяет…

Read more
Ubuntu and Debian Package Management Essentials — step-by-step Linux tutorial on Progressive Robot

Ubuntu and Debian Package Management Essentials

Package management software allows you to easily control the software on your servers. These tools allow you to install, remove, update, and configure thousands of packages through a unified interface. In this guide, we will discuss some of the most common package management procedures that can be used with Ubuntu and Debian systems.

Read more
Adding Logstash Filters To Improve Centralized Logging (Logstash Forwarder) — step-by-step Linux tutorial on Progressive Robot

Adding Logstash Filters To Improve Centralized Logging (Logstash Forwarder)

Logstash is a powerful tool for centralizing and analyzing logs, which can help to provide and overview of your environment, and to identify issues with your servers. One way to increase the effectiveness of your Logstash setup is to collect important application logs and structure the log data by employing filters, so the data can be readily analyzed and query-able. We will build our filters around “grok” patterns, that will parse the data in the logs into useful bits of information.

Read more
CHAT