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

Categoria: Hardware

Digital Innovation Partner

Upgrade Server Farm Synaptica 2024

Finalmente abbiamo un RACK tutto per noi in DataCenter!! Tutti gli uplink, anche gli ultimi con più ip (i più tosti), sono stati passati in Fibra Ottica a 10GB Appena arrivati nel nostro storico DataCenter presso il CalderaPark di Milano abbiamo incontrato il ns nuovo rack: questo ci permette di gestire meglio lo spazio e…
Leggi tutto

Synaptica diventa Business Partner di Promelit

Synaptica è lieta di entrare a far parte del programma Partner di Promelit, fornitore globale esperto con 50 anni di innovazione e leadership di pensiero che sfrutta le migliori pratiche sia di Ericsson che di LG Electronics, posizionandosi in modo unico nel mercato per fornire soluzioni di comunicazione aziendale innovative ai loro partner e clienti.…
Leggi tutto

Ubuntu / Debian – How to add storage ( HDD,SDD, nVME) to your system

Come aggiungere un disco al proprio sistema Linux ( nel ns. caso Ubuntu), il tutto usando semplicemente la linea di comando,i passaggi sono semplici: Connettere l’unità di archiviazione Controllare che il sistema riconosca l’unità ( fdisk -l ) Creare una ( o più ) partizione al disco ( sempre con fdisk )  Formattare la partizione…
Leggi tutto

Ubuntu LTS Release Duration

From Ubuntu official site you can check all about support of your Ubuntu SO support at : https://ubuntu.com/about/release-cycle

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…
Leggi tutto

Resizing kvm qcow2 disk part 2

The evolution of KVM and qemu is constant. To increase the size of a qcow2 disk just follow the steps below: Shut down the virtual machine Resize the image with qemu-img resize image.qcow2 +SIZE where SIZE is the size (e.g. 30G for 30 gibibytes). Boot into an external live OS and resize the partition.  So if you…
Leggi tutto