Software issues

by Jerry Sky

Notes on some of the software issues that I’ve encountered.

1. Fix MariaDB plugin unix_socket is not loaded issue

Add

plugin-load-add = auth_socket.so

under [mysqld] section in file

/etc/mysql/mariadb.conf.d/50-server.cnf

Then, restart the MariaDB service

sudo systemctl restart mariadb.service

Source


2. Java Formatter Settings for VS Code

The Java formatter for VS Code is currently a joke. According to the official guide on how to change the settings of the formatter it is advised to use Eclipse to alter the settings.

The default settings are atrocious - formatter doesn’t allow for additional newlines that enable code readability or doesn’t align the case statements with the switch statement properly.

I keep my personal formatter settings file with the rest of the config files in «config».


3. DirectX for older games

For running some older games an additional installation of Microsoft provided redistributales is required.