security

Configuração inicial de servidor com o Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Configuração inicial de servidor com o Ubuntu 20.04

Ao criar um servidor do Ubuntu 20.04, deve-se executar alguns passos de configuração importantes como parte da configuração básica. Esses passos aumentarão a segurança e a usabilidade do seu servidor e darão a você uma base sólida para ações subsequentes.

Read more
Securing Communications in a Three-tier Rails Application Using SSH Tunnels — step-by-step Linux tutorial on Progressive Robot

Securing Communications in a Three-tier Rails Application Using SSH Tunnels

Web applications are often architected with three distinct tiers: the presentation layer, which is what the user sees, the application layer, which provides the business logic of the application, and the data layer which stores the application’s data. In this tutorial, you will deploy a Rails app in a three-tier configuration by installing a unique set of software on three separate servers, configuring each server and their components to communicate and function securely and effectively.

Read more
Configuração Inicial de servidor com Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Configuração Inicial de servidor com Ubuntu 18.04

Quando você cria inicialmente um novo servidor Ubuntu 18.04, 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…

Read more
How To Authenticate Django Apps using django-allauth — step-by-step Python tutorial on Progressive Robot

How To Authenticate Django Apps using django-allauth

django-allauth is an integrated set of Django applications dealing with account authentication, registration, management, and third-party (social) account authentication. In this tutorial, you will build a Django application that uses django-allauth to authenticate using a cloud account.

Read more
CHAT