Search found 191 matches

by daniele
21 Oct 2009, 19:05
Forum: Argomenti vari
Topic: Cobian backup Vista UAC
Replies: 0
Views: 43819

Cobian backup Vista UAC

Quando si esegue Cobian Backup come servizio di Windows può accadere che il controllo UAC di Vista o WIndows 7 blocchi l'avvio dell'applicazione allo startup del computer. Per ovviare a questo inconveniente, invece di disabilitare l'UAC o procedere con configurazioni più complesse (es impostare un...
by daniele
23 Jul 2009, 14:48
Forum: Argomenti vari
Topic: Enable Windows Vista /7 administrative share
Replies: 0
Views: 25722

Enable Windows Vista /7 administrative share

Use REGEDIT to add the following key:
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System
DWORD key name "LocalAccountTokenFilterPolicy"
Value: 1

Set value to 0 or delete the key to disable
by daniele
19 Jun 2009, 09:16
Forum: Argomenti vari
Topic: Access the ESXi Service Console
Replies: 0
Views: 27040

Access the ESXi Service Console

Original article: http://vmwaretips.com/wp/2008/10/20/access-the-esxi-service-console/ (posted by Rick Scherer) Here is a brief write-up on how to access the Service Console of VMware ESXi. As a disclaimer, this should only be done under the direct supervision of a VMware Support Engineer. 1. From ...
by daniele
17 Jun 2009, 15:48
Forum: Argomenti vari
Topic: Install Vmware ESXi with nocheckCPUIDLimit
Replies: 0
Views: 26680

Install Vmware ESXi with nocheckCPUIDLimit

1 - nocheckCPUIDLimit during install 1) Press TAB to edit the BOOT options and add "nocheckCPUIDLimit" right after mboot.c32. reads: "mbootc32 nochechCPUIDLimit etc etc. --- etc etc 2 - After the installation start your Vmware ESXi specifying nocheckCPUIDLimit If you were able to get...
by daniele
08 May 2009, 14:09
Forum: Argomenti vari
Topic: IIS 7.0 cannot bind another service to port 80
Replies: 0
Views: 26937

IIS 7.0 cannot bind another service to port 80

1 - Run the "net stop http" command to stop W3SVC. 2 - Open regedit and add a subkey called ListenOnlyList as a REG_MULTI_SZ here: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters Then, in the multi-line string list (value) add which IPs you want to listen with on a sep...
by daniele
07 May 2009, 12:42
Forum: Argomenti vari
Topic: Forgot root password - recover root password
Replies: 0
Views: 27766

Forgot root password - recover root password

Original post: http://linux.about.com/od/linux101/l/blnewbie3_2_3.htm All rights reserved to the Author of the original post 3.2.3 I forgot the root password Even if I never forget any passwords, I would still study this issue in detail because it can give me a hint on how my mother might be reading...
by daniele
07 May 2009, 12:39
Forum: Argomenti vari
Topic: Abilitare e disabilitare root
Replies: 0
Views: 27002

Abilitare e disabilitare root

Nelle recenti distribuzioni Linux l'utente ROOT è disabilitato e la password consiste in un hash calcolato al momento dell'installazione. Al primo utente creato verrà associato il diritto di agire come root tramite il comando SUDO. E' opportuno evitare di utilizzare direttamente l'utente root oppu...
by daniele
07 May 2009, 12:26
Forum: Argomenti vari
Topic: Retrieving PHPBB admin password
Replies: 0
Views: 30838

Retrieving PHPBB admin password

ORIGINAL POST FROM: http://steal-ideas.blogspot.com/2009/04/retriving-your-phpbb-admin-password.html All rights reserver to the Author of the original post La password dell'admin di PHPBB è contenuta nel DB. Il metodo consiste nel generare una nuova password cifrata con MD5 utilizzando ad esempio u...
by daniele
01 Apr 2009, 10:06
Forum: Argomenti vari
Topic: Rimuovere immagine di sfondo da login screen
Replies: 0
Views: 26513

Rimuovere immagine di sfondo da login screen

"Remove Background Image for Login Screen "

1) Eseguire REGEDIT e recarsi al percorso 'HKEY_USERS\Default\Control Panel\Desktop'
2) Modificare il valore "Wallpaper", cancellandone il contenuto
by daniele
20 Mar 2009, 10:58
Forum: Argomenti vari
Topic: Abilitare Ping (ICMP Echo Request) in Vista Firewall
Replies: 0
Views: 27622

Abilitare Ping (ICMP Echo Request) in Vista Firewall

Per abilitare il ping: 1) Aprire Prompt dei comandi come Amministratore 2) Digitare: netsh firewall set icmpsetting 8 enable Per disabilitare il ping: 1) Aprire Prompt dei comandi come Amministratore 2) Digitare: netsh firewall set icmpsetting 8 disable Vedere anche l'articolo: http://www.howtogeek...