Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "andreas-xavier/Prova6"
Differenze tra le versioni 40 e 143 (in 103 versioni)
Versione 40 del 01/06/2017 10.01.37
Dimensione: 69340
Commento:
Versione 143 del 23/09/2022 12.10.17
Dimensione: 8459
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 1: Linea 1:
#format wiki
#LANGUAGE it
Linea 2: Linea 4:
<<Include(NuoviStrumentiWiki/PaginaDiProva)>>
Linea 3: Linea 6:
<<Informazioni(forum="http://forum.ubuntu-it.org/viewtopic.php?t=511128; rilasci="16.10 16.04 14.04 12.04")>>
<<Informazioni(forum="http://forum.ubuntu-it.org/viewtopic.php?t=75926"; rilasci="22.04 20.04 18.04")>> 
Linea 8: Linea 10:
Ubuntu e più in generale i sistemi GNU/Linux dispongono di una enorme varietà di programmi, la maggior parte dei quali è disponibile liberamente e gratuitamente. In questa pagina viene spiegato come risolvere i problemi più comuni riscontrati durante l'utilizzo di '''!VirtualBox'''.
Linea 10: Linea 12:
In questa pagina vengono presentati inizialmente i principali programmi preinstallati in Ubuntu. <<BR>>
Il capitolo successivo riassume invece le alternative libere a diffusi programmi proprietari, a prescindere dal sistema operativo sul quale vengono eseguiti.
= Risoluzione video troppo bassa =
Linea 13: Linea 14:
Vale la pena di notare che moltissimi programmi liberi che funzionano su Linux possono funzionare, previa ricompilazione, su Mac``OSX (che è un sistema Unix, proprio come GNU/Linux) e anche su Windows usando [[http://www.cygwin.com|Cygwin]]. Spesso è possibile trovarli in Internet già ricompilati. Avviando un'immagine `.iso` su una macchina virtuale, potrebbe capitare che la risoluzione video sia molto bassa, a tal punto da rendere difficile o impossibile installare il sistema operativo.
Linea 15: Linea 16:
||<tablestyle="text-align: justify; width:62%;" style="border:none;" 5%><<Immagine(Icone/Piccole/note.png,,center)>> ||<style="padding:0.5em; border:none;">''Per mantenere la pagina aggiornata è necessario il contributo di molte persone. Tutti sono invitati a partecipare inserendo collegamenti a nuove applicazioni, correggendo link errati o rimuovendo applicazioni non più sviluppate.'' || In alcuni casi è possibile risolvere avviando l'immagine in modalità [[AmministrazioneSistema/Uefi|Uefi]]:
Linea 17: Linea 18:
= Programmi preinstallati in Ubuntu =  0. Selezionare la macchina nel pannello si sinistra, quindi fare clic su '''Impostazioni'''.
 0. Nel pannello laterale fare clic su '''Sistema'''.
 0. Nella tab '''Scheda madre''' selezionare '''Abilita EFI (solo alcuni sistemi operativi)'''.
 0. Fare clic sul tasto '''OK'''.
Linea 19: Linea 23:
Di seguito sono riportate brevi descrizioni dei principali programmi preinstallati in Ubuntu. ##= CD-ROM non riconosciuto =
##eliminare?
##
##È possibile che nelle configurazioni non venga esplicitato il nome corretto del CD-ROM, impedendo quindi l'installazione di una nuova macchina virtuale tramite tale unità. È possibile risolvere tale problema chiudendo '''!VirtualBox''' e identificando la periferica. Digitare in un [[AmministrazioneSistema/Terminale|terminale]] il seguente comando:{{{
##cat /etc/fstab | grep cdrom | cut -d' ' -f1
##}}}
##
##Restituirà una stringa simile alla seguente:{{{
##/dev/sdc0
##}}}
##
##Per configurare correttamente la macchina virtuale affinché riconosca il lettore CD è necessario:
##
## 0. Aprire il relativo file di configurazione con un [[Ufficio/EditorDiTesto|editor di testo]], in un [[AmministrazioneSistema/Terminale|terminale]] con un comando simile al seguente:{{{
##nano ~/.VirtualBox/Machines/nome_vm/nome_vm.xml
##}}} le diciture «nome_vm» e «nome_vm.xml» vanno sostituite con i parametri relativi alla propria configurazione.
## 0. Cercare, all'interno dell'editor, la seguente sezione:{{{
##<DVDDrive passthrough="true">
##<HostDrive src="/dev/cdrom"/>
##</DVDDrive>
##}}} sostituire la dicitura «/dev/cdrom» con la stringa relativa alla unità disco in questione. Nell'esempio precedente tale stringa era «/dev/sdc0», dunque la precedente sezione va modificata come nel seguente testo:{{{
##<DVDDrive passthrough="true">
##<HostDrive src="/dev/sdc0"/>
##</DVDDrive>
##}}}
##
##Non resta che salvare il file di configurazione e riavviare '''!VirtualBox'''.
Linea 21: Linea 51:
== Accessibilità == = USB non utilizzabile =
##eliminare?
Linea 23: Linea 54:
||<tablestyle="width:100%" tableclass=noborder 5%>{{attachment:onboard.png}} ||<25%>'''Onboard''' è una tastiera a schermo. ||<5%>{{attachment:accessouniversale.png}} ||<25%>'''Accesso universale''' abilita le tecnologie assistive necessarie a supportare gli utenti con disabilità o con necessità particolari. ||<5%>||<25%>|| È possibile che venga visualizzato entrando nel menù delle impostazioni il messaggio di errore:{{{
Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer.
}}}
Linea 25: Linea 58:
== Accessori == Per poter utilizzare le porte USB è sufficiente:
 0. Aprire il file `/etc/init.d/mountdevsubfs.sh` con un [[Ufficio/EditorDiTesto|editor di testo]] con i [[AmministrazioneSistema/PrivilegiDiAmministrazione|privilegi di amministrazione]] e rimuovere i «#», come nel seguente esempio:{{{
        mkdir -p /dev/bus/usb/.usbfs
        domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
        ln -s .usbfs/devices /dev/bus/usb/devices
        mount --rbind /dev/bus/usb /proc/bus/usb[
}}}
 0. Aprire il file `/etc/fstab` con un [[Ufficio/EditorDiTesto|editor di testo]] con i [[AmministrazioneSistema/PrivilegiDiAmministrazione|privilegi di amministrazione]] e aggiungere in fondo la seguente riga:{{{
none /proc/bus/usb usbfs devgid=1000,devmode=664 0 0
}}}
Linea 27: Linea 69:
||<tablestyle="width:100%" tableclass=noborder 5%>{{attachment:aiuto.png}} ||<25%>'''Aiuto''' offre la guida di Ubuntu Desktop in italiano. ||<5%>{{attachment:backup.png}} ||<25%>'''[[AmministrazioneSistema/BackupDelSistema/DéjàDup|Backup]]''' permette di effettuare copie di sicurezza dei propri dati in maniera del tutto automatica e regolare. ||<5%>{{attachment:calcolatrice.png}} ||<25%>'''Calcolatrice''' con modalità finanziaria e scientifica. ||
||{{attachment:dischi.png}} ||'''Dischi''' è un tool utile per gestire le unità disco e i supporti removibili. ||{{attachment:editor.png}} ||'''Editor di testo''' permette anche l'evidenziazione della sintassi del codice sorgente. || {{attachment:file.png}} ||'''[[AmbienteGrafico/FileManager#Ubuntu|File]]''' consente di navigare tra i propri file e le proprie cartelle||
||{{attachment:archivi.png}} ||'''Gestore di archivi''' consente di gestire numere tipologie di file complessi come i classici file `zip`, `tar.gz` e molti altri. ||{{attachment:schermata.png}} ||'''Schermata''' permette di catturare lo schermo del pc o di una sua parte e di salvarlo come file immagine. || {{attachment:terminale.png}} ||'''[[AmministrazioneSistema/RigaDiComando|Terminale]]''' è lo strumento ad interfaccia testuale dei sistemi operativi GNU/Linux. ||
Una volta salvato il file, rimontare tutte le partizioni. Digitare in un [[AmministrazioneSistema/Terminale|terminale]] il comando:{{{
sudo mount -a
}}} Se ciò non dovesse apportare nessuna modifica sarà necessario riavviare il computer.
Linea 31: Linea 73:
== Grafica == = Messaggi di errore =
Linea 33: Linea 75:
||<tablestyle="width:100%" tableclass=noborder 5%>{{attachment:shotwell.png}} ||<25%>'''Shotwell''' è un programma di gestione e modifica di immagini. ||<5%>{{attachment:simplescan.png}} ||<25%>'''Simple Scan''' consente di utilizzare il proprio scanner e salvare documenti e immagini in differenti formati. ||<5%>{{attachment:immagini.png}} ||<25%>'''Visualizzatore di immagini''' || <<Anchor(pae)>>
== PANIC: CPU too old for this kernel ==
Linea 35: Linea 78:
== Internet ==  0. Selezionare la macchina nel pannello si sinistra, quindi fare clic su '''Impostazioni'''.
 0. Nel pannello laterale fare clic su '''Sistema'''.
 0. Nella tab '''Processore''' selezionare '''Abilita PAE/NX'''.
 0. Fare clic sul tasto '''OK'''.
Linea 37: Linea 83:
||<tablestyle="width:100%" tableclass=noborder 5%>{{attachment:browser2.png}} ||<25%>'''Browser''' è il navigatore di rete utilizzato dalle '''!WebApps''' di '''[[AmbienteGrafico/Unity|Unity]]'''. <<BR>> Disponibile a partire da Ubuntu 14.04 LTS ||<5%>{{attachment:condivisione_desktop.png}} ||<25%>'''Condivisione desktop''' consente la visualizzazione remota del desktop di un utente. ||<5%>{{attachment:firefox.png}} ||<25%>'''[[InternetRete/Navigazione/Firefox|Firefox]]''' è il navigatore di rete predefinito di Ubuntu. ||
||{{attachment:empathy.png}} ||'''Empathy''' è un programma di messaggistica istantanea.<<BR>>Preinstallato fino ad Ubuntu 15.10. ||{{attachment:remmina.png}} ||'''Remmina''' è un client per la connessione a desktop remoti. ||{{attachment:thunderbird.png}} ||'''[[InternetRete/Messaggistica/Thunderbird|Thunderbird]]''' è il client e-mail predefinito di Ubuntu. ||
||{{attachment:transmission.png}} ||'''[[InternetRete/Condivisione/Transmission|Transmission]]''' è un client !BitTorrent leggero con un'interfaccia semplice e intuitiva. ||
Se una volta avviata la macchina virtuale compare questo errore, andare nelle impostazioni della macchina virtuale, scegliere '''''Generale -> Avanzate''''' e abilitare l'opzione «''''''».
Linea 41: Linea 85:
== Multimedia == == Unable to boot - please use a kernel appropriate for your CPU ==
Linea 43: Linea 87:
||<tablestyle="width:100%" tableclass=noborder 5%>{{attachment:rhythmbox.png}} ||<25%>'''Rhythmbox''' permette di gestire e riprodurre la musica presente sul proprio pc o da fonti online. ||<5%>{{attachment:video.png}} ||<25%>'''Video''' è un riproduttore multimediale audio/video. ||<5%>{{attachment:brasero.png}} ||<25%>'''Brasero''' è un'applicazione per la masterizzazione di CD e DVD. Preinstallato fino ad Ubuntu 15.10 || Seguire le stesse indicazioni dei questo [[#pae|paragrafo]].
Linea 45: Linea 89:
== Personalizzazione == == VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED). ==
Linea 47: Linea 91:
||<tablestyle="width:100%" tableclass=noborder 5%>{{attachment:dischiavvio.png}} ||<25%>'''[[Installazione/CreazioneLiveUsb/CreatoreDischiDiAvvio|Creatore dischi di avvio]]''' permette di creare le '''LiveUSB''' per l'installazione di Ubuntu in un altro pc.||<5%>{{attachment:privacy.png}} ||<25%>'''Sicurezza e privacy''' permette di gestire la cronologia, le ricerche online della '''[[AmbienteGrafico/Unity/Glossario#Dash|Dash]]''' e molto altro.||<5%>{{attachment:lingue.png}} ||<25%>'''[[AmministrazioneSistema/UbuntuItaliano|Supporto Lingue]]''' consente di gestire la lingua di sistema e di installare i pacchetti della lingua italiana mancanti. ||
||{{attachment:usc.png}} ||'''[[AmministrazioneSistema/InstallareProgrammi/UbuntuSoftware|Ubuntu Software]]''' permette di installare e rimuovere programmi.<<BR>>Preinstallato da Ubuntu 16.04 LTS ||{{attachment:usc.png}} ||'''[[AmministrazioneSistema/InstallareProgrammi/UbuntuSoftwareCenter|Ubuntu Software Center]]''' permette di installare e rimuovere programmi. Preinstallato fino ad Ubuntu 15.10 ||
L'errore indica che la virtualizzazione è disabilitata nel BIOS.
Linea 50: Linea 93:
== Ufficio ==  0. Assicurarsi di aver selezionato l'opzione descritta in questo [[#pae|paragrafo]] e che la virtualizzazione sia supportata dal proprio computer (consultare [[Virtualizzazione/VirtualBox/Installazione#Requisiti_di_sistema|questo paragrafo e/o la manualistica relativa al proprio hardware]].
 0. Entrare nel BIOS e abilitare la virtualizzazione. La relativa voce dovrebbe essere indicata come «''VT-d''», «''AMD-V''», «''Intel Virtualization Technology''» o con altri nomi. Se necessario consultare la manualistica della propria scheda madre.
Linea 52: Linea 96:
||<tablestyle="width:100%" tableclass=noborder 5%>{{attachment:calendario.png}} ||<25%>'''Calendario'''<<BR>>Preinstallato da Ubuntu 16.04 LTS ||<5%>{{attachment:localc.png}} ||<25%>'''[[Ufficio/LibreOffice|LibreOffice]] Calc''' è un foglio di calcolo in grado di gestire anche i file creati con '''Excel'''. ||<5%>{{attachment:lodraw.png}} ||<25%>'''[[Ufficio/LibreOffice|LibreOffice]] Draw''' consente di creare o modificare immagini, diagrammi di flusso o loghi. ||
||{{attachment:loimpress.png}} ||<25%>'''[[Ufficio/LibreOffice|LibreOffice]] Impress''' consente di creare o modificare presentazioni. <<BR>>Compatibile con '''Power Point'''. ||{{attachment:lomath.png}} ||'''[[Ufficio/LibreOffice|LibreOffice]] Math''' consente di scrivere formule scientifiche ed equazioni. <<BR>>Preinstallato da Ubuntu 14.04 LTS ||{{attachment:lowriter.png}} ||'''[[Ufficio/LibreOffice|LibreOffice]] Writer''' è un editor di testo. in grado di gestire anche i documenti creati con '''Word'''. ||
||{{attachment:documenti.png}} ||'''Visualizzatore documenti''' permette di gestire documenti PDF e altro. ||
== Could not load the settings file '/home/user/.config/VirtualBox/VirtualBox.xml' (VERR_OPEN_FAILED). ==
Linea 56: Linea 98:
= Altri programmi disponibili per Ubuntu = Reinstallando il programma è possibile che ci siano di problemi con il file `VirtualBox.xml`, contenente la configurazione delle macchine virtuali.
Dopo aver reinstallato il programma è possibile che al primo avvio venga restituito un messaggio di errore simile al seguente:{{{
Could not load the settings file '/home/user/.config/VirtualBox/VirtualBox.xml' (VERR_OPEN_FAILED).
FATAL ERROR: Attribute 'LogHistoryCount' is not declared for element 'SystemProperties'
Location: '/home/user/.VirtualBox/VirtualBox.xml', line 22, column 159.
}}}
Linea 58: Linea 105:
== Legenda == Per ovviare al problema è sufficiente [[AmministrazioneSistema/ComandiBase#rm_e_rmdir|cancellare]] tale file. Digitare nel [[AmministrazioneSistema/Terminale|terminale]] il seguente comando:{{{
rm ~/.config/VirtualBox/VirtualBox.xml
}}}
Linea 60: Linea 109:
||||||||<tablewidth="50%" style="background-color:#cccccc":>'''Legenda''' ||
|| {{attachment:Ubuntu.png}} || Disponibile all'interno dei [[Repository|repository]] ufficiali di '''Ubuntu'''. ||
|| {{attachment:Linux.gif}} || Disponibile in forma nativa per un generico sistema basato su GNU/Linux. ||
|| {{attachment:Windows.png}} || Disponibile per Windows. ||
|| {{attachment:Macosx.png}} || Disponibile per Mac OSX. ||
|| {{attachment:wiki.png}} || Guida disponibile nel Wiki di Ubuntu-it. ||
== Kernel driver not installed (rc=-1908) ==
Linea 67: Linea 111:
## Consigli sull'editazione delle tabelle:
## 1- non modificare la prima riga ||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Titolo''' ||
## serve per impostare la lunghezza delle righe e il titolo della tabella
## 2- non modificare la riga successiva contenente gli {{attachment}}
## serve per impostare le colonne
## 3- inserire i programmi con relativo link tra parentesi quadre, [[link_programma|Nome_Programma]]
## 4- inserire il segno di spunta (./) quando un programma è disponibile per un determinato SO
## 5- ogni tabella conta 12 colonne, indicate dai simboli || ||
## 6- utilizzare l'anteprima per controllare i cambiamenti prima di salvare, buon divertimento :)
All'avvio di una macchina virtuale, è possibile venga che visualizzato il seguente messaggio di errore:{{{
Kernel driver not installed (rc=-1908)
Linea 77: Linea 114:
== Internet == The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing
'/sbin/vboxconfig'
as root.
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
}}}
Linea 79: Linea 121:
||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Web browser''' ||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://windows.microsoft.com/en-us/internet-explorer/download-ie|Internet Explorer]] || || || (./) || || || [[http://www.mozilla.org/it/firefox/|Firefox]] || (./) || (./) || (./) || (./) || [[InternetRete/Navigazione/Firefox|Wiki]] ||
|| [[https://www.microsoft.com/it-it/windows/microsoft-edge|Microsoft Edge]] || || || (./) || || || [[http://www.konqueror.org/|Konqueror]] || (./) || (./) || || || ||
|| [[http://www.apple.com/safari/|Safari]] || || || || (./) || || [[https://wiki.gnome.org/Apps/Web|Web]] || (./) || (./) || || || ||
|| [[https://www.google.com/chrome|Google Chrome]] || || (./) || (./) || (./) || [[InternetRete/Navigazione/GoogleChrome|Wiki]] || [[http://www.seamonkey-project.org/|Seamonkey]] || (./) || (./) || (./) || (./) || ||
|| [[http://www.opera.com|Opera]] || || (./) || (./) || (./) || [[InternetRete/Navigazione/Opera|Wiki]] || [[http://www.chromium.org/|Chromium]] || (./) || (./) || (./) || (./) || [[InternetRete/Navigazione/Chromium|Wiki]] ||
|| [[https://vivaldi.com/|Vivaldi]] || || (./) || (./) || (./) || || [[http://midori-browser.org/|Midori]] || (./) || (./) || (./) || || ||
|| [[http://www.maxthon.com|Maxthon]] || || (./) || (./) || (./) || || [[http://www.qupzilla.com|QupZilla]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://rekonq.kde.org/|Rekonq]] || (./) || (./) || || || ||
|| || || || || || || [[https://code.google.com/p/arora/|Arora]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.dillo.org/|Dillo]] || (./) || (./) || || (./) || ||
|| || || || || || || [[http://www.netsurf-browser.org/|NetSurf]] || (./) || (./) || || (./) || ||
|| || || || || || || [[https://www.palemoon.org/|Pale Moon]] || || (./) || (./) || || ||
|| || || || || || || [[https://www.gnu.org/software/gnuzilla/|GNU IceCat]] || || (./) || || || ||
|| || || || || || || [[https://www.torproject.org/|Tor Browser]] || (./) || (./) || (./) || (./) || [[InternetRete/Navigazione/Anonima|Wiki]] ||
Questo problema potrebbe essere causato da un aggiornamento del kernel, che tuttavia non è supportato da programma.<<BR>>
Se in uso la versione di '''!VirtualBox''' [[Virtualizzazione/VirtualBox/Installazione#Da_repository_ufficiali|dai repository]] di Ubuntu, provvedere alla completa disinstallazione e installare una versione più recente del programma [[Virtualizzazione/VirtualBox/Installazione#Da_repository_di_VirtualBox|dai repository di Oracle]].
Linea 96: Linea 124:
<<BR>> Qualora il problema non fosse ancora risolto, seguire le istruzioni successive.
Linea 98: Linea 126:
 0. [[AmministrazioneSistema/InstallareProgrammi|Installare]] il pacchetto [[apt://dkms | dkms]].
 0. Digitare nel [[AmministrazioneSistema/Terminale|terminale]] il comando:{{{
sudo /sbin/vboxconfig
}}}
 0. Se nell'output del comando viene suggerito di installare ulteriori pacchetti (solitamente ''linux-headers-generic'' e ''linux-headers-numero_versione-generic''), procedere con la loro [[AmministrazioneSistema/InstallareProgrammi|installazione]].
 0. Ridare quindi il comando indicato nel passaggio 2.
 0. Riavviare il sistema.
Linea 99: Linea 134:
||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Client e-mail'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://products.office.com/it-IT/|Outlook]] || || || (./) || || || [[https://wiki.gnome.org/Apps/Evolution|Evolution]] || (./) || (./) || || || [[InternetRete/Messaggistica/Evolution|Wiki]] ||
|| [[http://www.pmail.com/|Pegasus Mail]] || || || (./) || || || [[https://www.mozilla.org/it/thunderbird/|Thunderbird]] || (./) || (./) || (./) || (./) || [[InternetRete/Messaggistica/Thunderbird|Wiki]] ||
|| [[http://www.ritlabs.com/en/products/thebat/|TheBat!]] || || || (./) || || || [[https://userbase.kde.org/KMail/it|Kmail]] || (./) || (./) || || || ||
|| || || || || || || [[http://sylpheed.sraoss.jp/en/|Sylpheed ]] || (./) || (./) || (./) || || ||
|| || || || || || || [[http://www.mutt.org/|Mutt]] || (./) || (./) || || || ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Geary|Geary]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.claws-mail.org/|Claws Mail]] || (./) || (./) || (./) || || ||
<<BR>>
Se la procedura è andata a buon fine la macchina virtuale si avvierà regolarmente. Inoltre lo strumento '''[[https://it.wikipedia.org/wiki/Dynamic_Kernel_Module_Support|dkms]]''' provvederà a compilare i moduli del kernel relativi a !VirtualBox nei futuri aggiornamenti, prevenendo così il mancato avvio della macchina virtuale dovuto a questo problema.
Linea 110: Linea 136:
= Ulteriori risorse =
Linea 111: Linea 138:
||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Messaggistica istantanea'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.mirc.com/|Mirc]] || || || (./) || || || [[https://hexchat.github.io/|HexChat]] || (./) || (./) || (./) || || [[InternetRete/Messaggistica/HexChat|Wiki]] ||
|| [[http://www.hydrairc.com/|HydraIRC]] || || || (./) || || || [[http://pidgin.im/|Pidgin]] || (./) || (./) || (./) || (./) || [[InternetRete/Messaggistica/Pidgin|Wiki]] ||
|| [[http://www.icq.com/|Icq]] || || || (./) || (./) || || [[http://www.kvirc.net/|Kvirc]] || (./) || (./) || (./) || || [[InternetRete/Messaggistica/Kvirc|Wiki]] ||
|| [[https://telegram.org/|Telegram]] ''Codice sorgente disponibile'' || || (./) || (./) || (./) || [[InternetRete/Messaggistica/Telegram|Wiki]] || [[http://www.irssi.org/|Irssi]] || (./) || (./) || || || [[InternetRete/Messaggistica/Irssi|Wiki]] ||
|| [[http://www.viber.com|Viber]] || || (./) || (./) || (./) || || [[http://www.emesene.org/|Emesene]] || (./) || (./) || (./) || (./) || [[InternetRete/Messaggistica/Emesene|Wiki]] ||
|| || || || || || || [[http://konversation.kde.org/|Konversation]] || (./) || (./) || || || ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Empathy|Empathy]] || (./) || (./) || || || ||
|| || || || || || || [[http://kmess.org/|Kmess]] || (./) || (./) || || || [[InternetRete/Messaggistica/Kmess|Wiki]] ||
|| || || || || || || [[http://kopete.kde.org/|Kopete]] || (./) || (./) || || || ||
|| || || || || || || [[http://amsn.sourceforge.net/|Amsn]] || (./) || (./) || (./) || (./) || [[InternetRete/Messaggistica/Amsn|Wiki]] ||
|| || || || || || || [[http://www.sim-im.org/index.php?title=Main_Page|Sim-IM]] || (./) || (./) || (./) || || ||
<<BR>>
 * [[Virtualizzazione/VirtualBox|Guida a VirtualBox]]
Linea 126: Linea 140:
----
Linea 127: Linea 142:
||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Client FTP'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.cuteftp.com/|CuteFTP]] || || || (./) || || || [[https://filezilla-project.org/|Filezilla]] || (./) || (./) || (./) || (./) || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''News Reader'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://products.office.com/it-IT/outlook/email-and-calendar-software-microsoft-outlook|Microsoft Outlook]] || || || (./) || (./) || || [[http://pan.rebelbase.com/|Pan]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://lzone.de/liferea/|Liferea]] || (./) || (./) || || || [[InternetRete/Navigazione/Liferea|Wiki]] ||
|| || || || || || || [[https://userbase.kde.org/KNode/it|Knode]] || (./) || (./) || || || ||
|| || || || || || || [[http://sylpheed.sraoss.jp/en/|Sylpheed]] || (./) || (./) || (./) || || ||
|| || || || || || || [[https://wiki.mozilla.org/Thunderbird|Thunderbird]] || (./) || (./) || (./) || (./) || [[InternetRete/Messaggistica/Thunderbird|Wiki]] ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Voip'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.skype.com/|Skype]] || (./) || (./) || (./) || (./) || [[InternetRete/Telefonia/Skype|Wiki]] || [[http://trac.qutecom.org/| QuteCom]] || (./) || (./) || (./) || (./) || ||
|| [[http://www.viber.com|Viber]] || || (./) || (./) || (./) || || [[http://www.ekiga.org/|Ekiga]] || (./) || (./) || (./) || || [[InternetRete/Telefonia/Ekiga|Wiki]] ||
|| || || || || || || [[http://www.twinklephone.com/|Twinkle]] || (./) || (./) || || || ||
|| || || || || || || [[https://github.com/tux3/qTox|qTox]] || || (./) || (./) || (./) || ||
|| || || || || || || [[https://jitsi.org/|Jitsi]] || (./) || (./) || (./) || (./) || ||
<<BR>>



||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Editor html WYSIWYG'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.adobe.com/products/dreamweaver/|Dreamweaver]] || || || (./) || || || [[http://www.kompozer.net/|Kompozer]] || (./) || (./) || (./) || || ||
|| || || || || || || [[http://www.w3.org/Amaya/|Amaya]] || (./) || (./) || (./) || || ||
|| || || || || || || [[http://bluefish.openoffice.nl/|Bluefish]] || (./) || (./) || (./) || (./) || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Download e File sharing'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
||<#f7f7f7 :-12>'''Download Manager''' ||
|| || || || || || || [[http://jdownloader.org/|JDownloader]] || (./) || (./) || (./) || (./) || [[InternetRete/Condivisione/JDownloader|Wiki]] ||
|| || || || || || || [[https://launchpad.net/steadyflow|Steadyflow]] || (./) || (./) || || || ||
||<#f7f7f7 :-12>'''Scarica siti''' ||
|| [[http://tenmax.com/|Teleport Pro]] || || || (./) || || || [[http://www.httrack.com/|Httrack]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.gnu.org/software/wget/|Wget]] || (./) || (./) || (./) || || ||
|| || || || || || || [[http://projects.gnome.org/gwget/|Gwget]] || (./) || (./) || || || ||
||<#f7f7f7 :-12>'''Peer-to-peer''' ||
|| [[http://www.soulseekqt.net|SoulseekQt]] || || (./) || (./) || (./) || || [[http://www.emule-project.net|Emule]] || || || (./) || || ||
|| || || || || || || [[http://www.amule.org/|Amule]] || (./) || (./) || (./) || (./) || [[InternetRete/Condivisione/Amule|Wiki]] ||
|| || || || || || || [[http://nicotine-plus.sourceforge.net/|Nicotine+]] || (./) || (./) || (./) || || ||
|| || || || || || || [[http://www.frostwire.com/home|FrostWire]] || || (./) || (./) || (./) || ||
||<#f7f7f7 :-12>'''Client Bit Torrent''' ||
|| [[https://www.utorrent.com|µTorrent]] || || (./) || (./) || (./) || || [[http://www.qbittorrent.org/|qBittorrent]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://www.transmissionbt.com/|Transmission]] || (./) || (./) || (./) || (./) || [[InternetRete/Condivisione/Transmission|Wiki]] ||
|| || || || || || || [[http://www.vuze.com|Vuze]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://deluge-torrent.org/|Deluge]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://ktorrent.pwsp.net/|KTorrent]] || (./) || (./) || || (./) || ||
|| || || || || || || [[https://www.tribler.org/|Tribler]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.frostwire.com/home|FrostWire]] || || (./) || (./) || (./) || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Cloud Storage'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[https://www.dropbox.com/|Dropbox]] || || (./) || (./) || (./) || || [[https://owncloud.org/|ownCloud]] || || (./) || (./) || (./) || ||
|| [[https://spideroak.com/|SpiderOak]] || || (./) || (./) || (./) || || [[http://sparkleshare.org/|Sparkleshare]] || || (./) || (./) || (./) || ||
|| [[http://seafile.com|Seafile]] || || (./) || (./) || (./) || || [[http://git-annex.branchable.com/|git-annex]] || (./) || (./) || (./) || (./) || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Condivisione Desktop'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.teamviewer.com|TeamViewer]] || || (./) || (./) || (./) || [[InternetRete/DesktopRemoto/TeamViewer|Wiki]] || [[http://freerdp.github.io/Remmina/index.html|Remmina]] || (./) || (./) || || || ||
<<BR>>


== Multimedia ==

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Riproduttori Audio'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.winamp.com/|Winamp]] || || || (./) || || || [[https://wiki.gnome.org/Apps/Rhythmbox|Rhythmbox]] || (./) || (./) || || || ||
|| [[http://www.apple.com/itunes/|iTunes]] || || || (./) || (./) || || [[http://banshee.fm/|Banshee]] || (./) || (./) || (./) || (./) || [[Multimedia/Audio/Banshee|Wiki]] ||
|| [[http://www.microsoft.com/windows/windowsmedia/|Windows Media Player]] || || || (./) || || || [[http://www.atunes.org/|aTunes]] || || (./) || (./) || (./) || ||
|| [[http://www.real.com/|RealPlayer Cloud]] || || || (./) || (./) || || [[http://www.xmms.org/|Xmms2]] || (./) || (./) || || || ||
|| [[https://www.spotify.com/it/|Spotify]] || || (./) || (./) || (./) || [[Multimedia/Audio/Spotify | Wiki]] || [[http://www.mplayerhq.hu/design7/news.html|MPlayer]] || (./) || (./) || (./) || (./) || [[Multimedia/Video/Mplayer|Wiki]] ||
|| || || || || || || [[http://moc.daper.net/|MOC]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.clementine-player.org/|Clementine]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://amarok.kde.org/|Amarok]] || (./) || (./) || (./) || (./) || [[Multimedia/Audio/Amarok|Wiki]] ||
|| || || || || || || [[http://code.google.com/p/quodlibet/|Quod Libet]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.last.fm/tools/downloads/|Last FM]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.exaile.org|Exaile]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.audacious-media-player.org/|Audacious]] || (./) || (./) || (./) || || ||
|| || || || || || || [[https://www.tomahawk-player.org/|Tomahawk]] || || (./) || (./) || (./) || ||
|| || || || || || || [[http://getnightingale.com/|Nightingale]] || || (./) || (./) || (./) || ||
|| || || || || || || [[https://tiliado.eu/nuvolaplayer/|Nuvola Player]] || || (./) || (./) || (./) || ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Music|GNOME Music]] || (./) || (./) || || || ||
|| || || || || || || [[http://decibel.silent-blade.org/|Decibel]] || (./) || (./) || || || ||
|| || || || || || || [[https://launchpad.net/pogo|Pogo]] || || (./) || || || ||
|| || || || || || || [[http://guayadeque.org|Guayadeque]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.subsonic.org|Subsonic]] || || (./) || (./) || (./) || ||
|| || || || || || || [[http://aqualung.factorial.hu/|Aqualung]] || (./) || (./) || || || ||
|| || || || || || || [[https://launchpad.net/noise|Noise]] || || (./) || || || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Riproduttori Video'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.microsoft.com/windows/windowsmedia/|Windows Media Player]] || || || (./) || || || [[http://www.videolan.org/vlc/|VLC]] || (./) || (./) || (./) || (./) || [[Multimedia/Video/Vlc|Wiki]] ||
|| [[http://www.real.com/|RealPlayer Cloud]] || || || (./) || (./) || || [[http://banshee.fm/|Banshee]] || (./) || (./) || (./) || (./) || [[Multimedia/Audio/Banshee|Wiki]] ||
|| || || || || || || [[http://www.xine-project.org/home|gXine]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.mplayerhq.hu/design7/news.html|MPlayer]]/SMplayer || (./) || (./) || (./) || (./) || [[Multimedia/Video/Mplayer|Wiki]] ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Videos|Videos]] || (./) || (./) || || || [[Multimedia/Video/Totem|Wiki]] ||
|| || || || || || || [[http://docs.xfce.org/apps/parole/start|Parole]] || (./) || (./) || || || ||
|| || || || || || || Totem/[[https://wiki.gnome.org/Apps/Videos|GNOME Video]] || (./) || (./) || || || ||
|| || || || || || || [[https://git.gnome.org/browse/snappy|Snappy]] || (./) || (./) || || || ||
|| || || || || || || [[https://www.kde.org/applications/multimedia/kaffeine/|Kaffeine]] || (./) || (./) || || || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Media Center'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://windows.microsoft.com/it-IT/windows/products/windows-media-center|Windows Media Center]] || || || (./) || || || [[https://www.mythtv.org//|MythTV]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://kodi.tv/|Kodi]]/XBMC || (./) || (./) || (./) || (./) || [[Multimedia/Video/XboxMediaCenter|Wiki]] ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Produzione Audio/Musica'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
||<#f7f7f7 :-12> '''Architettura''' ||
|| || || || || || || [[http://jackit.sourceforge.net/|JACKit!]] || (./) || (./) || || (./) || [[Multimedia/Audio/Jack|Wiki]] ||
|| || || || || || || [[http://qjackctl.sourceforge.net/|qjackctl]] (GUI per Jack) || (./) || (./) || || (./) || ||
||<#f7f7f7 :-12>'''Editor audio''' ||
|| [[http://www.sonymediasoftware.com/|Soundforge]] || || || (./) || || || [[http://audacity.sourceforge.net/|Audacity]] || (./) || (./) || (./) || (./) || [[Multimedia/Audio/Audacity|Wiki]] ||
|| [[https://creative.adobe.com/it/products/audition|Adobe Audition]] || || || (./) || || || [[http://www.metadecks.org/software/sweep/|Sweep]] || (./) || (./) || || || ||
||<#f7f7f7 :-12>'''Registratori multitraccia''' ||
|| [[http://www.tracktion.com/|Tracktion]] || || (./) || (./) || (./) || || [[http://ardour.org/|Ardour]] || (./) || (./) || || (./) || [[Multimedia/Audio/Ardour|Wiki]] ||
|| Protools || || || || (./) || || || || || || || ||
||<#f7f7f7 :-12>'''Audio+Midi''' ||
|| [[http://www.steinberg.net/|Cubase]] || || || (./) || (./) || || [[http://www.rosegardenmusic.com/|Rosegarden]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.muse-sequencer.org/|Muse]] || (./) || (./) || || || ||
||<#f7f7f7 :-12>'''Sequencer''' ||
|| || || || || || || [[http://www.filter24.org/seq24/|Seq24]] || (./) || (./) || || || ||
||<#f7f7f7 :-12>'''Editor !LoopBased''' ||
|| [[http://www.flstudio.com/|Friuty Loops]] || || || (./) || || || [[https://lmms.io/|Lmms]] || (./) || (./) || (./) || (./) || ||
||<#f7f7f7 :-12>'''Framework Synth/Effetti''' ||
||[[http://www.steinberg.net/|VST]] || || || (./) || (./) || || [[http://dssi.sourceforge.net/|DSSI]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.ladspa.org/|LADSPA]] || (./) || (./) || || || ||
||<#f7f7f7 :-12>'''Synth''' ||
|| || || || || || || [[http://zynaddsubfx.sourceforge.net/|ZynAddSubFX]] || (./) || (./) || (./) || || ||
|| || || || || || || [[http://smbolton.com/whysynth.html|WhySynth]] || (./) || (./) || || || ||
||<#f7f7f7 :-12>'''Notazione''' ||
|| [[http://www.finalemusic.com/|Finale]] || || || (./) || (./) || || [[http://lilypond.org/web/|Lilypond]] || (./) || (./) || || || [[Multimedia/Audio/LilyPond|Wiki]] ||
|| || || || || || || [[http://www.denemo.org/|Denemo]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://musescore.org/|MuseScore]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.rosegardenmusic.com/|Rosegarden]] || (./) || (./) || || || ||
||<#f7f7f7 :-12>'''DJing''' ||
|| [[http://www.virtualdj.com/|Virtual DJ]] || || || (./) || (./) || || [[http://mixxx.org|Mixxx]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://xwax.org/|xwax]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.giadamusic.com/|Giada]] || || (./) || (./) || (./) || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Produzione Video'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.videostudiopro.com/it/|VideoStudio Pro]] || || || (./) || || || [[http://cinelerra.org/|Cinelerra]] || || (./) || || || [[Multimedia/Video/CinelerraVideoEditor|Wiki]] ||
|| [[http://www.adobe.com/products/premiere/|Adobe Premiere Pro]] || || || (./) || (./) || || [[http://www.kinodv.org/|Kino]] || (./) || (./) || || || ||
|| [[http://www.lwks.com/|Lightworks]] || || (./) || (./) || (./) || || [[http://fixounet.free.fr/avidemux/|Avidemux]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://sourceforge.net/projects/csgib|ManDVD]] || || (./) || || || ||
|| || || || || || || [[http://www.jahshaka.com/|Jahshaka]] || || (./) || (./) || || ||
|| || || || || || || [[http://www.kdenlive.org/|Kdenlive]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.pitivi.org/|Pitivi]] || (./) || (./) || || || ||
|| || || || || || || [[http://openshot.org/|OpenShot]] || (./) || (./) || || || ||
<<BR>>


== Grafica ==

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Fotoritocco'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.paintshoppro.com/it/|Paint Shop Pro]] || || || (./) || || || [[http://www.gimp.org/|GIMP]] || (./) || (./) || (./) || (./) || [[Grafica/Gimp|Wiki]] ||
|| [[https://www.adobe.com/it/products/photoshop.html|Adobe PhotoShop]] || || || (./) || (./) || || [[http://krita.org/|Krita]] || (./) || (./) || || || ||
|| [[http://www.pixeluvo.com/|Pixeluvo]] || || (./) || (./) || || || [[http://pinta-project.com/|Pinta]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.kornelix.net/fotoxx/fotoxx.html|Fotoxx]] || (./) || (./) || || || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Gestione fotografie'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[https://www.microsoft.com/it-it/store/p/microsoft-foto/9wzdncrfjbh4|Microsoft Foto]] || || || (./) || || || [[https://wiki.gnome.org/Apps/gthumb|Gthumb]] || (./) || (./) || || || ||
|| [[http://www.apple.com/mac/iphoto/|iPhoto]] || || || || (./) || || [[http://www.digikam.org/|Digikam]] || (./) || (./) || || || ||
|| [[http://www.xnview.com/en/xnviewmp/|XnViewMP]] || || (./) || (./) || (./) || || [[http://gqview.sourceforge.net/|GQview]] || (./) || (./) || || || ||
|| || || || || || || [[http://f-spot.org/|FSpot]] || (./) || (./) || || || ||
|| || || || || || || [[http://oqapy.eu|Oqapy]] || || (./) || || || ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Shotwell|Shotwell]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.darktable.org|Darktable]] || (./) || (./) || || (./) || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Vettoriale'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.xara.com/products/xtreme/|Xara Xtreme]] || || || (./) || || || [[http://www.xara.com/products/xtreme/|Xara Xtreme]] || (./) || (./) || || || ||
|| [[http://www.it.corel.com/servlet/Satellite?pagename=Corel3It/Products/Display&pfid=1047024809679&pid=1047023175176|CorelDRAW]] || || || (./) || || || [[http://sourceforge.net/projects/sodipodi/|Sodipodi]] || || (./) || (./) || || ||
|| || || || || || || [[http://www.inkscape.org/|InkScape]] || (./) || (./) || (./) || (./) || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Immagini RAW'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| ''Vari plugin commerciali'' || || || || || || [[http://www.cybercom.net/~dcoffin/dcraw|dcraw]] || (./) || (./) || || || ||
|| [[http://www.aftershotpro.com|AfterShot Pro]] || || (./) || (./) || (./) || || [[http://ufraw.sourceforge.net/|UFRaw]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.darktable.org|Darktable]] || (./) || (./) || || (./) || ||
|| || || || || || || [[http://photivo.org/|Photivo]] || || (./) || (./) || (./) || ||
|| || || || || || || [[http://lightzoneproject.org/|LightZone]] || || (./) || (./) || (./) || ||
|| || || || || || || [[http://rawtherapee.com/|RawTherapee]] || (./) || (./) || (./) || (./) || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Grafica tridimensionale'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.autodesk.com/products/maya/overview|Maya]] || || (./) || (./) || (./) || || [[http://blender.org|Blender]] || (./) || (./) || (./) || (./) || [[Grafica/Blender|Wiki]] ||
|| [[http://www.autodesk.com/products/3ds-max/overview|3D Studio Max]] || || || (./) || || || [[http://www.k-3d.org/|K3D]] || (./) || (./) || (./) || || ||
|| [[http://www.rhino3d.com/|Rhinoceros]] || || || (./) || (./) || || [[http://www.wings3d.com/|Wings 3D]] || (./) || (./) || (./) || (./) || ||
|| [[https://www.lightwave3d.com/|Lightwave 3D]] || || || (./) || (./) || || || || || || || ||
|| [[http://www.povray.org/|POVRay]] ''Codice sorgente disponibile'' || (./) || (./) || (./) || (./) || || || || || || || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Gestione scanner'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.hamrick.com/|VueScan]] || || (./) || (./) || (./) || || [[https://launchpad.net/simple-scan|Simple Scan]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.sane-project.org/|SANE]] || (./) || (./) || (./) || (./) || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Fumetti (lettori)'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://comicrack.cyolito.com/|ComicRack]] || || || (./) || || || [[http://www.yacreader.com/|YACReader]] || || (./) || (./) || (./) || ||
|| [[http://www.cdisplayex.com|CDisplay Ex]] || || || (./) || || || [[http://comix.sourceforge.net/|Comix]] || (./) || (./) || || || ||
|| || || || || || || [[https://sourceforge.net/projects/mcomix/|MComix]] || (./) || (./) || (./) || || ||
|| || || || || || || [[https://github.com/stolowski/QComicBook|QComicBook]] || (./) || (./) || || || ||
|| || || || || || || [[http://jcoppens.com/soft/cbrpager/index.en.php|cbrPager]] || (./) || (./) || || || ||
|| || || || || || || [[http://comical.sourceforge.net/|Comical]] || || (./) || (./) || (./) || ||
|| || || || || || || [[http://acbf.wikia.com/wiki/ACBF_Viewer|ACBF Viewer]] || || (./) || (./) || || ||
<<BR>>


== Ufficio ==

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Suite Office'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://products.office.com/it-IT|Microsoft Office]] || || || (./) || (./) || || [[http://www.libreoffice.org|LibreOffice]] || (./) || (./) || (./) || (./) || [[Ufficio/LibreOffice|Wiki]] ||
|| [[http://www.ability.com|Ability Office]] || || || (./) || || || [[https://www.calligra.org|Calligra]] || (./) || (./) || || || ||
|| [[http://www.wps.com/|Kingsoft WPS Office]] || || (./) || (./) || (./) || || [[http://www.openoffice.org|OpenOffice.Org]] || (./) || (./) || (./) || (./) || [[Ufficio/OpenOffice.org|Wiki]] ||
|| [[http://www.freeoffice.com/|SoftMaker FreeOffice]] || || (./) || (./) || || || || || || || || ||
|| [[https://www.onlyoffice.com|ONLYOFFICE]] ''Codice sorgente disponibile'' || || (./) || (./) || (./) || || || || || || || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Editor di testi WYSIWYG'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://office.microsoft.com|Microsoft Word]] || || || (./) || (./) || || [[http://www.abisource.com|Abiword]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://www.calligra.org/words|Words]] ''parte di Calligra'' || (./) || (./) || || || ||
|| || || || || || || [[http://www.libreoffice.org|LO Writer]] || (./) || (./) || (./) || (./) || [[Ufficio/LibreOffice|Wiki]] ||
|| || || || || || || [[http://www.openoffice.org|OO Writer]] || (./) || (./) || (./) || (./) || [[Ufficio/OpenOffice.org|Wiki]] ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Editor di testi DTP'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.adobe.com/products/pagemaker/main.html|Adobe PageMaker]] || || || (./) || (./) || || [[http://www.lyx.org/|Lyx]] || (./) || (./) || (./) || (./) || [[Ufficio/Latex#LyX|Wiki]] ||
|| [[http://www.quark.com/en/Products/QuarkXPress/#1|QuarkXPress]] || || || (./) || (./) || || [[http://www.scribus.net/|Scribus]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.stacken.kth.se/project/pptout|Passepartout]] || (./) || (./) || (./) || (./) || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Editor per [[Ufficio/Latex|LaTeX]]'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| || || || || || || [[http://www.xm1math.net/texmaker/|Texmaker]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://www.tug.org/texworks/|TeXworks]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://sourceforge.net/projects/texstudio//|TeXstudio]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://www.lyx.org/|LyX]] || (./) || (./) || (./) || (./) || [[Ufficio/Latex#LyX|Wiki]] ||
|| || || || || || || [[https://wiki.gnome.org/Apps/LaTeXila|LaTeXila]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.gnu.org/software/emacs/emacs.html|Emacs]] || (./) || (./) || (./) || (./) || [[Ufficio/EditorDiTesto/Emacs|Wiki]] ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Editor di testi orientati alla programmazione'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.sublimetext.com/|SublimeText]] || || (./) || (./) || (./) || [[Ufficio/EditorDiTesto/SublimeText|Wiki]] || [[http://www.kde.org/applications/utilities/kwrite|KWrite]] || (./) || (./) || || || ||
||[[http://lighttable.com/|Light Table]] Codice sorgente disponibile|| || (./) || (./) || (./) || || [[http://www.gnu.org/software/emacs/emacs.html|Emacs]] || (./) || (./) || (./) || (./) || [[Ufficio/EditorDiTesto/Emacs|Wiki]] ||
|| || || || || || || [[http://www.vim.org|Vim]] || (./) || (./) || (./) || (./) || [[Ufficio/EditorDiTesto/Vim|Wiki]] ||
|| || || || || || || [[http://kate-editor.org|Kate]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.kdevelop.org|KDevelop]] || (./) || (./) || || || ||
|| || || || || || || [[http://kile.sourceforge.net|Kile]] || (./) || (./) || || || ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Gedit|Gedit]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.nano-editor.org|Nano]] || (./) || (./) || (./) || || [[Ufficio/EditorDiTesto/Nano|Wiki]] ||
|| || || || || || || [[http://www.geany.org|Geany]] || (./) || (./) || (./) || (./) || [[Programmazione/Geany|Wiki]] ||
|| || || || || || || [[https://atom.io/|Atom]] || || (./) || (./) || (./) || ||
|| || || || || || || [[https://launchpad.net/scratch|Scratch]] || || (./) || || || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Fogli di calcolo'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://products.office.com/it-IT|Microsoft Excel]] || || || (./) || (./) || || [[http://www.gnome.org/projects/gnumeric/|Gnumeric]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://www.calligra.org/sheets|Sheets]] ''Parte di Calligra'' || (./) || (./) || || || ||
|| || || || || || || [[http://www.libreoffice.org|LO Calc]] || (./) || (./) || (./) || (./) || [[Ufficio/LibreOffice|Wiki]] ||
|| || || || || || || [[http://www.openoffice.org|OO Calc]] || (./) || (./) || (./) || (./) || [[Ufficio/OpenOffice.org|Wiki]] ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Visualizzatori di documenti'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.adobe.com/it/products/reader.html|Adobe Reader]] || || (./) [[#adbreader|*]] || (./) || (./) || [[Ufficio/AdobeReader|Wiki]] || [[https://wiki.gnome.org/Apps/Evince|Evince]] || (./) || (./) || (./) || (./) || ||
|| [[http://www.foxitsoftware.com/|Foxit]] || || (./) || (./) || || || [[http://www.foolabs.com/xpdf/home.html|Xpdf]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://mupdf.com/|MuPdf]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://launchpad.net/qpdfview|qpdfview]] || (./) || (./) || || || ||
|| || || || || || || [[https://okular.kde.org/|Okular]] || (./) || (./) || (./) || (./) || ||
<<Anchor(adbreader)>>
 * Lo sviluppo di '''Adobe Reader''' per Linux è cessato dopo la versione '''9.5'''. Non è pertanto garantita l'aggiunta di nuove funzionalità, correzione bug ed eventuali falle di sicurezza.
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Editor di Pdf '''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[https://code-industry.net/free-pdf-editor/|Master PDF Editor]] || (./) || (./) || (./) || (./) || || [[http://www.libreoffice.org/| LO Draw]] || (./) || (./) || (./) || (./) || [[Ufficio/LibreOffice|Wiki]] ||
|| || || || || || || [[https://wiki.gnome.org/Apps/PdfMod|PDFMod]] || (./) || (./) || || || ||
|| || || || || || || [[http://pdfbooklet.sourceforge.net/|PdfBooklet]] || || (./) || (./) || || ||
|| || || || || || || [[http://sourceforge.net/projects/pdfshuffler/|PDF-Shuffler]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.pdfsam.org/|PDFsam]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://poppler.freedesktop.org/|Poppler Utils]] || (./) || (./) || || || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''E-book'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.adobe.com/solutions/ebook/digital-editions.html|Adobe Digital Editions]] || || || (./) || (./) || || [[http://calibre-ebook.com/|Calibre]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://fbreader.org/|FBReader]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://coolreader.org/e-index.htm|Cool Reader]] || (./) || (./) || (./) || || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Software Gestionale'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://infinitekind.com/moneydance|Moneydance]] || || (./) || (./) || (./) || || [[http://homebank.free.fr/index.php|HomeBank]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.codelinsoft.it/sito/2013-11-17-17-56-34/fabariagest.html|FabariaGest]] || || (./) || (./) || (./) || ||
<<BR>>

== Programmi scientifici e educazionali ==

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Matlab'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.mathworks.com/|Matlab]] || || (./) || (./) || (./) || || [[http://www.octave.org|Octave]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.scilab.org|Scilab]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://plasma-gate.weizmann.ac.il/Grace|Grace]] || (./) || (./) || || || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Astronomia'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| || || || || || || [[http://www.stellarium.org/|Stellarium]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://celestia.sourceforge.net/|Celestia]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://edu.kde.org/kstars/|KStars]] || (./) || (./) || (./) || (./) || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Software per le lingue'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.avanquest.com/Italia/lingue/traduzione/tutti/Power_Translator_Standard.html?tr1=AQ_ES_BN_ENGLISH|Power Translator]] || || || (./) || || || [[http://www.nongnu.org/libtranslate/gnome-translate/|gnometranslate]] || (./) || (./) || || || ||
||<bgcolor="#f7f7f7" :-12> '''Solo dizionari''' ||
|| [[http://www.free-soft.ro/linux.html|Everest QDictionary]] || || (./) || || || || || || || || || ||
|| [[http://www.free-soft.ro/index-en.html|Everest Dictionary]] || || || (./) || || || || || || || || ||
<<BR>>


== Utilità ==

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Backup'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://windows.microsoft.com/it-IT/windows7/products/features/backup-and-restore|Windows Backup e ripristino]] || || || (./) || || || [[http://www.bacula.org|Bacula]] || (./) || (./) || (./) || (./) || ||
|| [[https://backup.comodo.com/|Comodo Backup]] || || || (./) || || || [[http://sourceforge.net/projects/sbackup/|Simple Backup Suite]] || (./) || (./) || || || ||
|| || || || || || || [[http://backintime.le-web.org/|Back In Time]] || (./) || (./) || || || ||
|| || || || || || || [[https://launchpad.net/deja-dup|Déjà Dup]] || (./) || (./) || || || [[AmministrazioneSistema/BackupDelSistema/DéjàDup|Wiki]] ||
|| || || || || || || [[http://www.teejeetech.in/p/timeshift.html|TimeShift]] || || (./) || || || [[AmministrazioneSistema/BackupDelSistema/Timeshift|Wiki]] ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''File manager'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| File Explorer || || || (./) || || || [[https://wiki.gnome.org/Apps/Nautilus|Nautilus]] || (./) || (./) || || || ||
|| [[http://www.ghisler.com/|Total Commander]] || || || (./) || || || [[http://www.konqueror.org|Konqueror]] || (./) || (./) || || || ||
|| || || || || || || [[http://dolphin.kde.org|Dolphin]] || (./) || (./) || || || ||
|| || || || || || || [[http://docs.xfce.org/xfce/thunar/start|Thunar]] || (./) || (./) || || || ||
|| || || || || || || [[http://obsession.se/gentoo|Gentoo]] || (./) || (./) || || || ||
|| || || || || || || [[http://roland65.free.fr/xfe|Xfe]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.krusader.org|Krusader]] || (./) || (./) || || || ||
|| || || || || || || [[http://wiki.lxde.org/it/PCManFM|PCManFM]] || (./) || (./) || || || ||
|| || || || || || || [[http://rox.sourceforge.net/desktop/ROX-Filer.html|Rox-filer]] || (./) || (./) || || || ||
|| || || || || || || [[http://cinnamon.linuxmint.com/?p=198|Nemo]] || (./) || (./) || || || ||
|| || || || || || || [[http://sunflower-fm.org/|Sunflower]] || || (./) || || || ||
|| || || || || || || [[https://gcmd.github.io/|GNOME Commander]] || (./) || (./) || || || ||
<<BR>>


||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Gestione filesystem'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.partition-manager.com/|Paragon Partition Manager]] || || || (./) || || || [[http://www.gnu.org/software/fdisk|fdisk]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.gnu.org/software/fdisk/|cfdisk]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.gnu.org/software/parted/|parted]] || (./) || (./) || || || ||
|| || || || || || || [[http://gparted.sourceforge.net/|gparted]] || (./) || (./) || || || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Macchine Virtuali'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.microsoft.com/en-us/download/details.aspx?id=3702|Microsoft Virtual PC]] || || || (./) || || || [[http://wiki.qemu.org/Main_Page|QEMU]] || (./) || (./) || (./) || (./) || [[Virtualizzazione/Qemu|Wiki]] ||
|| [[https://www.virtualbox.org/|VirtualBox]] ''Codice sorgente disponibile''|| (./) || (./) || (./) || (./) || [[Virtualizzazione/VirtualBox|Wiki]] || [[http://www.linux-kvm.org/page/Main_Page|KVM]] || (./) || (./) || || || [[Virtualizzazione/Kvm|Wiki]] ||
|| [[http://www.vmware.com/|VMware Player]] || || (./) || (./) || || [[Virtualizzazione/VmwareServer|Wiki]] || [[https://virt-manager.org/|Virtual Machine Manager]] || (./) || (./) || || || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Masterizzazione'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.nero.com/ita/|Nero Burning Rom]] || || (./) [[#nero|*]] || (./) || || || [[http://www.k3b.org/|K3b]] || (./) || (./) || || || [[Multimedia/Masterizzazione/K3b|Wiki]] ||
|| [[https://cdburnerxp.se/|CDBurnerXP]] || || || (./) || || || [[http://goodies.xfce.org/projects/applications/xfburn|Xfburn]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.xcdroast.org/|XCDroast]] || (./) || (./) || || || ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Brasero|Brasero]] || (./) || (./) || || || ||
<<Anchor(nero)>>
 * È disponibile soltanto la vecchia versione [[http://www.nero.com/ita/downloads/previous-versions/download-linux4-update.php|Nero 4 per Linux]].
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''App Store e gestione software'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[https://dev.windows.com/it-it/|Windows Store]] || || || (./) || || || [[https://launchpad.net/software-center|Ubuntu Software Center]] || (./) || (./) || || || [[AmministrazioneSistema/InstallareProgrammi/UbuntuSoftwareCenter|Wiki]] ||
|| [[http://www.apple.com/osx/apps/app-store/|Mac App Store]] || || || || (./) || || [[http://www.nongnu.org/synaptic|Synaptic]] || (./) || (./) || || || [[AmministrazioneSistema/InstallareProgrammi/GestorePacchetti|Wiki]] ||
|| || || || || || || [[https://launchpad.net/gdebi|GDebi]] || (./) || (./) || || || [[AmministrazioneSistema/InstallareProgrammi/Gdebi|Wiki]] ||
|| || || || || || || [[https://wiki.debian.org/Apt|Apt]] || (./) || (./) || || || [[AmministrazioneSistema/InstallareProgrammi/Apt|Wiki]] ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Software|Ubuntu Software]] || (./) || (./) || || || [[AmministrazioneSistema/InstallareProgrammi/UbuntuSoftware|Wiki]] ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Personalizzazione del sistema'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| || || || || || || [[https://launchpad.net/unity-tweak-tool|Unity Tweak Tool]] || (./) || (./) || || || ||
|| || || || || || || [[https://wiki.gnome.org/Apps/GnomeTweakTool|GNOME Tweak Tool]] || (./) || (./) || || || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Pulizia del sistema'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.partition-manager.com/|CCleaner]] || || || (./) || || || [[http://bleachbit.sourceforge.net/|Bleachbit]] || (./) || (./) || (./) || || [[AmministrazioneSistema/BleachBit|Wiki]] ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Mappe e visualizzatori 3D del pianeta'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.google.com/earth/|Google Earth]] || (./) || (./) || (./) || (./) || [[InternetRete/Navigazione/GoogleEarth|Wiki]] || [[https://marble.kde.org|Marble]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[https://wiki.gnome.org/Apps/Maps|Gnome Maps]] || (./) || (./) || || || ||
<<BR>>

== Sicurezza ==

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Firewall'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://www.agnitum.com/outpost-firewall-pro.php|OutPost]] || || || (./) || || || [[http://www.netfilter.org/|iptables]] || (./) || (./) || || || [[Sicurezza/Iptables|Wiki]] ||
|| [[http://www.zonealarm.com/|ZoneAlarm]] || || || (./) || || || [[http://www.simonzone.com/software/guarddog/|Guarddog]] || (./) || (./) || || || ||
|| [[https://www.comodo.com/|Comodo]] || || || (./) || || || [[http://www.kmyfirewall.org/|kmyfirewall]] || (./) || (./) || || || ||
|| || || || || || || [[http://www.fs-security.com/|Firestarter]] || (./) || (./) || || || [[Sicurezza/Firestarter|Wiki]] ||
|| || || || || || || [[http://www.shorewall.net/|Shorewall]] || (./) || (./) || || || ||
|| || || || || || || [[https://launchpad.net/ufw|Uwf]] || (./) || (./) || || || [[Sicurezza/Ufw|Wiki]] ||
|| || || || || || || [[http://gufw.org/|Gufw]] || (./) || (./) || || || [[Sicurezza/Gufw|Wiki]] ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Antivirus'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[https://www.comodo.com/|Comodo]] || || (./) || (./) || (./) || || [[http://www.clamav.net/index.html|ClamAV]] || (./) || (./) || (./) || (./) || [[Sicurezza/Clamav|Wiki]] ||
|| [[http://www.avg.com|AVG]] || || (./) || (./) || (./) || || || || || || || ||
|| [[http://www.bitdefender.it|Bitdefender]] || || (./) || (./) || (./) || || || || || || || ||
|| [[https://www.avast.com|Avast]] || || (./) || (./) || (./) || || || || || || || ||
<<BR>>

== Videogiochi ==

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Piattaforme di distribuzione'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[http://store.steampowered.com|Steam]] || (./) || (./) || (./) || (./) || [[Giochi/Steam|Wiki]] || || || || || || ||
|| [[http://www.desura.com/|Desura]] ''Codice sorgente disponibile'' || || (./) || (./) || (./) || [[Giochi/Desura|Wiki]] || || || || || || ||
|| [[https://lutris.net/|Lutris]] ''Codice sorgente disponibile'' || || (./) || (./) || (./) || [[Giochi/Lutris|Wiki]] || || || || || || ||
<<BR>>

||<tablewidth="100%; text-align:center;" #cccccc:-12> '''Emulatori di Pc e console'''||
||<rowbgcolor="#E6E4E2" 25%> '''Codice sorgente chiuso'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||<25%> '''Software libero'''||{{attachment:Ubuntu.png}}||{{attachment:Linux.gif}}||{{attachment:Windows.png}}||{{attachment:Macosx.png}}||{{attachment:wiki.png}}||
|| [[https://gametreedeveloper.com/|Cedega]] || || (./) || || || [[Virtualizzazione/Cedega|Wiki]] || [[https://www.playonlinux.com|PlayOnLinux]] || (./) || (./) || (./) || (./) || [[Virtualizzazione/PlayOnLinux|Wiki]] ||
|| || || || || || || [[http://pcsxr.codeplex.com/|PCSX]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://pcsx2.net/|PCSX2]] || || (./) || (./) || (./) || ||
|| || || || || || || [[http://mamedev.org/index.php|MAME]] || (./) || (./) || (./) || (./) || [[Giochi/Mame|Wiki]] ||
|| || || || || || || [[http://ngemu.com/|Visual Boy Advance]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://nestopia.sourceforge.net/|Nestopia]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://desmume.org/|DeSmuME]] || (./) || (./) || (./) || (./) || ||
|| || || || || || || [[http://www.dolphin-emulator.com/|Dolphin Emulator]] || (./) || (./) || (./) || (./) || [[Giochi/Dolphin|Wiki]] ||
----
Linea 611: Linea 143:
##CategoryVirtualizzazione


Attenzione! Questa è una Pagina di prova. Le informazioni riportate potrebbero essere incomplete, errate e potenzialmente pericolose. Per contribuire alla realizzazione di questa pagina consultare la discussione di riferimento.

Guida verificata con Ubuntu: 22.04

Problemi in questa pagina? Segnalali in questa discussione

Introduzione

In questa pagina viene spiegato come risolvere i problemi più comuni riscontrati durante l'utilizzo di VirtualBox.

Risoluzione video troppo bassa

Avviando un'immagine .iso su una macchina virtuale, potrebbe capitare che la risoluzione video sia molto bassa, a tal punto da rendere difficile o impossibile installare il sistema operativo.

In alcuni casi è possibile risolvere avviando l'immagine in modalità Uefi:

  1. Selezionare la macchina nel pannello si sinistra, quindi fare clic su Impostazioni.

  2. Nel pannello laterale fare clic su Sistema.

  3. Nella tab Scheda madre selezionare Abilita EFI (solo alcuni sistemi operativi).

  4. Fare clic sul tasto OK.

USB non utilizzabile

È possibile che venga visualizzato entrando nel menù delle impostazioni il messaggio di errore:

Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer.

Per poter utilizzare le porte USB è sufficiente:

  1. Aprire il file /etc/init.d/mountdevsubfs.sh con un editor di testo con i privilegi di amministrazione e rimuovere i «#», come nel seguente esempio:

            mkdir -p /dev/bus/usb/.usbfs
            domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
            ln -s .usbfs/devices /dev/bus/usb/devices
            mount --rbind /dev/bus/usb /proc/bus/usb[
  2. Aprire il file /etc/fstab con un editor di testo con i privilegi di amministrazione e aggiungere in fondo la seguente riga:

    none /proc/bus/usb usbfs devgid=1000,devmode=664 0 0

Una volta salvato il file, rimontare tutte le partizioni. Digitare in un terminale il comando:

sudo mount -a

Se ciò non dovesse apportare nessuna modifica sarà necessario riavviare il computer.

Messaggi di errore

PANIC: CPU too old for this kernel

  1. Selezionare la macchina nel pannello si sinistra, quindi fare clic su Impostazioni.

  2. Nel pannello laterale fare clic su Sistema.

  3. Nella tab Processore selezionare Abilita PAE/NX.

  4. Fare clic sul tasto OK.

Se una volta avviata la macchina virtuale compare questo errore, andare nelle impostazioni della macchina virtuale, scegliere Generale -> Avanzate e abilitare l'opzione «».

Unable to boot - please use a kernel appropriate for your CPU

Seguire le stesse indicazioni dei questo paragrafo.

VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED).

L'errore indica che la virtualizzazione è disabilitata nel BIOS.

  1. Assicurarsi di aver selezionato l'opzione descritta in questo paragrafo e che la virtualizzazione sia supportata dal proprio computer (consultare questo paragrafo e/o la manualistica relativa al proprio hardware.

  2. Entrare nel BIOS e abilitare la virtualizzazione. La relativa voce dovrebbe essere indicata come «VT-d», «AMD-V», «Intel Virtualization Technology» o con altri nomi. Se necessario consultare la manualistica della propria scheda madre.

Could not load the settings file '/home/user/.config/VirtualBox/VirtualBox.xml' (VERR_OPEN_FAILED).

Reinstallando il programma è possibile che ci siano di problemi con il file VirtualBox.xml, contenente la configurazione delle macchine virtuali. Dopo aver reinstallato il programma è possibile che al primo avvio venga restituito un messaggio di errore simile al seguente:

Could not load the settings file '/home/user/.config/VirtualBox/VirtualBox.xml' (VERR_OPEN_FAILED).
FATAL ERROR: Attribute 'LogHistoryCount' is not declared for element 'SystemProperties'
Location: '/home/user/.VirtualBox/VirtualBox.xml', line 22, column 159.

Per ovviare al problema è sufficiente cancellare tale file. Digitare nel terminale il seguente comando:

rm ~/.config/VirtualBox/VirtualBox.xml

Kernel driver not installed (rc=-1908)

All'avvio di una macchina virtuale, è possibile venga che visualizzato il seguente messaggio di errore:

Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing
'/sbin/vboxconfig'
as root.
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.

Questo problema potrebbe essere causato da un aggiornamento del kernel, che tuttavia non è supportato da programma.
Se in uso la versione di VirtualBox dai repository di Ubuntu, provvedere alla completa disinstallazione e installare una versione più recente del programma dai repository di Oracle.

Qualora il problema non fosse ancora risolto, seguire le istruzioni successive.

  1. Installare il pacchetto dkms.

  2. Digitare nel terminale il comando:

    sudo /sbin/vboxconfig
  3. Se nell'output del comando viene suggerito di installare ulteriori pacchetti (solitamente linux-headers-generic e linux-headers-numero_versione-generic), procedere con la loro installazione.

  4. Ridare quindi il comando indicato nel passaggio 2.
  5. Riavviare il sistema.

Se la procedura è andata a buon fine la macchina virtuale si avvierà regolarmente. Inoltre lo strumento dkms provvederà a compilare i moduli del kernel relativi a VirtualBox nei futuri aggiornamenti, prevenendo così il mancato avvio della macchina virtuale dovuto a questo problema.

Ulteriori risorse


CategoryHomepage