Nearly a year ahead of release forecasts, the Raspberry PI4 is available !!It seems to be a revolution on the single-board computer, compared to the previous ones it seems to have something extra !!! Major improvements : Dual mini-HDMI interface for dual-monitor up to 4K reslution and 60Hz refresh Versions with 1GB to 4GB RAM…
Read more
With pfSense there are many “package” tools available that facilitate the configuration and maintenance of the system. These include “Cron” which allows you to change the configuration of the operating system crontab (BSD) via the web interface. To install a package, just select from the menu “System / Package Manager / Available Package /” write…
Read more
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…
Read more
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…
Read more
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"…
Read more
NTP (Network Time Protocol) on Ubuntu Linux is a service used to synchronize your server’s time accurately with reliable time sources on the internet. Keeping accurate time is crucial for system security, log consistency, and the proper functioning of network services. Setting date time (TDateTime for Delphi Lovers) daemon and timezone of my locale…
Read more