novembre 29, 2007

Cambiare il codice OEM di win XP.

Puo' capitrare di aver clonato 30 macchine con lo stesso cd, generato da un sistema funzionante. Accade pero' che in azienda mi ritrovo ad avere 30 Licenze, di cui usate solamente una. Apparentemente pare che io abbia piratato le installazioni. A questo punto devo ASSOLUTAMENTE cambiare la Key OEM su ciascuna delle 29 macchine ed impostare su ciascuna la chiave della OEM corrispondente.

Per evitare di fare una nuova installazione, perdendo configurazione di programmi, rete, ecc. procedo nel modo che segue.

Attenzione : Vi consiglio di eseguire un backUp dei dati prima di procedere , puo' capitare che al riavvio la , macchina non si accenda in modo corretto.

..... Editing the registry

Begin by opening the Registry Editor and navigating to
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Current Version\WPAEvents

In the right pane, right-click the ODBETimer binary value and select Modify. Change at least one character of this value to either a number from 0 to 9 or to a letter from A to F, then click OK and close the Registry Editor. This renders the current product key invalid and deactivates Windows.

Now, it’s time to reactivate Windows using your new product key. Click Start | Run and enter the command:
%systemroot%\system32\oobe\msoobe /a

where %systemroot% is your Windows directory. In many cases, this command will look like:
C:\windows\system32\oobe\msoobe.exe /a

At this point, Windows will launch the Product Activation Wizard.

Figure A

Select the option to telephone a Microsoft customer service representative to activate Windows, as shown in Figure A, and click Next. Now, select the Change Product Key option and enter your new product key as shown in Figure B. Finally, click Update and close the window. If Windows returns you to the previous screen, just select the Remind Me Later option. When the wizard is finished, reboot the system.

Figure B

When Windows reboots, your next step will depend on which Windows XP version you are using. If you have XP Home or Professional, you’ll be prompted to reactivate your copy of Windows through the normal activation process. If you have XP Corporate, no activation is required and your machine should have a valid product ID. You can verify this by running the %systemroot%\system32\oobe\msoobe.exe /a command again. When the wizard loads this time, you should see a message indicating that your copy of Windows has already been activated.

Nel video sotto, viene mostrato , invece, come installare win Xp su un pc con Windows Vista preinstallato.

http://uk.youtube.com/watch?v=mtQJcaKWt3I


http://uk.youtube.com/watch?v=rpXdo9j-hrI

novembre 28, 2007

Installare skype su unbuntu 710

>> ISTRUZIONI UBUNTU (32 bit)

Su una Ubuntu a 32 bit vi basta scaricare il pacchetto a questo link :

skype.deb

Ed installarlo cliccando 2 volte sul pacchetto grazie a GDebi oppure se siete amanti del terminale lanciando un:

sudo dpkg -i skype*.deb

ed il gioco è fatto. Avrete l’ultimo Skype perfettamente funzionante su Ubuntu Feisty/Gutsy a 32bit con tanto di supporto per le videochiamate (finalmente).

novembre 26, 2007

Caricare UNBUNTU710 su pen drive e renderlo avviabile

In Inglese.

This tutorial enables you to install, boot and run Ubuntu 7.10 (Gutsy Gibbon) from a USB flash drive. In addition to installing Ubuntu to a USB device and then booting Ubuntu from the memory stick, this tutorial will enable you to automatically save your changes and settings back to the thumb drive and further restore them on each boot using a second "casper-rw" persistent partition. The tutorial was written for those already familiar with working from Ubuntu or another Linux desktop environment. If you do not have access to or prefer not to use a Windows computer, this Ubuntu Linux on a stick tutorial is for you.

Ubuntu 7.10 takes slightly longer to boot than previous releases. However, once it's up and running, it performs much better than running from the Live CD.

USB Ubuntu 7.10 Essentials:

* Ubuntu7.10 ISO
* CD Burner
* 1GB USB flash drive (2GB+ recommended)
* U710fix.tar

Ubuntu 7.10 USB installation tutorial:

Hint: You can drastically speed up the install by Copying (Ctrl+c) and Pasting (Ctrl+v) commands into the terminal instead of manually typing them out. With the exception of replacing x with your drive letter.

1. Grab the Ubuntu 7.10 ISO and burn it to a CD
2. Insert the CD and your USB flash drive
3. Reboot your computer into Ubuntu from the Live CD
4. Open a terminal window and type sudo su
5. Type fdisk -l to list available drives/partitions. Note which device is your flash drive (example: /dev/sda) Throughout this tutorial, replace x with your flash drive letter. For example, if your flash drive is sdb, replace x with b.
6. Type umount /dev/sdx1
7. Type fdisk /dev/sdx
* type p to show the existing partition and d to delete it
* type p again to show any remaining partitions (if partitions exist, repeat the previous step)
* type n to make a new partition
* type p for primary partition
* type 1 to make this the first partition
* hit enter to use the default 1st cylinder
* type +750M to set the partition size
* type a to make this partition active
* type 1 to select partition 1
* type t to change the partition filesystem
* type 6 to select the fat16 file system
* type n to make another new partition
* type p for primary partition
* type 2 to make this the second partition
* hit enter to use the default cylinder
* hit enter again to use the default last cylinder
* type w to write the new partition table
8. Type umount /dev/sdx1 to ensure the 1st partition is unmounted
9. Type mkfs.vfat -F 16 -n ubuntu710 /dev/sdx1 to format the first partition
10. Type umount /dev/sdx2 just to ensure the 2nd partition is unmounted
11. Type mkfs.ext2 -b 4096 -L casper-rw /dev/sdx2 to format the second partition
12. Remove and Re-insert your flash drive
13. Back at the terminal, type apt-get update
14. Type apt-get install syslinux mtools
15. Type syslinux -sf /dev/sdx1
16. Type cd /cdrom
17. Type cp -rf casper disctree dists install pics pool preseed .disk isolinux/* md5sum.txt README.diskdefines ubuntu.ico casper/vmlinuz casper/initrd.gz /media/ubuntu710/

Ignore any "cannot create symbolic link" errors

18. Type cd /home/ubuntu
19. Type wget pendrivelinux.com/downloads/U710fix.zip
20. Type unzip -o -d /media/ubuntu710/ U710fix.zip
21. Restart your computer, set your BIOS or Boot menu to boot from the USB device and reboot again.

You should now have a USB Ubuntu 7.10 Gutsy Gibbon flash drive that should automatically save your changes, restoring them on boot.

Note: If your having trouble getting Ubuntu to boot, your memory stick may have a corrupted MBR. To repair the MBR of your USB device, at the terminal type sudo apt-get install lilo then type lilo -M /dev/sdx (replacing x with the letter of your flash device)

Ubuntu® is registered trademark of Canonical ltd.
WE OFFER NO WARRANTY REGARDING THE INFORMATION PROVIDED, AND DISCLAIM LIABILITY FOR ANY DAMAGES RESULTING FROM ITS USE!
Related Posts:
# Making Ubuntu 7.10 - Casper Persistent
# USB Ubuntu 7.04 persistent install for Linux users
# How to make Ubuntu 7.04 Casper Persistent
# USB Linux Mint install from Windows

Posted September 28th, 2007 at 3:06 am under: Install to a flash drive via Linux

novembre 11, 2007

ANCORA SU FRING






Voip sul Cellulare

Fring è un'ottima applicazione che permette di utilizzare il Voip sul cellulare, ed in particolare di chiamare i propri contatti Skype con il telefonino. Con il VoIP Peer-to-peer di Fring è possibile fare telefonate;

da cellulare a cellulare
da cellulare a PC
da cellulare a fisso
ed inoltre chattare con Gmail e inviare SMS.

Quanto costa il VoIP sul cellulare di Fring
Arduo dilemma. Dunque, Fring è una applicazione che si scarica sul telefonino, e può effettuare sessioni VoIP con il cellulare utilizzando:

Una connessione wi-fi
Le reti GPRS e 3G
Nel primo caso (wi-fi) la tecnologia P2P Mobile VoIP di Fring non comporta costi addizionali con l'operatore telefonico in quanto viene usata la connessione wi-fi disponibile. Nel caso utilizziamo un hot-spot gratuito (Fon ad esempio) è completamente gratis perchè i costi di chiamata se si telefona verso un fisso con Stylophone sono gratis se invece si telefona verso un cellulare sono molto bassi.

Diverso il caso in cui utilizziamo la rete GPRS o 3G del nostro operatore. In tal caso siamo vincolati alle tariffe del nostro piano telefonico, per cui è sconsigliabile utilizzarlo se abbiamo una tariffa a consumo ed è meglio informarsi in caso di tariffa a tempo.

In ogni caso, l'utilizzo del Voip Mobile P2P ed del VoIP in generale sui cellulari è ancora molto limitato dalla mancanza in Italia di una vera offerta Flat per connessioni internet di cellulari, anche se Tre sembra che stia preparando una offerta flat per connessioni internet mobile.

Come si installa Fring sul telefonino

Si inserisce il proprio numero telefonico ed il modello del proprio telefonino nell'apposito modulo di registrazione. Dopodichè si attende l'SMS con il link da seguire per scaricare l'applicazione java via Wap. Qualora non sia presente il modello del tuo telefonino, prova ugualmente a scaricare ed installare l'applicazione nel caso tu appia un cellulare o uno smartphone Java Enabled, perchè in generale dovrebbe funzionare (e tentare non costa nulla).

Ovviamente il telefonino deve essere opportunamente configurato per la connessione internet.

Dopo aver inserito le informazioni di login relative al Sip Stylophone siamo subito operativi.

Per qualsiasi informazione puoi contattare il nostro Support Online.

Puoi scaricare fring sil sito
http://www.fring.com/download/

Google Phone: primo sguardo

novembre 08, 2007

hamachi --- (S) chiariamoci le idee.

Visto l' interesse da parte degli utenti , in merito
a pubblicazioni , anche molto datate , da me registrate
su questo Blog, inerente sistemi e prodotti per l'
amministrazione remota, vpn , telelavoro e altro ancora,

pubblico queste ulteriori note , che serivranno a schiarire
l'utilizzo e le potenzialità del servizio HAMACHI.


Cosa è?
Con Hamachi tu puoi connettere due o più computer, sfruttando un a connessione Internet, in una VPN (virtual private network) per una comunicazione diretta e protetta.

Hamachi è veloce, sicuro e semplice. E' anche open-source!.

Tutto ciò fa per me?
... mi servirebbe una LAN su Internet.

... vorrei una VPN semplice da installare.

... sarebbe bello avere un peer-to-peer sicuro.

Remot Access ai computer. Condividere file con Windows. Giocare in rete coi tuoi LAN games. Avere un tuo Web o FTP servers. Comunicare direttamente...

Tecnologia
Hamachi è applicazione per virtual private networking, con una architettura open security e capacità di NAT-to-NAT traversal .

Hamachi è la prima applicazione che unicse tecnologie di rete apparentemente non correlate in un unico potente pacchetto per fornire un livello di connettività peer-to-peer mai visto . More ...

Sicurezza
Hamachi è sicuro. Tuttte le comunicazioni di Hamachi sono criptografate e autenticate tramite gli algoritmi e i protocolli standard utilizzati dal mercato. Nessuno sarà in grado di vedere cosa due nodi Hamachi si stanno dicendo o scambiando. Nemmeno noi.

Comunque cosa non meno importante - l'architettura di sicurezza di Hamachi è completamente open, ovvero che esiste la documentazione dettagliata ed è dispobile a chiunque sia interessato a consultarla. More ...

Facile da usare
Un particolare sforzo è stato fatto nella realizzazione del design e nella chiarezza dll'interfaccia utente di Hamachi. Il risultato è ben visibile, semplice e intuitivo, mentre rimane anche molto funzionale. Ogni cosa di cui hai bisogno, niente di più.

Hamachi software non contiene spyware, bannerware o altri tipi di -ware non strettamente collegati al suo scopo.E mai li conterrà!
Rimanete connessi con noi!
================
Come usare hamachi e come creare una rete privata

novembre 03, 2007

GooglePhone


Continuano le mosse nel panorama della telefonia per il più grande motore di ricerca del mondo: Google. Il colosso della California negli ultimi tempi ha mosso altre pedine che lasciano pensare che il suo ingresso nel mercato dei cellulari ci sarà realmente.
Le ultime voci di corridoio dicono che la società ha investito centinaia di milioni di dollari per la progettazione di un nuovo sistema operativo per telefoni mobili. Ad occuparsi del progetto sarebbe la taiwanese High Tech Computer Corp. che sta creando una versione specifica di Linux che aderisca alle esigenze di Google.

Negli Stati Uniti, intanto, il colosso di internet sta lottando per accaparrarsi la gestione della frequenza da 700 megaherz, in lotta contro gli operatori At&T e Verizon. L’obiettivo di Google sarebbe l’utilizzo di quella frequenza per il WiMAX e portare internet un po’ ovunque. A questa notizia possiamo collegare quella inerente lo sviluppo, da parte di Wistron NeWeb, di una versione mobile di Google Talk.
La conclusione viene da se: Google vuole portare internet ovunque perchè vuole creare un operatore virtuale dedicato al VoIP e permettere di telefonare a bassissimo costo utilizzando un cellulare creato ad hoc?

novembre 01, 2007

VoIp - Microsft server 2007 : comunicazioni integrate


Microsoft Office Communications Server 2007

Office Communications Server 2007 gestisce tutte le comunicazioni (sincrone) in tempo reale, compresi Instant Messaging, VoIP, audio e videoconferenze. Funziona con i sistemi di telecomunicazione esistenti per consentire alle aziende di implementare funzioni VoIP e di conferenza avanzate, senza eliminare le reti di telefonia legacy.

Microsoft Office Communications Server 2007 offre inoltre funzioni di presenza, un vantaggio chiave della piattaforma Unified Communications di Microsoft, che associa tutte le informazioni di contatto memorizzate in Active Directory alle modalità di comunicazione interpersonale.

Con la presenza, hai la possibilità di verificare in un istante la disponibilità di una persona e di contattarla con un clic, utilizzando l'Instant Messaging, una telefonata o una videoconferenza