Linux

Como Instalar o Apache Tomcat 9 no Debian 10 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Apache Tomcat 9 no Debian 10

O Apache Tomcat é um servidor web e um servlet container que é usado para servir aplicações Java. O Tomcat é uma implementação open source das tecnologias Java Servlet e JavaServer Pages, lançada pela Apache Software Foundation. Este tutorial aborda a instalação básica e algumas…

Read more
How To Install Concourse CI on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Concourse CI on Ubuntu 16.04

Concourse CI is a modern, scalable continuous integration system designed to automate testing pipelines with a composable, declarative syntax. In this tutorial, we will demonstrate how to install Concourse CI on an Ubuntu 16.04 server. We will configure a PostgreSQL database to use as the backend, download and install the Concourse binaries, and then configure the web and worker processes that allow us to build and execute continuous integration pipelines.

Read more
How To Install DenyHosts on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Install DenyHosts on CentOS 6

DenyHosts is a security tool written in python that monitors server access logs to prevent brute force attacks on a virtual private server. The program works by banning IP addresses that exceed a certain number of failed login attempts. This tutorial explains how to install denyhosts, how to whitelist your IP address, and where to find the denyhosts configuration file. It is written for CentOs.

Read more
How To Install Dropbox Client as a Service on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Dropbox Client as a Service on CentOS 7

In this tutorial, we’ll show you how to install the Dropbox client, and configure it to run as a headless service, on a CentOS 7 server. This will allow your server to connect to Dropbox so that you can keep a copy of your Dropbox files synchronized on your server.

Read more
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 FreeBSD 11.0 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on FreeBSD 11.0

Git is one of the most popular distributed version control systems. In this guide, we will demonstrate how to install and configure `git` on an FreeBSD 11.0 server. We will cover how to install the software in two different ways, each of which has its own benefits.

Read more
CHAT