Developed with Delphi 12.1XtumbleMagazzino for iOS has been developed using Delphi 12.1, the latest version of the renowned programming language by Embarcadero. Delphi is known for its reliability, speed, and ease of use, and these characteristics are fully reflected in XtumbleMagazzino for iOS. Compatible with iOS SDK 17.5 XtumbleMagazzino for iOS is…
Read more
XtumbleMagazzino has been updated to support Android 14 and SDK 34! This means that your app will continue to run smoothly on the latest devices and you will be able to access the latest Android features. Android 14 e l’SDK 14! Easy update with Delphi v12.1 Thanks to Delphi v12.1, updating XTumbleMagazzino to SDK…
Read more
Upgrading OpenSSH server on your Ubuntu distribution manually can be necessary when the default repositories do not provide the latest version. Follow these steps to manually upgrade OpenSSH server on Ubuntu. Step 1: Download the Latest Version First, download the latest version of OpenSSH:
1 |
wget https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.8p1.tar.gz |
Step 2: Remove the Existing Installation Stop the current SSH…
Read more
The vulnerability named “regreSSHion” (CVE-2024-6387) affects the OpenSSH daemon (sshd) from versions 8.5p1 to 9.8p1. Discovered and reported by Qualys, this flaw allows unauthenticated remote code execution by exploiting an insecure asynchronous function called when LoginGraceTime expires. Affected Ubuntu Versions Ubuntu 22.04 LTS Ubuntu 23.10 Ubuntu 24.04 LTS Previous versions are not impacted. Resolution Update…
Read more
Managing the “&” character with Firebird’s string manipulation functions sometimes may not yield the expected results. The documentation for Firebird’s official “REPLACE” function: https://firebirdsql.org/refdocs/langrefupd25-intfunc-replace.html For example, if we were to make the classic replacement “>” with “>” with an update, it would be normal to write:
1 2 |
UPDATE "YOUR_TB_NAME" SET "YOUR_TB_NAME"."TEXT_FIELD" = REPLACE("YOUR_TB_NAME"."TEXT_FIELD",'>','>') |
If this syntax does not produce the expected…
Read more
Firebird 5.0 brings with it a remarkable series of improvements from many points of view, from performance to security to the management of parallel backups and restores. You can find these well described at the following link: https://ib-aid.com/en/articles/detailed-new-features-of-firebird-5-part-1-improvements-in-optimizer. So, let’s get down to business, let’s install Firebird 5.0 on a nice Ubuntu 22.04 machine in…
Read more