Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Category: Posts

Digital solution partner

XtumbleMagazzino upgrade for iOS is ready

      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: Now Compatible with Android 14 and SDK 14! Thanks to Delphi 12.1

  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

Upgrade OpenSSH Server on your Ubuntu Distro manually (tested omn 22.04 LTS)

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:

Step 2: Remove the Existing Installation Stop the current SSH…
Read more

regreSSHion Vulnerability in OpenSSH: Impact on Ubuntu and Solutions

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

Firebird SQL “REPLACE” tips

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:

If this syntax does not produce the expected…
Read more

Install Firebird 5.0 over Ubuntu 22.04

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