Search found 184 matches

by daniele
15 Jul 2010, 10:20
Forum: Argomenti vari
Topic: msg.exe - Errore 5 durante la richiesta dei nomi sessione
Replies: 0
Views: 48798

msg.exe - Errore 5 durante la richiesta dei nomi sessione

Utilizzando MSG.EXE viene restituito l'errore: Errore 5 durante la richiesta dei nomi sessione Error 5 getting session names La soluzione è: Use regedit to navigate to: HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server Then change the following value: Name : AllowRemoteRPC Type : REG_DWORD Valu...
by daniele
07 Jul 2010, 10:04
Forum: Argomenti vari
Topic: Configurazione di Windows Firewall per consentire l'accesso
Replies: 0
Views: 40190

Configurazione di Windows Firewall per consentire l'accesso

Articolo originale: http://msdn.microsoft.com/it-it/library ... 00%29.aspx
TUTTI I DIRITTI RISERVATI AGLI AUTORI DELL'ARTICOLO ORIGINALE
by daniele
26 Jun 2010, 15:42
Forum: Argomenti vari
Topic: Linux File Permission Confusion
Replies: 0
Views: 39593

Linux File Permission Confusion

Link to the original articles:

Linux FILE permissions
http://www.hackinglinuxexposed.com/arti ... 30417.html

Linux DIRECTORIES permissions
http://www.hackinglinuxexposed.com/arti ... 30424.html
by daniele
18 Jun 2010, 15:19
Forum: Argomenti vari
Topic: Windows 2008: WindowsUpdate non funziona se c'è un proxy
Replies: 0
Views: 39126

Windows 2008: WindowsUpdate non funziona se c'è un proxy

Su Windows 2008 la funzionalità di Windows Update non funziona se il server deve passare attraverso un proxy. Per impostare il sistema affinchè utilizzi il proxy occorre: 1 - Impostare un web proxy su Internet Explorer e verificare che funzioni correttamente 2 - Run the Command Promp as Administra...
by daniele
18 Jun 2010, 09:52
Forum: Argomenti vari
Topic: Backup di file aperti con VSHADOW e ROBOCOPY
Replies: 0
Views: 48744

Backup di file aperti con VSHADOW e ROBOCOPY

Original article: http://www.eggheadcafe.com/tutorials/aspnet/f6972828-1e81-4cd4-ae0c-36196a82ed25/workstation-open-file-bac.aspx ALL RIGHTS RESERVED TO THE AUTHOR OF THE ORIGINAL ARTICLE Requirement. The user wanted the ability to see and restore files and folders themselves with previous versions....
by daniele
15 Jun 2010, 08:55
Forum: Argomenti vari
Topic: Zimbra high CPU spikes
Replies: 0
Views: 35719

Zimbra high CPU spikes

# su - zimbra
# zmlocalconfig -e zmmtaconfig_interval=300

For reference see: http://www.r71.nl/kb/technical/210-zimb ... -1-minute-
by daniele
09 Jun 2010, 15:12
Forum: Argomenti vari
Topic: OpenFiler cannot delete volume group
Replies: 0
Views: 35486

OpenFiler cannot delete volume group

Go to the commandline on the Openfiler box or via Putty. With the following command you can disable the volume group” vgchange –a n <volume group name> After disableing of the volume group, you can delete the whole volume with the following command: vgremove <volume group name> If you’re sure ...
by daniele
05 Jun 2010, 15:49
Forum: Argomenti vari
Topic: Unable to connect to the MKS: Error connecting to d:\Program
Replies: 0
Views: 37753

Unable to connect to the MKS: Error connecting to d:\Program

Unable to connect to the MKS: Error connecting to d:\Program Files (x86)\VMware\VMware Server\x64\vmware-vmx.exe process Original article: http://spininfo.homelinux.com/news/Virtual_Desktop_Manager_(VDM)/2009/07/10/Unable_to_connect_to_the_MKS:_Error_connecting_to_d:/Program_Files_(x86)/VMware/VMwa...
by daniele
18 May 2010, 15:16
Forum: Argomenti vari
Topic: Get remote Windows environment variables
Replies: 0
Views: 34051

Get remote Windows environment variables

Codice VBSCRIPT: ( GetEnvironment("[RemoteServersName]") Function GetEnvironment(ServerName) strComputer = ServerName Set objSWbemLocator = CreateObject("WbemScripting.SWbemLocator") Set objSWbemServices = objSWbemLocator.ConnectServer _ (strComputer, "root\cimv2", &quo...