Archivio per la categoria 'Diario di Bordo'
Driver Ext2 per Windows
Pubblicato da admin
Installato il driver riusciremo a vedere immediatamente i dischi partizionati in Ext2 da risorse del computer. Che so, hard disk esterno usb usato per backup dati su server linux? Nessun problema!
Testato su Ext2 (non ho avuto il tempo di testare su Ext3)
Il sito del produttore: http://www.fs-driver.org/
La versione 1.11 la trovate qui
Wake On Lan (Wan)
Pubblicato da admin
Dunque, problema verificatosi… pc “sentinella” usato per telemanutenzione collocato da un cliente, fulminato da un fulmine durante un temporale (bastardo, oserei dire, visto che il pc era il mio!!).
Nessun problema per alimentatore/Mb o altro componente… si cambiano, ma quando ti si inchioda l’hdd ti cominciano a girare parecchio i così detti!! Se il pc fosse stato spento non avrei perso nessun dato…! Cribbio, mi consenta!!!
Ok cambiato metodo, abilitiamo attraverso il Bios l’opzione WOL (Wake On Lan), oramai quest’opzione è presente in tutte le MB in circolazione!
Quello che ci serve adesso è il MAC Address della scheda di rete del pc, usando il comando arp
arp -a
Scarichiamo l’utility della AMD per inviare attraverso la Lan un pacchetto dati che ci identifichi su quella macchina, scaricabile QUI
Bene, lanciato il programma ci verrà chiesto un IP ed il MAC Address del pc… clicchiamo su send e magicamente il pc si accenderà!
Ultimo problema è fare in modo che si possa avviare attraverso una chiamata esterna alla nostra rete (Internet), conosciuto l’ IP pubblico della rete in questione bisognerà abilitare la porta UDP per la comunicazione.
Magic Packet della AMD utilizza la porta: UDP 2304
Aggiornamento 08/05/2008
Trovata nuova utility per l’invio del Magic Packet, dal sito http://www.depicus.com scaricare il programma WakeOnLanGui oppure wolcmd (versione grafica oppure a riga di comando).
In questo caso la porta da impostare può essere messa a piacere, il formato di utilizzo per la versione a console è questa:
wolcmd [macaddress] [ip] [subnet mask] [porta]
Scoprire le password sotto gli asterischi nel browser
Pubblicato da admin
Simpatica questa soluzione… da un cliente mi sono trovato nella situazione di dover eliminare dal browser tutte le password memorizzate (brutta abitudine!)… e naturalmente il tizio non se ne ricordava neanche una!
Ebbene, basta incollare questo piccolo codice in javascript nella barra degli indirizzi
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms;for(j=0; j < F.length; ++j) { f = F[j]; for (i=0; i < f.length; ++i) { if (f[i].type.toLowerCase() == “password”) s += f[i].value + “\n”; } } if (s) alert(”Passwords in forms on this page:\n\n” + s); else alert(”There are no passwords in forms on this page.”);})();
In questo modo ho risolto la cosa senza l’utilizzo di software di terze parti. ![]()
Testato su browser: Firefox 2.0.0.13 & IE7
Fonte: dalla rete
Problema con OFFICE 2000 and Microsoft.xls
Pubblicato da admin
Excel per qualche motivo a voi sconosciuto improvvisamente vi richiede un file chiamato microsoft.xls?
Bene, le soluzioni possono essere due:
La prima
Creare un file di Excel vuoto, chiamarlo Microsoft.xls (naturalmente) e salvarlo nella directory c:\programmi\
Il problema non si verificherà più, ma in compenso per ogni file di Excel che aprirete vi si aprirà un’altro (vuoto) chiamato microsoft.xls… e francamente la cosa scoccia un pochetto!
La seconda
Munitevi del cd di Office 2000 e procedete cancellando dal registro la cartella “Excel” che troverete nella posizione:
HKEY_CURRENT_USER\Software\Microsoft\Office\9.0
Aprite Excel ed inserite in cd di Office 2000… il registro si ripristinerà.
Quest’ultima penso sia la soluzione più conveniente…
You receive a “0×80070002″ or “0×80070003″ error code after you download an update from Windows Update, from Microsoft Update, or from Windows Server Update Services
Pubblicato da admin
SYMPTOMS
You download an update from one of the following locations:• The Microsoft Windows Update Web site
• The Microsoft Update Web site
• The Microsoft Windows Server Update Services (WSUS) server
After you do this, the update may fail, and a red X may appear adjacent to the update. In this case, you receive one of the following error codes:• 0×80070002
• 0×80070003
Note To view error messages, you must click the red X that is adjacent to the failed update on the Review your update history Web page.
CAUSE
This problem occurs when some files in the update are missing, even though the update is downloaded and extracted successfully.
RESOLUTION
To resolve this problem, remove the download directory, and then visit the update locations again. To do this, follow these steps:1. Stop the Automatic Updates service. To do this, follow these steps:a. Click Start, click Run, type services.msc, and then click OK.
b. Right-click the Automatic Updates service, and then click Stop.
c. Minimize the Services snap-in.
2. Rename the SoftwareDistribution directory. To do this, follow these steps: a. Click Start, click Run, type cmd, and then click OK.
b. Type cd %windir%, and then press ENTER.
c. Type ren SoftwareDistribution SDTemp, and then press ENTER
d. Type exit, and then press ENTER .
Note When you remove the %windir%\softwaredistribution folder, the history list is erased from the “Review your Updates” section of the Windows Update Web site. This action will not affect the currently installed updates on your computer. Subsequent updates will appear in the history list.
3. Start the Automatic Updates service. To do this, follow these steps:a. Maximize the Services snap-in.
b. Right-click the Automatic Updates service, and then click Start.
c. Close the Services snap-in window.
4. Visit the Windows Update Web site, the Microsoft Update Web site, or the WSUS server again, and then download an update.
5. If you still receive the same errors, verify that you have correctly performed steps 1 through 3.
6. If you still cannot install the update, see the following Microsoft Knowledge Base article:
906602 (http://www.kbAlertz.com/Feedback.aspx?kbNumber=906602/) How to troubleshoot Windows Update, Microsoft Update, and Windows Server Update Services installation issues
