Advent of Code 2020 – Day 6
We solve todays challange at the advent of code 2020. Come join and have some fun.
Quick note just to save this small information. IBM support is telling us that it’s impossible to use Commerce Developer with an external Solr server. After some research I found which config file to change in order to change which server it will call. [WCDEV_INSTALL]\wasprofile\config\cells\localhost\nodes\localhost\servers\server1\namebindings.xml This file has multiple entries for configuring the search. Changing…
We explore how to package your Java code using jlink and maven in order to get all your dependencies in order.
We are in our new Linux environment and create Binutils, some math libraries and the shadow system for user and password management.
This short promotes my video about the DNS TXT records required to deliver your emails to all email providers. If you send an …
We are in our new linux environment and create automake and autoconf used to generate configuration scripts for building more packages in your system.
Java 18 is released, and the new JDK will bring a lot of interesting features to java. We go through all the features in 18 and talk about the performance benefits and some important caviats to keep track on in your code.