Search found 185 matches

by daniele
30 Oct 2023, 13:30
Forum: Argomenti vari
Topic: pfSense won't boot after restoring configuration
Replies: 0
Views: 2379

pfSense won't boot after restoring configuration

Può accadere quando si ripristina la configurazione da un dispositivo configurato per gestione tramite SERIALE su un dispositivo configurato per la gestione tramite VIDEO. Nel file di backup della configurazione fare queste modifiche: 1) Rimuovere <ENABLESERIAL></ENABLESERIAL> 2) Modificare da <prim...
by daniele
12 Oct 2023, 15:38
Forum: Argomenti vari
Topic: OpenVPN: DNS and Domain Suffix not pushing
Replies: 0
Views: 2409

OpenVPN: DNS and Domain Suffix not pushing

PREMESSE : 1) voglio che la VPN istruisca il client con - un suffisso/nome DNS di default (es. miodominio.locale) - passi dei DNS server da utilizzare di preferenza 2) Voglio usare come client OpenVpn Connect Client 3) passo i parametri del DNS tramite pfSense PROBLEMA RILEVATO: In base a questo ar...
by daniele
25 Sep 2023, 12:04
Forum: Argomenti vari
Topic: What Is the WinSxS Folder, Why Is It Huge, and How to Cleanup?
Replies: 0
Views: 2411

What Is the WinSxS Folder, Why Is It Huge, and How to Cleanup?

REFERENCE ARTICLE: https://helpdeskgeek.com/windows-11/what-is-the-winsxs-folder-why-is-it-huge-and-how-to-cleanup/ 1) Analyze component store: possibly this could ask for a server restart DISM.exe /Online /Cleanup-Image /AnalyzeComponentStore 2) Component store cleanup Se alla voce "Component ...
by daniele
24 Jun 2023, 10:49
Forum: Argomenti vari
Topic: MS RDS Cheatsheet PowerShell
Replies: 0
Views: 2658

MS RDS Cheatsheet PowerShell

PRE-REQUISITE: the remotedesktop PowerShell module Many commands described here are part of the PowerShell remotedesktop module. So, firstly, you have to import the 'remotedesktop' module Import-Module remotedesktop Than, you can have a look at all of them (70+) simply giving this command: Get-Comm...
by daniele
13 Jun 2023, 16:01
Forum: Argomenti vari
Topic: Openvpn on pfSense: tunnel site to site ridondante (server e client)
Replies: 0
Views: 1878

Openvpn on pfSense: tunnel site to site ridondante (server e client)

La ridondanza più tipica è quella tra un server con WAN multiple e un client con una sola WAN. E' anche fattibile lo scenario di un client con WAN multiple: qui però non approfondiremo. 1) Creare sul server un Gateway Group (NOTA BENE: Gateway groups for this purpose must be failover only (one gatew...
by daniele
13 Jun 2023, 15:29
Forum: Argomenti vari
Topic: Openvpn on pfSense Routing Internet Traffic Through A Site-To-Site OpenVPN Tunnel
Replies: 0
Views: 1710

Openvpn on pfSense Routing Internet Traffic Through A Site-To-Site OpenVPN Tunnel

CONCETTI/PASSAGGI CHIAVE : 1) Capire il tipo di tunnel in questione: Client-Server? oppure Server-Server? Peer to peer o remote access? Qui si parla di site-to-site, quindi peer to peer REF: OpenVPN Site-to-Site Configuration Example with SSL/TLS N.B. Shared key mode has been deprecated by OpenVPN ...
by daniele
31 May 2023, 18:01
Forum: Argomenti vari
Topic: Disattivare possibilità di eseguire OUTLOOK (o altro programma) in Windows
Replies: 0
Views: 1773

Disattivare possibilità di eseguire OUTLOOK (o altro programma) in Windows

Riferimenti: 1) https://social.technet.microsoft.com/Forums/en-US/877f1682-f0b4-46c4-bc69-d7590f315d22/how-to-prevent-a-user-from-running-outlook?forum=winserverDS 2) https://learn.microsoft.com/en-us/previous-versions/technet-magazine/cc510322(v=msdn.10)?redirectedfrom=MSDN 1) Eseguire come Adminis...
by daniele
29 May 2023, 19:29
Forum: Argomenti vari
Topic: How to Shrink an LVM Volume on Linux
Replies: 0
Views: 1704

How to Shrink an LVM Volume on Linux

Articolo originale: https://www.casesup.com/category/knowledgebase/howtos/how-to-shrink-an-lvm-volume-safely-on-linux Which command we will use; - resize2fs - lvreduce -vgchange -vgdisplay -lvdisplay 1) Fare uno snapshot della VM. Se è una macchina fisica fare un backup. Se non ti fidi del meccanism...