System Tools

How To Install and Configure an SNMP Daemon and Client on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure an SNMP Daemon and Client on Ubuntu 18.04

SNMP stands for simple network management protocol. It is a way that servers can share information about their current state, and also a channel through which an administer can modify pre-defined values. In this guide, you will set up the tools to communicate using SNMP. You will be using two Ubuntu 18.04 servers to demonstrate, one that will contain the SNMP manager (client), and one to hold the SNMP agent (daemon).

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
Comment configurer les clés SSH sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment configurer les clés SSH sur CentOS 8

SSH, ou secure shell, est un protocole crypté utilisé pour administrer et communiquer avec des serveurs. Lorsque vous travaillez avec un serveur CentOS, il y a de fortes chances que vous passiez la majeure partie de votre temps dans une session terminal connectée à votre…

Read more
How To Set Up SSH Keys on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on Ubuntu 16.04

SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH key-based authentication on an Ubuntu 16.04 installation.

Read more
How To Test Your Data With Great Expectations — step-by-step Python tutorial on Progressive Robot

How To Test Your Data With Great Expectations

Great Expectations is an open source data validation and documentation library written in Python. It allows you to establish assertions about your data called Expectations, and validate any data using those Expectations. In this tutorial, you will set up a local deployment of Great Expectations, connect it to your data, create a suite of Expectations, validate a batch of data using those Expectations, and generate a data quality report with the results.

Read more
Como usar o ps, kill e nice para gerenciar processos no Linux — step-by-step Linux tutorial on Progressive Robot

Como usar o ps, kill e nice para gerenciar processos no Linux

O gerenciamento de processos é uma habilidade essencial ao usar qualquer sistema de computador. Isso é ainda mais importante ao administrar um ambiente de servidor. Este artigo irá introduzir algumas ferramentas poderosas que podem ser usadas para gerenciar processos em um sistema Linux.

Read more
CHAT