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

Categoria: Sistemi

Digital Innovation Partner

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

Ubuntu 20.04 – Startup Applications on session login

Per poter eseguire automaticamente un’applicazione alla partenza della sessione gnome esiste un software presente nella distribuzione di Ubuntu. Può essere richiamato a riga di comando: 

oppure da interfaccia cercando tra le applicazione e filtrando per “start”              e poi è possibile creare un elemento nuovo per lo startup dell’applicazione…
Leggi tutto

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

Sign Windows Installer with innoSetup

https://docs.microsoft.com/en-us/windows/win32/seccrypto/signtool Create self signed certificate (PTX) in one minute with Delphi: http://docwiki.embarcadero.com/RADStudio/Sydney/en/Creating_a_Certificate_File Deploy your app on Microsoft Store: http://docwiki.embarcadero.com/RADStudio/Sydney/en/Preparing_a_Windows_Application_for_appx_Package_Distribution Sign your installer with your self-signed certificate: https://revolution.screenstepslive.com/s/revolution/m/10695/l/563371-signing-installers-you-create-with-inno-setup Create a verified certificate: https://docs.microsoft.com/it-it/mem/configmgr/mdm/deploy-use/create-pfx-certificate-profiles    

How to install a Certificate SSL DVW on Apache Web Server

1)Purchase your Certificate SSL DVW (Domain Validated Wildcard ) from your provider. 2)Log in to your server’s terminal via Secure Shell (SSH). 3)Generate a private key and CSR by running the following command:

Note: Replace “server” with the domain name you intend to secure. Enter the following CSR details when prompted: Common Name: The FQDN (fully-qualified domain name) you want to…
Leggi tutto

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