
January 31, 2025
The next few days are shaping up to be packed with open-source goodness!
I’ll be heading to CentOS Connect, FOSDEM, and CfgMgmtCamp, three of the best events in the ecosystem.
These conferences always include a great mix of technical talks, hallway conversations, and spontaneous meetups with friends—both old and new.
If you’re around, let’s catch up!
CentOS Connect (Brussels, January 31)
Although the event run yesterday and today, I’ll only be able to attend today.
CentOS Connect is a small but incredibly valuable event where the wider CentOS community (Fedora, CentOS, and all the Enterprise Linux distros) meets to discuss the space’s present and future.
It’s a great opportunity to meet contributors, learn about upcoming changes, and exchange ideas with people who shape the CentOS ecosystem.
I really like this event because its atmosphere is similar to Flock: very casual and more like a friends’ gathering than a conference.
Read More

October 28, 2023 - Milano, IT
Read More 
December 31, 2021
In December 2020, the CentOS Project announced a series of changes.
The three most important are:
- the creation of CentOS Stream and the consequent rename of CentOS (the classic Linux distribution the project is known for) in CentOS Linux
- the anticipation to today (31/12/2021) of the End Of Life for CentOS Linux 8
- the fact that CentOS Linux 8 is going to be the last and that from now on, only CentOS Stream will have new releases
That announcement created a lot of different sentiments in the community and even more among the CentOS Linux users.
As many predicted, multiple solutions are now available for the users that used to be on CentOS Linux.
Read More 
November 3, 2017
Authentication factors
One of the common way to create more secure authentication in systems is adding more “factors”, creating in this way a Multi-Factor Authentication (MFA).
The idea behind MFA is that there are many different ways to authenticate a user, and those can be split in different “categories” based on the kind of challenge we require.
Generally speaking, it’s common to divide the authentication methods in mainly three categories:
Read More 
January 27, 2016
A couple of weeks ago, I’ve announced the availability of AWS tools for Fedora.
I’m very happy to announce that today they are available in the EPEL7 repository as well.
The Extra Packages for Enterprise Linux (EPEL) repository is an RPM repository managed by the Fedora community that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS, Scientific Linux (SL), and Oracle Linux (OL).
As you can imagine, the 7 stays for the version, so only the version 7.x of the named distributions will allow you to install those packages.
Read More 
December 22, 2015
Innotop is a tool that allows you to control the status of a MySQL/MariaDB database.
It is widely used since it shows the data with an interface very similar to the top one.
Lately it’s development has slowed down, but small changes do come regularly.
The biggest change this time (compared to the 1.10.0-0.2 version) is the addition of a patch that allows innotop to work properly with MariaDB 10.1 and 10.2 that has recently hit the Fedora 24 repositories.
Read More 
August 24, 2014
One of my clients asked me to upgrade their MySQL 5.1 installation to MariaDB 10.
This caused some problems mainly due to the fact that many MySQL clients are not MariaDB 10 ready.
An example of a MySQL client not yet ready for MariaDB 10 is Innotop.
Innotop is a widely used client for MySQL/MariaDB that shows you an interface similar to the “top” Unix command.
To solve this, I found a patch online and, after some testing, I’ve added it to the Fedora package.
Read More