Dimensione: 2871
Commento:
|
Dimensione: 3134
Commento: importata pagina da tradurre
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 6: | Linea 6: |
== Convertire l'estensione .vmdk in un file .vdi == | ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(2)]]|| |
Linea 8: | Linea 8: |
Ora è necessario convertire l'estensione per VMWare in un formato leggibile da VirtualBox. I dati non andranno persi,ma in ogni caso, è possibile sempre creare una copia di backup del VirtualDisk prima di partire! | = Introduction = |
Linea 10: | Linea 10: |
* Prima di tutto, scaricare qemu, usando Synaptic o semplicemente aprire un terminale e scrivere: | How to install and use Mozilla SeaMonkey |
Linea 12: | Linea 12: |
{{{sudo apt-get install qemu | = Automated Install of the Latest Seamonkey = The [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla Ubuntuzilla] project maintains an [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla#Install_Official_Mozilla_Build_of_Seamonkey automated script] that backs up your existing Seamonkey profile, locates and downloads the latest Seamonkey release, verifies download integrity with the MD5 sum, and installs Seamonkey into /opt/seamonkey with all the proper symlinks in /usr/bin, and creates a menu item for Seamonkey under Applications -> Internet. In other words, it does everything this step-by-step tutorial does and more... but with less copying and pasting and more error checking. Detailed usage instructions and more information are available on [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla Ubuntuzilla] project site. If you run into any problems with this script, or have feature requests, comments, suggestions, please feel free to post on the [http://ubuntuforums.org/forumdisplay.php?f=251 Ubuntuzilla project forum], now officially hosted on the Ubuntu forums in the [http://ubuntuforums.org/forumdisplay.php?f=46 3rd Party Projects] area. = Manual Install = Copy and paste the following commands into [https://help.ubuntu.com/community/UsingTheTerminal#head-2fa31364ee2acb07982a2fd5f52c983130565f8f the terminal]. == Download == {{{ wget -c http://ftp.mozilla.org/pub/seamonkey/releases/1.1.1/seamonkey-1.1.1.en-US.linux-i686.installer.tar.gz |
Linea 15: | Linea 31: |
* Ora aprire un terminale e posizionarsi nella cartella dove è presente il file .vmdk e digitare: | This command fetches Seamonkey from the Mozilla website. If you downloaded the .tar.gz already, put it in your /home/''username''; directory in order for the next command to work. |
Linea 17: | Linea 33: |
{{{qemu-img convert harddrive-name.vmdk raw-file.bin | == Extract files == {{{ tar zxvf seamonkey-1.1.1.en-US.linux-i686.installer.tar.gz |
Linea 20: | Linea 38: |
Naturalmente, dovete cambiare '''harddrive-name''' con il nome del file .vmdk e '''raw-file''' con il nome del file che si sta per convertire. Dopo pochi minuti, la conversione sarà completata. Quest'ultimo ora è possibile convertirlo in un file .vdi! | If you're using a non-US English version, just type ''tar zxvf seamonk''; and hit the ''Tab''; key twice to complete the proper file name. |
Linea 22: | Linea 40: |
* È necessaria una nuova applicazione, raggiungibile qui: http://www.virtualbox.org/download/testcase/vditool Scaricarlo nella directory dove è presente il file .bin. Il nome di questa applicazione è vditool. | == Install == |
Linea 24: | Linea 42: |
'''NOTE:''' ''Scaricare questo file non è molto semplice. Se si prova ad aprirlo con Firefox, per esempio, apparirà una pagina piena di strani codici. Per salvare questo file, fare clic con il tasto destro e scegliere di salvare il file. È possibile utilizzare un gestore di download per scaricare il file. Suggerisco un ottimo gestore di download: Aria. Si trova nei repository di Ubuntu.'' * Ora che abbiamo vditool, renderlo eseguibile. Fare clic con il tasto destro sul file, andare su proprietà e modificare l'opzione “Eseguibile”. In Gnome, andare nel tag Permessi e attivare l'opzione “Consentire l'esecuzione del file come programma” * A questo punto, aprire ancora il terminale, spostarsi nella directory dove è presente il file vditool e il file .bin. Lanciare questo comando: {{{LD_LIBRARY_PATH=/opt/VirtualBox* ./vditool DD new-file.vdi old-file.bin |
{{{ cd seamonkey-installer gksudo ./seamonkey-installer |
Linea 33: | Linea 47: |
Dove '''new-file.vdi''' è il file che sarà visualizzato da vditool e deve essere il primo a comparire nel comando. Il secondo nome, old-file.bin, è il nome del file che è stato convertito in .vmdk. | Answer all the questions with the default (just keep clicking the buttons) |
Linea 35: | Linea 49: |
'''NOTE:''' ''È possibile utilizzare viditool per altre operazioni. ora servirà per ottimizzare la grandezza del file .vdi. Per una lista completa dei comandi, avviare vditool senza nessun'altra operazione.'' | == Integrate == |
Linea 37: | Linea 51: |
* Ottimizzare la grandezza del file recentemente convertito in .dvi, nominarlo new-file.dvi e da terminale digiare: {{{LD_LIBRARY_PATH=/opt/VirtualBox* ./vditool SHRINK new-file.vdi |
{{{ sudo mv /usr/local/seamonkey/plugins /usr/local/seamonkey/plugins.bak sudo ln -s /usr/lib/firefox/plugins /usr/local/seamonkey/plugins sudo ln -s /usr/local/seamonkey/seamonkey /usr/bin/seamonkey |
Linea 42: | Linea 57: |
These commands link Seamonkey to your regular set of plugins. If you want to create a launcher for Seamonkey, the command should be {{{ seamonkey }}} You can find the Seamonkey icon here: /usr/local/seamonkey/chrome/icons/default/seamonkey.png |
ATTENZIONE: Questa è una pagina di prove, le seguenti informazioni possono essere inesatte, si sconsiglia la visione |
ContentsBRTableOfContents(2) |
Introduction
How to install and use Mozilla SeaMonkey
Automated Install of the Latest Seamonkey
The [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla Ubuntuzilla] project maintains an [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla#Install_Official_Mozilla_Build_of_Seamonkey automated script] that backs up your existing Seamonkey profile, locates and downloads the latest Seamonkey release, verifies download integrity with the MD5 sum, and installs Seamonkey into /opt/seamonkey with all the proper symlinks in /usr/bin, and creates a menu item for Seamonkey under Applications -> Internet.
In other words, it does everything this step-by-step tutorial does and more... but with less copying and pasting and more error checking.
Detailed usage instructions and more information are available on [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla Ubuntuzilla] project site.
If you run into any problems with this script, or have feature requests, comments, suggestions, please feel free to post on the [http://ubuntuforums.org/forumdisplay.php?f=251 Ubuntuzilla project forum], now officially hosted on the Ubuntu forums in the [http://ubuntuforums.org/forumdisplay.php?f=46 3rd Party Projects] area.
Manual Install
Copy and paste the following commands into [https://help.ubuntu.com/community/UsingTheTerminal#head-2fa31364ee2acb07982a2fd5f52c983130565f8f the terminal].
Download
wget -c http://ftp.mozilla.org/pub/seamonkey/releases/1.1.1/seamonkey-1.1.1.en-US.linux-i686.installer.tar.gz
This command fetches Seamonkey from the Mozilla website. If you downloaded the .tar.gz already, put it in your /home/username; directory in order for the next command to work.
Extract files
tar zxvf seamonkey-1.1.1.en-US.linux-i686.installer.tar.gz
If you're using a non-US English version, just type tar zxvf seamonk; and hit the Tab; key twice to complete the proper file name.
Install
cd seamonkey-installer gksudo ./seamonkey-installer
Answer all the questions with the default (just keep clicking the buttons)
Integrate
sudo mv /usr/local/seamonkey/plugins /usr/local/seamonkey/plugins.bak sudo ln -s /usr/lib/firefox/plugins /usr/local/seamonkey/plugins sudo ln -s /usr/local/seamonkey/seamonkey /usr/bin/seamonkey
These commands link Seamonkey to your regular set of plugins. If you want to create a launcher for Seamonkey, the command should be
seamonkey
You can find the Seamonkey icon here: /usr/local/seamonkey/chrome/icons/default/seamonkey.png