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

Blog

Digital Innovation Partner

pfSense operazioni schedulate con Cron via interfaccia WEB

Con pfSense sono disponibili moltissimi strumenti “package” che agevolano la configurazione e il mantenimento del sistema. Tra questi è presente “Cron” che permette di modificare via interfaccia web la configurazione del crontab del sistema operativo (BSD). Per installare un package è sufficiente selezionare dal menù “System/Package Manager/Available Package/” scrivere nel campo di ricerca il package…
Leggi tutto

Firebird Performance Tour 2019 – Prague

  Synaptica has always adopted Firebird as its main database environment for the realization of many solutions from embedded iot products to Web solutions with thousands of daily accesses. Firebird proved to be a great tool, flexible and easy to manage. For this reason we could not miss the appointment to meet the creators (Dmitry…
Leggi tutto

smartFB a free tool for Interbase & Firebird

SmartFB is a free SQL client for Interbase and Firebird made for internal / educational use. As we think it will be useful we decided to make it available for download. It is in “beta” version, but I think it could be useful, so you can download it from the following links: – Download Windows…
Leggi tutto

Firebird 3.0 & Ubuntu Server 18.04

Primo test di porting database alla versione Firebird 3.0 che è la versione ufficialmente afficancata ai pacchetti di distribuzione standard di Ubuntu nella versione LTS attuale 18.04. Le differenze tra la versione 3.0 di FB e le precedenti sono moltissime. Ma i passaggi sono abbastanza semplici per effettuare il porting dalle versioni precedenti alla attuale…
Leggi tutto

List of all selected checkboxes into a JSON string

Add class to checkbox Value 1 Value 2 Value 3 Value 4 Value 5 Create a function to return a JSON string function arrayChk(){ var arrAn = []; var m = $(‘.myChk’); var arrLen = $(‘.myChk’).length; for ( var i= 0; i < arrLen ; i++){ var w = m[i]; if (w.checked){ arrAn.push( { "myVal"…
Leggi tutto

NTP – Syncronize date time with internet service with Ubuntu 18.04

Setting date time daemon and timezone of my locale on my ubuntu 18.04 servers: Install NTP daemon: sudo apt install ntp Configure your locale time zone by checking the list: timedatectl list-timezones In my case: sudo timedatectl set-timezone Europe/Rome