Notes on some of the software issues that I’ve encountered.
unix_socket
is not loaded issueAdd
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
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».
For running some older games an additional installation of Microsoft provided redistributales is required.
Microsoft DirectX® End-User Runtime > The Microsoft DirectX® End-User Runtime installs a number of runtime libraries from the legacy DirectX SDK for some games that use D3DX9, D3DX10, D3DX11, XAudio 2.7, XInput 1.3, XACT, and/or Managed DirectX 1.1. Note that this package does not modify the DirectX Runtime installed on your Windows OS in any way.
Microsoft Visual C++ Redistributable latest supported downloads > The Visual C++ Redistributable installs Microsoft C and C++ (MSVC) runtime libraries. These libraries are required by many applications built by using Microsoft C and C++ tools. If your app uses those libraries, a Microsoft Visual C++ Redistributable package must be installed on the target system before you install your app. The Redistributable package architecture must match your app’s target architecture. The Redistributable version must be at least as recent as the MSVC build toolset used to build your app. We recommend you use the latest Redistributable available for your version of Visual Studio, with some exceptions noted later in this article.