I have been looking for a way to run this utility on linux (because it is a java app) and I found this guide explaining how to achieve this.
By the way, I use Arch Linux.
So, first, you will need to download the latest x64 Oracle JRE for linux from here. In my case, Linux x64.
Create a new Java folder on your home directory and extract the Oracle JRE archive there:
mkdir ~/Java tar -xvf ~/Download/jre-8u311-linux-x64.tar.gz -C ~/Java
Then download the Easy Smart Configuration Utility from here.