today's leftovers
-
Fedora Family / IBM
-
Red Hat ☛ A fully automated setup of a JBoss EAP cluster using Ansible
Info alert: Note
This article assumes that you have prior knowledge of both Ansible and the steps associated with a basic installation of Red Hat JBoss Enterprise Application Platform (JBoss EAP)/WildFly. Visit the Ansible courses page to learn the fundamentals of using Ansible.
An earlier article already covered this topic. However, this article provides a much needed update to its content; particularly documenting how to use the Red Bait Ansible Certified Content Collection for JBoss EAP (
redhat.eap
) instead of the community version of the collection (middleware_automation.wildfly
). -
Red Hat ☛ Connect a Quarkus app to an external PostgreSQL database
Pedal is a simple e-commerce application to sell bikes, manage employees, and control inventory. The Java application uses the Quarkus microservice framework and Spring to serve a web front end and a representational state transfer (REST) service. It also connects to a PostgreSQL database and SQL Server database.
-
-
SaaS/Back End/Databases
-
PostgreSQL ☛ PGConf India 2024: Talks live and ticket sale started
Hello,
We're pleased to announce that the selected talks and training for PGConf India 2024 are now live on the conference website. The tickets are now available for purchase. Early bird ticket sale would end on Jan 12th 2024 and the prices would go up by more than 20% after that.
It's our endeavour to ensure that the conference remains in reach of as many participants as possible. So we have kept the ticket prices as low as possible. Take this opportunity and book tickets soon. Our past experience suggests that the training slots get filled up very fast. Since there are limited seats per training, please book early to guarantee the training you wish to attend.
-
PostgreSQL ☛ InfluxDB FDW 2.1.0 release
InfluxDB FDW 2.1.0 released
We have just released version 2.1.0 of the Foreign Data Wrapper for InfluxDB. This release can work with PostgreSQL 12, 13, 14, 15 and 16.
This release improves following item (from 2.0.0):
-
-
BSD
-
MJ Fransen ☛ Compile GnuPG 2.3.4 on FreeBSD
Compile GnuPG 2.3.4 on FreeBSD
FreeBSD 14 comes with GnuPG 2.4.3, which results in problems when using Emacs with GnuPG. These problems concern both the encryption of files as the encryption of email messages. Decrypting isn't a problem.
This is a known problem, and the general advise is to install an older version of GnuPG.
To use Emacs with GnuPG I removed the GnuPG package and related packages, compiled GnuPG 2.3.4 from source, and installed it using GNU Stow.
-