Blog

All posts

Force HTTPS Over SSH for GitHub

A quick guide to authenticate with GitHub over HTTPS using the gh CLI and make Git always use HTTPS, even when remotes are set to SSH. Authenticate with GitHub …

Gimp - the power of the plugins

GIMP is a free, open-source image editing software that offers a wide range of features. Its plugins extend functionality for color correction, special effects, …

Steam Deck tricks

The Steam Deck is the portable device of my dreams. It’s an impressive Linux computer with great game inputs and impressive game compatibility. It allows …

Ansible 101 - The basics

Ansible is an open-source tool for automating infrastructure and application deployment, using simple YAML language. It’s used to manage and automate …

Ansible tricks

I want to show you some tricks and solutions that I designed along my journey automating stuff with Ansible. To use these tricks doesn’t matter if you are …

Using rsync to backup Linux servers

Imagine that you have some servers running applications and you need to find a way to backup the files and preserve their properties, like the user, group, …

How to run Vagrant + VirtualBox on WSL 2 (2021)

HashiCorp Vagrant provides the same easy workflow regardless of your role as a developer, operator, or designer. It leverages a declarative configuration file …

Enforce MFA for IAM users

It’s not easy to protect AWS accounts and one of the most common issues is related to credentials leakage that gives access even to all company’s …

About me and my career so far...

I am a Software Quality Engineer at Red Hat, on the Ansible Automation Platform. The product I’m working on empowers multiple industries, like financial, …

Setup SSH login to don't ask password again

If you use the SSH a lot of time or want to sync files, probably you need to type your password many times a day. The way to avoid this problem and create a …

Swap - How to create a swap file

The swap file is used to “expand” the memory RAM, so increases the capability to execute more software at the same time. In a GNU/Linux, it’s possible to create …

How to set a static IP to Ubuntu Server

In computing, a network interface is a system’s (software and/or hardware) interface between two pieces of equipment or protocol layers in a computer network. A …