security

How To Protect Your Linux Server Against the GHOST Vulnerability — step-by-step Linux tutorial on Progressive Robot

How To Protect Your Linux Server Against the GHOST Vulnerability

On January 27, 2015, a GNU C Library (glibc) vulnerability, referred to as the GHOST vulnerability, was announced to the general public. In summary, the vulnerability allows remote attackers to take complete control of a system by exploiting a buffer overflow bug in glibc. It is highly recommended that you update and reboot all of your affected Linux servers. We will show you how to test if your systems are vulnerable and, if they are, how to update glibc to fix the vulnerability.

Read more
How To Secure Consul with TLS Encryption on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Consul with TLS Encryption on Ubuntu 14.04

Consul is a flexible service discovery system that can be used to keep track of the existence and health of services available in your infrastructure. In previous guides, we discussed how to set up the base Consul system. In this guide, we will demonstrate how to secure the communications between different components using TLS to encrypt traffic.

Read more
How To Secure Nginx with NAXSI on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Nginx with NAXSI on Ubuntu 16.04

You can greatly increase the security of your Nginx server by using a module like NAXSI. NAXSI (Nginx Anti XSS & SQL Injection) is a free, third-party Nginx module that provides web application firewall features. In this tutorial, you will use NAXSI to secure Nginx on your Ubuntu 16.04 server. By the end of this tutorial, you will know what kinds of attacks NAXSI can block and how to configure NAXSI rules.

Read more
How To Securely Set Up Shipyard 2.0.10 with TLS on CoreOS — step-by-step Docker tutorial on Progressive Robot

How To Securely Set Up Shipyard 2.0.10 with TLS on CoreOS

In this guide, we’ll be setting up Shipyard 2.0.10, a Docker management tool, on a single CoreOS server and securing Docker with a TLS certificate to ensure that only authorized clients may connect to it. TLS Stands for *Transport Layer Security*. It’s used to encrypt data as it is transported from the client to the server and back again. In our case, we’ll use it to encrypt our connection to the Docker host, and Docker’s connection to Shipyard.

Read more
Como configurar um Firewall com o UFW no Debian 9 — step-by-step Linux tutorial on Progressive Robot

Como configurar um Firewall com o UFW no Debian 9

O UFW, ou Uncomplicated Firewall (Firewall Descomplicado), é uma interface para iptables desenvolvida para simplificar o processo de configuração de um firewall. Apesar da iptables ser uma ferramenta sólida e flexível, pode ser difícil para os iniciantes aprender como usá-la…

Read more
How To Set Up an OpenVPN Server on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an OpenVPN Server on Debian 10

OpenVPN is a full-featured, open-source Secure Socket Layer (SSL) VPN solution that accommodates a wide range of configurations. In this tutorial, you will set up an OpenVPN server on a Debian 10 server and then configure access to it from Windows, OS X, iOS and/or Android devices. This tutorial will keep the installation and configuration steps as simple as possible for each of these setups.

Read more
Создание и настройка центра сертификации (ЦС) в Debian 10 — step-by-step Linux tutorial on Progressive Robot

Создание и настройка центра сертификации (ЦС) в Debian 10

Центр сертификации (ЦС) — это служба, отвечающая за выдачу цифровых сертификатов удостоверения личности в Интернете. Хотя публичные ЦС часто используются для подтверждения подлинности сайтов и других общедоступных служб, для…

Read more
CHAT