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

Categoria: Sistemi Operativi

How To Use Apache as a Reverse Proxy on Ubuntu 20.04

A reverse proxy is a type of proxy server that accepts HTTP (S) requests and transparently distributes them to one or more backend servers. You can use a reverse proxy to prevent direct access to these underlying application servers. They can also be used to distribute the load of incoming requests to different application servers.…
Leggi tutto

Ubuntu 20.04 – Massive change of permissions and users to folders and files separately

With bash you can more and more… In linux you can use the “find” command from terminal and execute a command for each result simply. To change all subfolder permission from a folder recursively you can type:

now all falders have the execution permission. To change all files permission from a folder recursively you…
Leggi tutto

Testing Supermicro E50-9AP with ubuntu 20.04 LTS

    In collaborazione con PegasoTeam abbiamo appena testato il fantastico modello Supermicro E50-9AP con la nuovissima versione di Ubuntu server e desktop. Abbiamo preso il modello Supermicro E50-9AP con il modulo wifi intel 8265 fornitro da Supermicro il cui codice assemblato è E50-9AP-WIFI e lo abbiamo testato a fondo. Il prodotto si presenta veramente…
Leggi tutto

How to Restrict access to the phpMyAdmin by IP Address

Tested on Ubuntu 18.04 LTS

Rsync è fantastico!

Per chi non lo conoscesse, rsync realizza copie incrementali fra una sorgente e una destinazione. Ottimo per i backup via rete di cartelle poichè confronta i timestamp dei file e li invia solo se sono cambiati. Ma non ci fermiamo qui. Premessa. Nella nostra server farm abbiamo molti file di grosse dimensioni che sono i…
Leggi tutto

Supportare differenti dimensioni di schermo in android grazie ai Fragments

Nello sviluppo di applicazioni mobili diventa sempre più importante il supporto di schermi e dimensioni anche molto diverse a causa del diffondersi di modelli e tipologie di dispositivi sempre più disparati. Per fortuna Android offre una soluzione veramente intelligente e semplice per aiutarci a sviluppare applicazioni che da un lato siano compatibili col maggior numero…
Leggi tutto