Carlo Alberto Scola

Cyber Security passionate

Linux

» categories: linux

Articles by category: linux


web security notes network cisco sdn python vulnerability terraform docker infrastructure
2024
13 Apr 2024

Securing Private Docker Deployments: Network Isolation and Traefik Routing

Containers often do not need internet access. Restrict containers from being able to talk to the internet while ensuring external traffic can still reach your services. This increases security and peace of mind.

categories: #linux #infrastructure #docker

2023
30 Jul 2023

How to tunnel container traffic through Wireguard VPN

How can you easily tunnel traffic from one docker container to another with docker compose? This way you can have a Wireguard VPN client and tunnel out other containers traffic.

categories: #linux #infrastructure

28 Jul 2023

How to update dynamic DNS records with Cloudflare API

Here is how you create the most simple dynamic DNS updater with cloudflare APIs.

categories: #linux #infrastructure

05 Jul 2023

How to use custom webhooks in Authentik

You want to send custom notifications to ntfy via webhook? How to setup webhooks in Authentik for notifications and custom messages.

categories: #linux

15 Apr 2023

How to securely run Docker containers

How to better protect Docker containers. Tips for increasing the security of your containers for your application and how to run rootless docker containers.

categories: #linux #docker #security

15 Apr 2023

How to do create and manage Amazon IAM users with Terraform

How to easily manage IAM users with Terraform in AWS. Create and manage users and access keys in a fast and reproducible manner.

categories: #linux #terraform

2020
18 Jan 2020

A secure, easy and encrypted cloud backup

How to setup the most simple remote backup solution for your needs. Rsync and EncFS will incrementally store only the encrypted files on your "cloud" providing complete privacy.

categories: #security #linux #network

2019
25 Feb 2019

How to configure FreeRADIUS 3 with MySQL and EAP-TTLS

Today we are going to explain how to set up a FreeRADIUS server for Authentication, Authorization and Accounting (AAA) along with a MySQL database for credentials storage accessed only through encrypted TLS connections.

categories: #network #security #linux

2018
09 May 2018

TOR SSH Remote Reverse Tunnel - Raspberry Pi

How to use TOR hidden service with SSH remote tunnel. How to use hidden service as an anonymous SSH proxy. We will set a remote ssh tunnel from a raspi client towards a hidden service,...

categories: #linux #security

02 May 2018

SOCKS PROXY on Reverse SSH tunnel

How to set up a SOCKS proxy with SSH reverse tunnel. The tunnel will be ssh-encrypted and each traffic will pass through the tunnel, like in a VPN.

categories: #security #linux

13 Mar 2018

SSH Reverse Tunnel - Raspberry Pi

How to set up a persistent, always available, SSH remote tunnel (reverse SSH tunnel).

categories: #linux #security

18 Feb 2018

Netdata cluster - Monitoring multiple server.

How to set up a netdata cluster monitoring multiple servers. One dashboard, multiple server monitoring instances.

categories: #linux #web

15 Feb 2018

Configuring Netdata on Ubuntu + apache proxy + authentication

Configuring netdata on ubuntu with SSL/TLS and Apache web server.

categories: #linux #web

15 Feb 2018

Configuring SSL/TLS for a domain on Apache2

How to set up SSL/TLS on Apache for securing web communication. Let's Encrypt certificate generation.

categories: #linux #web #security