Search found 192 matches
- 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: 6470
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 Store ...
- 24 Jun 2023, 10:49
- Forum: Argomenti vari
- Topic: MS RDS Cheatsheet PowerShell
- Replies: 0
- Views: 6739
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 ...
- 13 Jun 2023, 16:01
- Forum: Argomenti vari
- Topic: Openvpn on pfSense: tunnel site to site ridondante (server e client)
- Replies: 0
- Views: 4297
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 ga ...
- 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: 3436
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 ...
- 10 Jun 2023, 10:48
- Forum: Argomenti vari
- Topic: Windows 11 on Mac Pro 4,1/5,1 with OpenCore
- Replies: 0
- Views: 3706
- 31 May 2023, 18:01
- Forum: Argomenti vari
- Topic: Disattivare possibilità di eseguire OUTLOOK (o altro programma) in Windows
- Replies: 0
- Views: 3619
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 ...
- 29 May 2023, 19:29
- Forum: Argomenti vari
- Topic: How to Shrink an LVM Volume on Linux
- Replies: 0
- Views: 3673
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 ...
- 13 May 2023, 09:39
- Forum: Argomenti vari
- Topic: Aggiornamento server Zabbix:You do not have the SUPER privilege on Zabbix
- Replies: 0
- Views: 3539
Aggiornamento server Zabbix:You do not have the SUPER privilege on Zabbix
Quando si aggiorna server o un proxy Zabbix occorre anche aggiornare il database. VIsionando il log /var/log/zabbix/zabbix_server.log oppure zabbix_proxy.log si può rilevare questo errore: [Z3005] query failed: [1419] You do not have the SUPER privilege and binary logging is enabled (you *might* ...
- 11 May 2023, 11:29
- Forum: Argomenti vari
- Topic: Servizio RDMS (Servizio di gestione Desktop remoto) non si avvia
- Replies: 0
- Views: 3117
Servizio RDMS (Servizio di gestione Desktop remoto) non si avvia
Può essere dovuto a mancate permissions di accesso al certificato SSL assegnato al server RD Session Host In tal caso si troveranno i seguenti eventi di errore: 1) Nome registro: Remote-Desktop-Management-Service/Admin Origine: Microsoft-Windows-Remote-Desktop-Management-Service Data: 11/05/2023 10: ...
- 08 May 2023, 09:27
- Forum: Argomenti vari
- Topic: Chrome: Bypass NET::ERR_CERT_INVALID for development
- Replies: 0
- Views: 2931
Chrome: Bypass NET::ERR_CERT_INVALID for development
I browser basati su Chromium (es. Chrome o Brave) potrebbero restituire l'errore NET::ERR_CERT_INVALID ad esempio accedendo ad un dispositivo con certificato SSL autofirmato (un Nas, un firewall, un access point etc etc): se la maschera di errore non presenta l'opzione per procedere lo stesso, c ...