Silvano Cerza picture

Hey, I'm Silvano!

Writing code and other stuff.

21

Mar

2025

My Home Network Setup

I have a small PC at home that I use as a server to run some personal services of mine, Jellyfin, Sonarr, QBitTorrent, and others. This is an outline of the current setup and some of the problems I faced.

2511 words →

10

Mar

2025

Nice writeup by Luigi Gubello regarding Phishing-as-a-service platform and how to defend against them.

https://gubello.me/blog/threat-model-phaas-platform-abuses/

23

Jan

2025

Let's see if this works 👀

10

Apr

2019

A simple way to run only one process per application in C++

Some times it might be necessary to limit the number of processes running at the same time for a certain application. There might be several reasons for this, to prevent data corruption for example. This is a simple cross-platform way to do it.

1424 words →