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

Blog

Digital solution partner

Linux Tip of the day: Copying Files by pattern to a Temporary Directory with a Shell Command

Have you ever needed to copy specific files from a series of directories that match a certain pattern? If so, here’s a shell command that might be just what you need!

🔍 Here’s What This Command Does: find . -type d -name ‘AXR*’ -exec find {} -type f \;: This part of the command…
Read more

Linking Error E2597 in Delphi std::__ndk1::__next_prime(unsigned int)

  Solution to Linking Error E2597 in Delphi When developing applications in Delphi, you might encounter linking errors. One common error is:

Introduction The E2597 error can be caused by various factors, including: Incorrect runtime package configurations. Missing dependencies or conflicts between libraries. Incorrect inclusion of static libraries, such as libc++. Issues with Static…
Read more

Understanding Network Configurations in KVM: Bridged vs. Macvtap Networking

Le reti bridged e macvtap sono due tecnologie utilizzate per connettere le VM alle reti fisiche in modo diverso. Ecco una spiegazione delle differenze principali: Bridged Networking Descrizione: Una rete bridged connette direttamente l’interfaccia di rete della VM alla rete fisica dell’host attraverso un bridge (ponte). Il bridge funziona come uno switch di rete virtuale,…
Read more

openai.com/gptbot visit synaptica.info

Today, the firewall warned us that there is a new bot that is increasing its traffic towards our servers which identifies itself with “openai.com/gptbot”, but unlike the other scheduled bots it seems to make requests for information based on I don’t know what parameters, its traffic is not constant over time. Well, so among the…
Read more

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