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

Category: Posts

Digital solution partner

Passing SMBIOS Information to the Windows Subsystem in KVM

In this article, we will see how to configure KVM to allow the transfer of SMBIOS information, such as UUID and serial numbers, to the Windows subsystem. This process is essential to ensure that the virtualized operating system can access the correct hardware information and perform operations that depend on this data. Prerequisites Before starting,…
Read more

Apache reverse proxy for Cockpit KVM

In this article, we will see how to configure a reverse proxy on Apache to access Cockpit via HTTPS, with support for WebSocket. This configuration is useful to improve security and accessibility when using Cockpit on an internal network. Prerequisites A server with Apache installed and configured to support HTTPS. Cockpit installed on a server…
Read more

KVM on Ubuntu 24.04 error on change display from spice to VNC

  <h1>Resolving VNC Configuration Error in KVM on Ubuntu</h1> <p>If you’re using KVM on Ubuntu and encounter the following error when attempting to configure VNC as the graphics protocol for your virtual machines:</p> <pre> libvirt.libvirtError: unsupported configuration: chardev ‘spicevmc’ not supported without spice graphics </pre> <p>This post will guide you through the necessary steps to…
Read more

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

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