Archive for marzo, 2008

Lineage II: Interlude client mod and patch ( c6 ) – 2

mercoledì, marzo 12th, 2008

Cercherò di spiegare facilmente come patchare il laucher bake ice per attivare:

1) modalita' finestra senza bordi e titolo ( windowframe );
2) visualizzare i nomi dei pg da molto lontano;

1) Prima di tutto va installata ( sovrascrivere i file se richiesto )
2) La patch creera' un file nominato start_l2.bat dentro la cartella di iinstalazione di lineageII.
3) Per attivare la patch e' necessario eseguire start_l2.bat prima di eseguire il laucher ( lineage_ii_heavensgate.exe )

4) Una volta eseguito il file start_l2.bat potete eseguire il launcher e giocare.
5) il punto 3 va ripetuto ogni volta che dovete avviare il laucher ( il laucher resetta la patch quando viene chiuso )

http://www.borraccetti.it/l2/long_eye&windowframe.exe

——————————————————————–


I try to tell how to easily patch launcher bakeice to activate following patches:

1) windows mode without border and titles bar ( window frame );
2) see npc/players name from long distances;

1) First need to instal this patch ( overwrite file if asked)
2) The patch creates a file named: start_l2.bat inside your lineageII directory.
3) To activate the patch need launch start_l2.bat before run the laucher ( for example: lineage_ii_heavensgate.exe )

4) After run start_l2.bat can run lineageII launcher and play.
5) remember that you should run start_l2.bat each time you wanna play ( bakeice launcher removes patches when you close it )

http://www.borraccetti.it/l2/long_eye&windowframe.exe

Rage against the machine in italia!

martedì, marzo 11th, 2008
Breaking News 03/07/08:Italy Added to European datesratm

 

From www.ratm.it

Venue:

Modena Stadium – Italy Show Date : June 14th, 2008

On Sale: Monday March 10th.

Ticket price: 40 euro (seated) – 32 euro (g.a) Ticket Link: www.ticketone.it

 
  
 
AAAAAAAAHHHHHHH! io voglio andarci!  
 
 
 
 
 

 
 
 
 
 
 
 
 
 

Stampante condivisa Win98/me su Vista

lunedì, marzo 10th, 2008

E' da un po di tempo che si sente parlare della possibile discriminazione raziale di Windows Vista nei confronti dei suoi Nonni windows 98 e Millennium edition. 

Oggi mi e' capitato di dover installare una stampante condivisa da Windows Me su un portatile dotato dello splendido Windows Vista.

Beh, che ci vuole, aggiungi stampante -> stampante di rete -> cerca stampante -> seleziona stampante -> \\PCconWinMe\printer ->ERRORE DI COMUNICAZIONE 0×00000866 

Controllo e ricontrollo, niente, pare che vista si accorga che la stampante e' su un "win98 based" e non abbia alcuna intenzione di sporcarsi le mani!

Gooooglo un po e spulciando qualche forum scolpo funzioni di DoS che voi umani non osereste nemmeno immaginare:

Situation:
Vista receives print Error 0x00000866
Resolution:
1. Add a Local Printer and then create a new port pointing to the shared printer.
2. Map the shared printer to local printer port.
From a DOS prompt (Type command in the "start search" section of the start menu)
type this:    net use LPT# \\server\printer /persistent:yes
for me this was
net use LPT1 \\hppav\BROTHER_1240 / persistent:yes
substituting for #, server, and printer as appropriate for your network.

 

Tradotto in parole comprensibili:

  1. aprire un terminale DoS con start esegui: cmd;
  2. digitare: net use LPT2 \\PCconWinMe\nomePrinter /persistent:yes
  3. installare la stampante come LOCALE e impostare come porta LPT2
  4. fine :)

Informazioni e opzioni del comando: net http://www.cezeo.com/tips-and-tricks/net-use-command/

Quel che e' comodo di questo tips e' che puo essere usato anche nel caso in cui la stampante da condividere sia condivisa con Samba su un simpatico pinguino stile Linux. Piuttosto che sfruttare la funzionalita' di Cups per condividere le stampanti, si puo pensare di condividere la stampante su samba e poi installarla come stampante locale con la LPT1 rimappata in rete. Potrebbe, forse essere piu stabile e semplice…