Search found 202 matches
- 19 Mar 2010, 11:41
- Forum: Argomenti vari
- Topic: Access Zimbra calendar with Mozilla Sunbird
- Replies: 0
- Views: 34585
Access Zimbra calendar with Mozilla Sunbird
http://(Server)/dav/(username)/(Name_of_Calendar)
- 22 Feb 2010, 11:33
- Forum: Argomenti vari
- Topic: Configure network map on windows 7 / Vista
- Replies: 0
- Views: 35044
Configure network map on windows 7 / Vista
Eseguire "gpedit.msc" come utente amministratore Portarsi su Local Computer Policy -> Computer Configuration -> Administrative Templates -> Network -> Link-Layer Topology Discovery Modificare la chiave “Turn on Mapper I/O (LLTDIO) driver†- Attivare la chiave e selezionare "Allow operation while ...
- 13 Feb 2010, 13:17
- Forum: Argomenti vari
- Topic: Website Contact Form Generator
- Replies: 0
- Views: 34589
Website Contact Form Generator
All'indirizzo http://www.tele-pro.co.uk/scripts/contact_form/ è disponibile uno script per la generazione gratuita di form ASP, PHP e Perl.
- 09 Feb 2010, 15:52
- Forum: Argomenti vari
- Topic: Moving/Copying SSL Certs from IIS to Apache
- Replies: 0
- Views: 33940
Moving/Copying SSL Certs from IIS to Apache
In Windows: occorre esportare il certificato su un file con estensione .PFX Il file conterrà il certificato E la chiave privata: è importante conservare al sicuro questo file. Questa procedura è indicata anche per effettuare il backup della chiave privata e il certificato Nella procedura di espo ...
- 09 Feb 2010, 13:49
- Forum: Argomenti vari
- Topic: Configuring SSL Host Headers in Microsoft IIS
- Replies: 0
- Views: 37716
Configuring SSL Host Headers in Microsoft IIS
Aggiornamento del 7/3/2012 Con il seguente comando si AGGIUNGE il binding talla porta SSL ad un sito con host headers. C:\Windows\System32\inetsrv>appcmd set site /site.name:nome_mio_sito /+bindings.[protocol='https',bindingInformation='10.100.1.20:443:www.miosito.it'] Si noti il parametro ...
- 04 Feb 2010, 12:11
- Forum: Argomenti vari
- Topic: Administratives shares in Windows 7
- Replies: 0
- Views: 27915
Administratives shares in Windows 7
Innanzitutto è necessario attivare Condivisione di file e stampanti sul firewall. Poi lanciare regedit ed effettuare la seguente impostazione: 1. Navigare su HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System. 2. Aggiungere una nuova chiave DWORD (32-bit). 3. Assegnare il s ...
- 23 Dec 2009, 16:20
- Forum: Argomenti vari
- Topic: Day of week in batch
- Replies: 0
- Views: 27987
Day of week in batch
A partire da Windows XP il formato del comando DATE non riporta il giorno della settimana. Qui di seguito lo script per estrarre il giorno della settimana: @echo off echo.|command /C date|find "Current" > "%tmp%\weekday.tmp" for /f "tokens=4" %%a in ('type "%tmp%\weekday.tmp"') do set weekday=%%a ...
- 03 Nov 2009, 13:19
- Forum: Argomenti vari
- Topic: Change Windows 7 / 2008 Key
- Replies: 0
- Views: 27693
Change Windows 7 / 2008 Key
Articolo originale: http://www.blogsdna.com/2233/how-to-change-windows-7-product-key.htm (All rights reserver to the autohor of the original article) 1) Eseguire Prompt di MS-DOS con privilegi di administrator 2) Per cambiare il codice di licenza eseguire il comando slmgr.vbs -ipk <insert your new ...
- 02 Nov 2009, 11:16
- Forum: Argomenti vari
- Topic: List Last Logon Time for Active Directory
- Replies: 0
- Views: 27475
List Last Logon Time for Active Directory
Copiare il testo seguente in un file Sostituite NOME_DOMINIO e NOME_SERVER con i nomi appropriati Salvare il file con estensione .VBS (es. LastLogonTime.VBS). Eseguire il comando CSCRIPT LASTLOGONTIME.VBS ' List last logon times ' 2001-03-27 John Savill, Jakob Hussfelt http://www.ntfaq.com On Error ...
- 30 Oct 2009, 12:47
- Forum: Argomenti vari
- Topic: Long Filenames on Windows
- Replies: 0
- Views: 27337
Long Filenames on Windows
Articolo originale: http://www.ratsauce.co.uk/notablog/LongFileNames.asp (All rights reserved to the author of the original article) Quoting for the Visual C++ documentation for the CreateFile function: pFileName Points to a null-terminated string that specifies the name of the file, pipe, mailslot ...