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

Category: hosting

Digital solution partner

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

How to Install and Configure a Perforce Helix Core Server on Ubuntu 24.04

This guide walks you through the steps to install and configure a Perforce Helix Core Server on an Ubuntu 24.04 distribution, ensuring everything is set up correctly. Step 1: Add the Perforce Repository Download the Perforce GPG Key: wget -qO /usr/share/keyrings/perforce-archive-keyring.gpg https://package.perforce.com/perforce.pubkey Add the Repository: echo “deb [signed-by=/usr/share/keyrings/perforce-archive-keyring.gpg] http://package.perforce.com/apt/ubuntu jammy release” | sudo tee /etc/apt/sources.list.d/perforce.list…
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

How to Configure Cockpit to Manage VMs on Ubuntu

<header> <h1>How to Configure Cockpit to Manage VMs on Ubuntu</h1> <p><em>In this guide, you will learn how to install and configure Cockpit to manage virtual machines (VMs) on an Ubuntu KVM host.</em></p> </header> <section> <h2>Introduction</h2> <p>Cockpit is an easy-to-use web interface that allows you to manage Linux servers. It is particularly useful for monitoring and…
Read more

The dedicated server for your company

Powerful and Reliable Virtualization Solution Are you looking for a robust and high-performance virtualization solution? Discover our offer based on the Dell PowerEdge R420 server, perfectly configured to meet your business virtualization needs. We provide a personalized service that goes beyond what you’ll find with major providers. 🔹 Processors: 2x Intel Xeon E5-2420 @ 1.90GHz…
Read more

Configure a NFS share in your LAN with Ubuntu 20.04

Configuring NFS Server: Installing NFS services on your ubuntu system sudo nano /etc/fstab sudo apt install nfs-kernel-server sudo apt-get install nfs-kernel-server portmap nfs-common sudo showmount -a configure mount folders and define sub nets can access to sudo nano /etc/exports /etc/export sample: # /etc/exports: the access control list for filesystems which may be exported # to…
Read more