Tested on Ubuntu 18.04 LTS sudo nano /etc/apache2/conf-available/phpmyadmin.conf #Restrict phpMyAdmin via IP address Order Deny,Allow Deny from All Allow from 10.1.1.10 sudo /etc/init.d/apache2 restart GNU nano 2.2.6 File: /etc/apache2/conf-available/phpmyadmin.conf # phpMyAdmin default Apache configuration Alias /phpmyadmin /usr/share/phpmyadmin An example of a full conf file, whereto we give full access to an entairly network addresses #Restrict…
Read more
Completely remove SVN references from a folder recursively: cd </yourFolderPath> find -name “.svn” | xargs /bin/rm -rf Undo add … if by mistake as often happens it is called “add” and involuntarily you add infinite files to be committed that you did not want to version, to go back before having committed just run: cd…
Read more
Embedded World 2020 — Norimberga As every year, the Embedded World fair was held, dedicated to all operators in the hardware and software sector dedicated to creating custom IT solutions. No one was missing, for any type of project there was the right supplier. Truly a very specialized fair, the only flaw in my opinion…
Read more
In this August Embarcadero announces the new version of the well-known Interbase report database: Interbase 2019. Interbase is widely used by Delphi developers since in the multi-platform environment (iOS, Android, Windows, Mac OSX, Linux) I believe it is the only relational database that can be distributed even on iOS / Android platforms, the inter-base versions…
Read more
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