System Tools

Como Atualizar para o Ubuntu 16.04 LTS — step-by-step Linux tutorial on Progressive Robot

Como Atualizar para o Ubuntu 16.04 LTS

<$>[warning] Atenção: Uma versão anterior desse guia incluía uma menção aos sistemas Ubuntu 14.04. Embora uma atualização a partir do 14.04 possa completar com sucesso, atualizações entre versões LTS não estão habilitadas por padrão até o primeiro ponto de versão, e é…

Read more
How To Use Vim for Advanced Editing of Plain Text or Code on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Vim for Advanced Editing of Plain Text or Code on a VPS

Vim is a powerful text editor that can be used to edit both normal text documents and source code for programming. It excels at both of these tasks by being flexible and having functions that adapt well to either circumstance. In this guide, we will demonstrate how to leverage some of these functions to edit more efficiently.

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
Использование SSH для подключения к удаленному серверу — step-by-step Linux tutorial on Progressive Robot

Использование SSH для подключения к удаленному серверу

SSH — это важный инструмент, используемый для администрирования удаленных серверов Linux. В этом руководстве мы опишем основы использования этого инструмента и способы настройки вашего окружения SSH.

Read more
How To Install and Use Graphite on an Ubuntu 14.04 Server — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Graphite on an Ubuntu 14.04 Server

Tracking statistics is a great way to make informed decisions about your systems, servers, and applications. Graphite is a graphing library that can be used to render customized graphs for any kind of data that is send to it. In this guide, we’ll talk about how to install and use Graphite on an Ubuntu 14.04 server.

Read more
How To Protect SSH with fail2ban on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Protect SSH with fail2ban on Debian 7

SSH is a very convenient tool for remotely administering your servers. However, it does open your machine up to brute force attacks designed to crack your password and gain access to your machine. In this guide, we will discuss how to install and configure fail2ban, which will ban repeated unsuccessful authentication attempts, on a Debian 7 system.

Read more
CHAT