Learn #banking, #fintech and #payments jargon: Lombard Loan in RTGS

By | May 12, 2025

What is a Lombard Loan? The name ‘Lombard’ comes from a region in northern Italy. The Italian banking houses in the Lombardy Region had a rich history dating back to the Middle Ages. They are famous for first developing and popularizing the concept loaning money backed up by liquid assets. In RTGS context a Lombard… Read More: Learn #banking, #fintech and #payments jargon: Lombard Loan in RTGS »

State of consumer goods market post 2020 and a small list of tricks to get quality goods

By | May 21, 2024

I was looking for some time for a hair-dryer. No luck at start as retail stores and supermarkets are all flooded exclusively with low quality China made ones. Luck struck while on holiday. I always check stuff hotels use (usually they try to have high reliability appliances). To my surprise I found they had a… Read More: State of consumer goods market post 2020 and a small… »

Fedora Linux Server useful one liners -part 2

By | May 7, 2024

This is a continuation of the previous post about one liners from https://blog.voina.org/fedora-linux-server-useful-one-liners/ Updating to a new version – extra commands In case the usual one liner does not work or there are some issues related to the upgrade, there are some additional things that can be done. Make sure to have latest packages of… Read More: Fedora Linux Server useful one liners -part 2 »

Monitor and control #ActiveMq using Jolokia #API

By | October 26, 2023

Apache ActiveMQ® is the most popular open source, multi-protocol, Java-based message broker. It is widely used in a lot of multi service application environments where we need to pass messages between services. All this type of environments (kubernets, docker swarm etc. ) are used to be able to monitor and control the component services using… Read More: Monitor and control #ActiveMq using Jolokia #API »

#Oracle # SQL Covert view to table issue: ORA-01723: zero-length columns are not allowed

By | July 31, 2023

In an Oracle database I was trying to convert an existing view to a table and preserve the data in it. For most of my views the following SQL worked perfectly: Then in one on the instances the following error occurred: While inspecting the SQL code of the views I noticed that the view with… Read More: #Oracle # SQL Covert view to table issue: ORA-01723: zero-length… »

#Jboss: Data source connection optimizations

By | June 21, 2023

In a high load system deployed on Jboss Application Server the following optimizations for data source pool resources may be needed. 1. Change the minimum and maximum pool size of a data source (MyDS). This will ensure that we always have a minimum number of allocated connections and also we set a threshold to the… Read More: #Jboss: Data source connection optimizations »