Linux by example – Gettext and OpenSSL
We are in our new linux environment and create gettext and OpenSSL, talking about internationallization and website security.
I’m trying to solve all the Advent of Code puzzles in this video series.
This week I’ve looked into fetching list prices using the list price rule defined in commerce. There isn’t any GUI to set the rule used for your list prices. And if you just fetch the value from CatalogEntryDataBean getListPrice you will get the value in the table LISTPRICE which should be deprecated in FEP6. You…
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video we go though how to setup SSL on the API connection for object storage. We look at creating some self-signed certificate and then add them to the S3 object storage endpoint for your ceph cluster.
In this video I talk about the different iterations I went through the last weeks in order to shut down a docker image in Kubernetes with workloads without missing any jobs.
We look into how the player character works and also how the enemy AI works.