Author Archives: George Valentin Voina

Investigate #Oracle #deadlocks

By | May 10, 2018

Sometimes we may end up having some application resources competing for the same resource on our Oracle database. This is usually the case when some exclusive resource must be allocated or updated as in the case of database based locking mechanisms. If there are code issues we may end up in a deadlock situation when… Read More »

Vodafone #Romania and #GDPR, or how to trick customers to circumvent #GDPR

By | April 22, 2018

Yesterday I received two weird SMS messages from Vodafone. They are basically trying to trick me in accepting a contract that is invalidating some of my rights that I will get due to the new European GDPR regulation. First message: Buna! Iti oferim cadou 5 GB trafic national,valabil 30 de zile; pentru aceasta te invitam… Read More »

Disable core dump generation on #Linux

By | April 22, 2018

Generation of core dumps that result in freezing the Linux system is another common issue in the new Linux kernels discussed on many forum threads. Same as the bug of kswapd0 discussed here Kswapd0 going haywire this can become very annoying. It seems that lately someone tries to add developer features turned on by default… Read More »