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

Categoria: hosting

Digital Innovation Partner

Configure Open VPN over PFSense 2.5

Configuring an OpenVPN over pfSense is quite simple. In this video you can see, how to configure a VPN on the lastest release of pfSense using the VPN Wizard.

Subversion over Ubuntu Server 20.04

Configure svn server over Apache2, using https.

  ora impostiamo la password del primo utente:

  configuriamo gli accessi:

  configuriamo gli accessi

  riavvio di apache:

 

Ubuntu 20.04 – Startup Applications on session login

To be able to automatically run an application at the start of the gnome session there is a software present in the Ubuntu distribution. It can be invoked on the command line:

or from the interface by searching among the applications and filtering by “start”             and then you…
Leggi tutto

Custom message SSH before login prompt in Linux

  Tested on ubuntu 18.04 server  The file /etc/issue.net is a text file which contains a message or system identification to be printed before the login prompt of a telnet session. It may contain various ‘%-char’ (or, alternatively, ‘\-char’) sequences. The common char for output some informations are:

If you want to display your IP Configuration…
Leggi tutto

Delphi Linux Daemon

Delphi Linux … create a background process… daemon service stay tuned   https://chapmanworld.com/2017/04/05/creating-a-linux-daemon-service-in-delphi/ http://blog.paolorossi.net/2017/07/11/building-a-real-linux-daemon-with-delphi-part-1-2/ http://blog.paolorossi.net/2017/09/04/building-a-real-linux-daemon-with-delphi-part-2/

Apache enable compress on reverse proxy

Tramite Apache è possibile abilitare la compressione dei contenuti prima che vengano inviati al cliente http (browser generalmente), tutto ciò tramite il modulo “mod_deflate”. Per abilitare il modulo deflate è necessario eseguire il comando “a2enmod deflate” e riavviare il servizio apache. Una cosa molto interessante è che questa funzionalità è fruibile anche nel caso venga…
Leggi tutto