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

Category: Posts

Digital solution partner

Synaptica at the Assolombarda Golf Tour 2025 – 2nd Round at Brianza Country Club

This past weekend, we had the pleasure of participating in the 2nd round of the 2025 Golf Tour organized by Assolombarda, held at the beautiful Golf Brianza Country Club. It was a special occasion that combined sport, networking, and innovation: surrounded by nature, between precise swings and insightful conversations, we had the chance to meet…
Read more

Power Consumption Monitoring in the Data Center with SNMP and Cross-Platform Delphi Apps

Power Consumption Monitoring in the Data Center with SNMP and Cross-Platform Delphi Apps In our data center (CED), I developed a custom solution to monitor the power consumption of equipment, with the goal of improving energy efficiency, preventing overload, and optimizing resource usage. Why a custom system? My goal was twofold: To monitor energy consumption…
Read more

SSH Key Sharing

SSH Key Sharing Introduction In this article, we explore how to generate and share SSH keys securely and efficiently, comparing RSA 4096-bit and Ed25519 algorithms. Generating Strong Keys To create robust keys: # RSA 4096-bit key ssh-keygen -t rsa -b 4096 -C “you@example.com” # Ed25519 (256-bit) ssh-keygen -t ed25519 -C “you@example.com” RSA 4096: provides maximum…
Read more

Ranking and Comparative Table of Backup Systems in 2024

Ranking and Comparative Table of Backup Systems in 2024 In today’s world, data security is essential for businesses and individuals alike. Here is a ranking of the most popular backup systems and a comparative table highlighting the key features of each system. Top 5 Backup Systems BorgBackup – Ideal for incremental and compressed backups. Veeam…
Read more

Guide to Managing Backups with BorgBackup

1. Installing BorgBackup BorgBackup can be installed on Linux, macOS, and other Unix-like systems. On Debian/Ubuntu sudo apt update sudo apt install borgbackup On RedHat/CentOS sudo yum install epel-release sudo yum install borgbackup On macOS with Homebrew brew install borgbackup On QNAP To install BorgBackup on QNAP, you need to use the QNAP QTS management…
Read more

Configurare un Server Multi-Sito con Apache e WordPress su Ubuntu 24.04

  1. Prerequisites A server with Ubuntu 24.04 LTS. Access with sudo privileges. A domain name pointing to your server’s IP address (e.g., miosito.com). 2. Update the System Run the command to update your system: sudo apt update && sudo apt upgrade -y 3. Install Apache Install Apache as the web server: sudo apt install…
Read more