Linux Basics

Como configurar as chaves SSH no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como configurar as chaves SSH no Ubuntu 16.04

O SSH, ou shell seguro, é um protocolo criptografado usado para administrar e se comunicar com servidores. Ao trabalhar com um servidor Ubuntu, existem boas chances de você gastar a maior parte do seu tempo em uma sessão de terminal conectada ao seu servidor através do…

Read more
How To Set Up Time Synchronization on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Time Synchronization on Debian 9

Accurate timekeeping has become a critical component of modern software deployments. Whether it’s making sure logs are recorded in the right order or database updates are applied correctly, out-of-sync time can cause errors, data corruption, and other hard to debug…

Read more
How To Tune your SSH Daemon Configuration on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Tune your SSH Daemon Configuration on a Linux VPS

SSH is the standard way to connect to remote Linux systems. You probably know the basics of how to use it, but the daemon also has many options that can give you more flexibility in user authentication and control. In this guide, we’ll explore some of these options in order to give you a more secure and more flexible SSH experience.

Read more
Verwenden von Find und Locate zur Suche nach Dateien unter Linux — step-by-step Linux tutorial on Progressive Robot

Verwenden von Find und Locate zur Suche nach Dateien unter Linux

Das Finden von Dateien ist eine sehr häufige Aufgabe in jedem Betriebssystem. Die Linux-Befehle „find“ und „locate“ können beide verwendet werden, um nach Dateien im Dateisystem zu suchen. Dieser Leitfaden behandelt die Verwendung dieser beiden Tools zur Erstellung spezifischer Abfragen für Dateien.

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
Initial Server Setup with Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Ubuntu 14.04

When you start a new server, there are a few steps that you should take every time to add some basic security and set a solid foundation. In this guide, we’ll walk you through the basic steps necessary to hit the ground running with Ubuntu 14.04.

Read more
CHAT