security

How To Configure Packet Filter (PF) on FreeBSD 12.1 — step-by-step Linux tutorial on Progressive Robot

How To Configure Packet Filter (PF) on FreeBSD 12.1

PF is a renown firewall application that is maintained upstream by the security-driven OpenBSD project. It is more accurately expressed as a packet filtering tool, hence the name, and it is known for its simple syntax, user-friendliness, and extensive features. In this tutorial you’ll build a firewall from the ground up on a FreeBSD 12.1 server with PF. You’ll design a base ruleset that can be used as a template for future projects.

Read more
Como configurar a autenticação baseada em chaves SSH em um servidor Linux — step-by-step Linux tutorial on Progressive Robot

Como configurar a autenticação baseada em chaves SSH em um servidor Linux

O SSH, ou shell seguro, é a maneira mais comum de administrar servidores Linux remotos. Embora o daemon permita a autenticação baseada em senha, expor uma conta protegida por senha na rede pode tornar seu servidor vulnerável a ataques de força. Neste guia, demonstraremos como configurar seu servidor com chaves SSH, que é o método de autenticação recomendado. É muito mais difícil para os invasores contorná-lo, tornando o seu mecanismo de login mais seguro.

Read more
How To Host a Website Using Cloudflare and Nginx on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website Using Cloudflare and Nginx on Ubuntu 22.04

In this tutorial, you will secure a website served by Nginx with an Origin CA certificate from Cloudflare and configure Nginx to use authenticated pull requests. The advantages of using this setup are that you benefit from Cloudflare’s CDN and fast DNS resolution while ensuring that all connections pass through Cloudflare. This prevents any malicious requests from reaching your server.

Read more
CHAT