Getting Started

Comment configurer une authentification par clé SSH sur un serveur Linux — step-by-step Linux tutorial on Progressive Robot

Comment configurer une authentification par clé SSH sur un serveur Linux

SSH (ou secure shell) est le moyen le plus couramment utilisé pour administrer des serveurs Linux distants. Bien que le démon permette une authentification par mot de passe, le fait d’exposer votre réseau à un compte protégé par mot de passe le rend vulnérable aux attaques par force brute. Au cours de ce guide, nous allons vous montrer comment configurer votre serveur avec des clés SSH, la méthode d’authentification recommandée. Les pirates auront bien plus de mal à contourner ces mesures, grâce

Read more
Configuração Inicial do Servidor com o CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Configuração Inicial do Servidor com o CentOS 7

### Introdução Quando você cria inicialmente um novo servidor, existem alguns passos de configuração que você deve tomar no início como parte da configuração básica. Isto aumentará a segurança e a usabilidade do seu servidor e dará uma sólida fundação para as ações subsequentes.

Read more
Initial Server Setup with Debian 7 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Debian 7

This tutorial covers how to login with root, how to change the root password, how to create a new user, and how to give the new user root privileges. It’s written for Debian 7.

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

How to Set Up SSH Keys on Ubuntu 18.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 18.04 installation.

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

How To Set Up SSH Keys on CentOS

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a CentOS server, chances are you will spend most of your time in a terminal session connected to your server through SSH.

Read more
5 configurações comuns de servidor para sua aplicação Web — step-by-step Web Servers tutorial on Progressive Robot

5 configurações comuns de servidor para sua aplicação Web

Ao decidir qual arquitetura de servidor utilizar para seu ambiente, existem muitos fatores a considerar, tais como desempenho, escalabilidade, disponibilidade, confiabilidade, custo, e facilidade de gerenciamento. Aqui está uma lista de configurações de servidor comumente utilizadas, com uma breve descrição de cada uma, incluindo prós e contras.

Read more
Initial Server Setup with Debian 9 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Debian 9

When you first create a new Debian 9 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid foundation for subsequent…

Read more
How to Set Up SSH Keys on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Debian 10

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 a Debian 10 installation.

Read more
CHAT