Tetriminos

Filling my life with pieces of knowledge

Follow me on GitHub

Tutorials

How to setup a development environment in wsl with Docker and Git

In this tutorial I describe the steps needed to create a development environment in a WSL2 environment, installing Docker in it without the need of installing Docker Desktop
Last updated: 2022-07-20

How to Use Keycloak behind Nginx to serve Prometheus and Grafana

End to end tutorial describing how to deploy Keycloak behind Nginx reverse proxy in order to authorize users to access Prometheus and Grafana servers
Last updated: 2020-07-18

Kubernetes Basics Tutorial

Notes and thoughts about the official Kubernetes tutorial
Last updated: 2020-06-25

Setting up a kubernetes learning environment

In this tutorial I describe how I configured my kubernetes learning environment.
Last updated: 2020-05-11

How to setup a laptop for ML exploration

In this tutorial I describe how I configured a laptop for my learning of ML related topics.
Last updated: 2020-02-02

How to create a basic chat interface with Kivy

In this tutorial I describe the steps needed to create a basic dektop chat interface in Python using the Kivy framework.
Last updated: 2020-01-06

How to backup using rsync in a container

In this tutorial I describe the steps needed to create a container to run rsync and use it to backup a FreeNAS server on a local USB external disk. This tutorial assume you have the same level of expertise about container I have when I wrote it: **PRACTICALLY NOTHING**
Last updated: 2019-11-03

Notes on learning NLTK

In this tutorial I collected a bunch of notes I used during the study of the book *Natural Language Processing with Python*
Last updated: 2018-12-30

How to install pfSense in a VirtualBox VM on your laptop

Do you want to place a professional firewall in front of your laptop?
Last updated: 2018-12-11

How to publish your website on GitHub Pages

In this tutorial I describe all the steps I performed in order to publish this very same site on GitHub Pages. It was a trial and error process, as usual, and I learned a lot about templating from it. I hope it will help you to set up your own website.
Last updated: 2018-07-10