Tabella Software: differenze tra le versioni

m
rimosso link a guida obsoleta
mNessun oggetto della modifica
m (rimosso link a guida obsoleta)
 
(454 versioni intermedie di 37 utenti non mostrate)
Riga 1: Riga 1:
== INSTALLAZIONE QEMU + KQEMU PER DEBIAN / UBUNTU ==
{{Box|TABELLA SOFTWARE IN FASE DI REVISIONE|la seguente tabella è in fase di modifica e contiene alcuni errori e inesattezze}}


1. Assicuratevi di aver installato i pacchetti necessari a compilare il tutto:
Questa tabella cerca di riassumere le alternative libere a diffusi programmi proprietari, a prescindere dal sistema operativo sul quale essi girano.<br />
* '''gcc-3.3''' oppure '''gcc-3.4''' (qemu non � ancora compilabile col gcc 4.0)
Le applicazioni includono tutte un'interfaccia grafica (GUI), per l'utilizzo di programmi con un'interfaccia ncurses e o testuale pura si rimanda all'[[Elenco programmi senza interfaccia grafica]].
* '''libsdl1.2-dev'''
* '''zlib1g-dev'''
* '''make'''
* '''kernel-headers-'''''versione_del_kernel_in_uso'' (oppure '''linux-headers-'''''versione_del_kernel_in_uso'' se avete una Ubuntu od usate una Debian unstable con un kernel recente). La versione pu� essere individuata eseguendo il comando <code>uname -r</code>.


2. Scaricate da [http://fabrice.bellard.free.fr/qemu/download.html http://fabrice.bellard.free.fr/qemu/download.html] gli archivi dei codici sorgenti di QEMU e di KQEMU, e scompattateli in modo che la directory di kqemu venga estratta all'interno della directory di qemu. Impostate i diritti con <code>chmod -R 775</code> a tutto l'albero quemu/kquemu e quindi entrate nella directory dei sorgenti.
Vale la pena di notare che moltissimi programmi liberi che funzionano su Linux possono funzionare, previa ricompilazione, su MacOSX (che è un sistema UNIX, proprio come Linux) e anche su Windows usando [http://www.cygwin.com Cygwin] (che riproduce un sistema UNIX), e che spesso è anche possibile trovarli in internet già ricompilati.


Esempio:
Per rendere la pagina di una qualche utilità è necessario il contributo di molte persone, quindi tutti sono invitati a partecipare inserendo link a nuove applicazioni oppure scrivendo una breve pagina riassuntiva dedicata ad un particolare programma libero.
<pre>
rob@klingon:/home/rob# tar zxvf qemu-0.7.2.tar.gz
rob@klingon:/home/rob# tar zxvf kqemu-0.7.2.tar.gz -C qemu-0.7.2
rob@klingon:/home/rob# chmod -R 775  qemu-0.7.2
rob@klingon:/home/rob# cd qemu-0.7.2</pre>


3. Configurate l'ambiente di compilazione avviando lo script <code>./configure</code>.
Inizialmente la priorità sarà popolare la tabella, quindi metteremo semplicemente un link alla homepage dei progetti liberi. Si potrà poi affiancare al link della homepage un link '''scheda''' che punta all'eventuale pagina del wiki dedicata a quel programma.
Verificate che sia tutto ok e che il supporto kqemu sia attivato, in modo che venga compilato
il modulo corretto per il vostro kernel. Poi compilate il tutto ed installate.


Esempio:
Per ogni proposta, suggerimento o critica usate la pagina di discussione o postate sul [http://forum.debianizzati.org/ forum].
<pre>
rob@klingon:/home/rob/qemu-0.7.2# ./configure --cc=gcc-3.3
rob@klingon:/home/rob/qemu-0.7.2# make</pre>


Se dopo aver avviato <code>make</code> ci sono errori di compilazione, ci si pu� limitare a compilare il solo modulo di emulazione x86, aggiungendo l'opzione <code>--target-list=i386-softmmu</code> al comando <code>./configure</code>.
== Tabella software ==
<pre>
{| class="wikitable" style="width:100%"
rob@klingon:/home/rob/qemu-0.7.2# make clean
| style="width:20%; text-align:center; background-color:#cedff2;"| '''Descrizione'''
rob@klingon:/home/rob/qemu-0.7.2# ./configure --cc=gcc-3.3 --target-list=i386-softmmu
| style="text-align:center; background-color:#cedff2;" | '''Closed Source'''
rob@klingon:/home/rob/qemu-0.7.2# make</pre>
| style="text-align:center; background-color:#cedff2;" | '''Free Software'''


Se non ci sono errori, ora potete installare qemu.
|-
| colspan="3" style="text-align:center; background-color:#EFEFEF;" |
=== Educativi-istruzione ===
|-


<pre>
| style="font-size: 90%; text-align:center;" |
rob@klingon:/home/rob/qemu-0.7.2# make install</pre>
==== Apprendimento utilizzo tastiera ====
|
[http://www.rapidtyping.com/typing-tutor.html/ RapidTyping] {{windows}}


A questo punto qemu � installato in <code>/usr/local/bin/qemu</code>, ed il modulo kqemu si trova in <code>/lib/modules/''versione_del_kernel''/misc/kqemu.ko</code>.
[http://www.tutoredattilo.it/index.html/ TutoreDattilo] {{windows}}
|
[http://klavaro.sourceforge.net/ Klavaro] {{linux}} {{deb|klavaro}} {{freebsd}} {{windows}}


4. Prima di eseguire qemu va caricato il modulo del kernel <code>kqemu</code>, va eventualmente creato <code>/dev/kqemu</code> (usato per interagire col kernel) e gli vanno dati permessi adeguati.
[http://edu.kde.org/applications/all/ktouch KTouch] {{linux}} {{deb|ktouch}} {{freebsd}} (KDE)


Esempio di procedura manuale (per chi '''non ha''' installato il pacchetto udev):'''
[http://tux4kids.alioth.debian.org/tuxtype/index.php TuxType] {{linux}} {{deb|tuxtype}} {{freebsd}} {{windows}} {{mac}}
<pre>
|-
# Queste due operazioni sono da fare una volta sola:
rob@klingon:/home/rob/qemu-0.7.2# mknod /dev/kqemu c 250 0
rob@klingon:/home/rob/qemu-0.7.2# chmod 666 /dev/kqemu


# Questa operazione va eseguita ad ogni avvio del sistema
| style="font-size: 90%; text-align:center;" |
rob@klingon:/home/rob/qemu-0.7.2# modprobe kqemu</pre>
==== Attività didattiche per bambini ====
|
[http://www.wartoft.se/software/sebran/ Sebrian ABC] {{windows}}
|
[http://www.childsplay.mobi/ Childsplay] {{linux}} {{deb|childsplay}} {{freebsd}} {{windows}} {{mac}}


Esempio di procedura manuale (per chi '''ha''' installato il pacchetto udev):
[http://gcompris.net/ GCompris] {{linux}} {{deb|gcompris}} {{freebsd}} {{windows}} {{mac}}
<pre>
# Queste due operazioni vanno eseguite ad ogni avvio del sistema
rob@klingon:/home/rob/qemu-0.7.2# modprobe kqemu major=0
rob@klingon:/home/rob/qemu-0.7.2# chmod 666 /dev/kqemu</pre>


Per far eseguire '''automaticamente''' queste operazioni ad ogni avvio del sistema (consigliato):
[http://omnitux.sourceforge.net/ Omnitux] {{linux}} {{udeb|http://sourceforge.net/projects/omnitux/files/omnitux/}} {{windows}}
* modificate il file <code>/etc/modules</code> aggiungendo la riga <code>kqemu</code>, in modo che il modulo venga automaticamente caricato al boot.
* create il file <code>/etc/modprobe.d/kqemu</code> contenente le seguenti righe:
** per chi '''non ha''' installato il pacchetto udev:
<pre>
install kqemu /sbin/modprobe --ignore-install kqemu \
&& (test -c /dev/kqemu || mknod /dev/keqmu c 250 0) \
&& chmod 666 /dev/kqemu</pre>
:* per chi '''ha''' installato il pacchetto udev:
<pre>
options kqemu major=0
install kqemu /sbin/modprobe --ignore-install kqemu && chmod 666 /dev/kqemu</pre>


Una volta caricato il modulo siamo pronti per eseguire il nuovo qemu.
[http://www.pysycache.org/ Pysycache] {{linux}} {{deb|pysycache}} {{freebsd}} {{mac}} {{windows}}


5. (facoltativo) Creazione di un file immagine per il disco (facoltativo)
[http://wiki.ooo4kids.org/index.php/Main_Page OOo4Kids] {{linux}} {{udeb|http://educoo.org/TelechargerOOo4Kids.php}} {{windows}} {{mac}}


<pre>
[http://tux4kids.alioth.debian.org/tuxmath/index.php TuxMath] {{linux}} {{deb|tuxmath}} {{freebsd}} {{windows}} {{mac}}
rob@klingon:/home/rob#qemu-img create hd.img 3500M
|-
</pre>


6. Eseguiamo qemu:
| style="font-size: 90%; text-align:center;" |
(cambiare il boot per fare l'installazione da cd etc..)
==== Astronomia ====
|


<pre>
|
rob@klingon# qemu -boot c -cdrom /dev/cdrom -hda /home/rob/hd.img -user-net -pci -m 256 -k it -localtime
[http://celestia.sourceforge.net/ Celestia] {{linux}} {{deb|celestia}} {{freebsd}} {{windows}} {{mac}}
</pre>


Le principali opzioni di qemu sono:
[https://github.com/paumard/yorick-cubeview CubeView] {{linux}} {{deb|cubeview}}


* '''-m ''megabyte'' ''' --> memoria per l'emulatore = 256MB
[http://gpredict.oz9aec.net/index.php Gpredict] {{linux}} {{deb|gpredict}} {{freebsd}} {{windows}} {{mac}}
* '''-k it''' --> tastiera italiana
* '''-localtime''' --> usa ora locale (default UTC)
* '''-pci''' --> emula scheda di rete rtl8029 PCI
* '''-boot c''' --> avvia dal dico rigido emulato (usare '''-boot d''' per il boot dal cdrom emulato)
* '''-user-net''' --> Il sistema GUEST deve essere configurato in DHCP. Qemu assegna un indirizzo dinamico "10.0.2.15" al SO guest, il quale sar� in grado di pingare solo il suo GW che � "10.0.2.2". Per testare la rete quindi avviare le applicazioni di rete, visto che il ping ''host'' non funziona.


=== Qemu Networking ===
Planets {{linux}} {{deb|planets}} {{freebsd}} {{windows}}


Con la soluzione indicata qui sopra, il sistema Guest riesce a navigare in Internet, ma non riesce ad accedere alle risorse del proprio host. La maniera pi� facile per configurare qemu in modo che possa fare entrambe le cose, � quella di installare vde e usare tun/tap con un bridge.
[http://www.ap-i.net/skychart/start SkyChart/Cartes du Ciel] {{linux}} {{udeb|http://www.ap-i.net/skychart/it/download}} {{freebsd}} {{windows}} {{mac}}


Prima di iniziare, dovete verificare che il vostro kernel supporti i seguenti moduli:
[http://www.stellarium.org/ Stellarium] {{linux}} {{deb|stellarium}} {{freebsd}} {{windows}} {{mac}}
  tun: "Network device support" -> "Universal TUN/TAP device driver support"
|-
  IP masquerade: "Networking options" -> "IP: Netfilter Configuration"
  bridging: "Networking options" -> "802.1d Ethernet Bridging"


e dovete installare il pacchetto bridge-utils:
| style="font-size: 90%; text-align:center;" |
<pre>
==== Chimica ====
apt-get install bridge-utils
|
</pre>
[http://chemtoolbox.free.fr/uk/index.php ChemToolBox] {{windows}}


[http://vde.sourceforge.net Vde] sta per Virtual Distributed Ethernet ed � un programma open source che vi permette di creare un network virtuale. Noi lo utilizzeremo per far fare in modo che il sistema Guest veda se stesso come un'unit� distinta dal sistema host e possa colloquiare con questi.
[http://yoshinograph.jpn.org/fw/ FormulaWeight2012] {{windows}}


Per quel che ne so io, non esiste (ancora) un pacchetto deb gi� pronto per l'uso, ma per installare vde sono sufficenti poche righe:
[http://www.crystalmountainsoftware.com/index.html pElement] {{windows}}
<pre>
|
wget http://puzzle.dl.sourceforge.net/sourceforge/vde/vde-1.5.9.tar.gz
[http://avogadro.cc/wiki/Main_Page Avogadro] {{linux}} {{deb|avogadro}} {{freebsd}} {{windows}} {{mac}}
tar -xvzf vde-1.5.9.tar.gz
cd vde-1.5.9
./configure
make
make install
</pre>


Una volta fatto questo, siete pronti per configurare tun e il bridge:
[http://www.ballview.org/ BALLView] {{linux}} {{deb|ballview}} {{windows}} {{mac}}


<pre>
[http://gna.org/projects/bist/ Bist] {{linux}} {{deb|bist}}
vde_switch -tap tun0 -daemon
chmod 777 /tmp/vde.ctl


ifconfig eth0 down
[http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ Chemtool] {{linux}} {{deb|chemtool}} {{freebsd}} {{mac}}
brctl addbr br0
ifconfig eth0 0.0.0.0 promisc up
ifconfig tun0 0.0.0.0 promisc up
#l'IP qui sotto � quello del computer host; modificatelo per adeguarlo alle vs esigenze
ifconfig br0 192.168.0.200 netmask 255.255.255.0 broadcast 192.168.0.255 up


brctl stp br0 off
[http://easychem.sourceforge.net/ EasyChem] {{linux}} {{deb|easychem}} {{mac}}
brctl setfd br0 1
brctl sethello br0 1
brctl addif br0 eth0
brctl addif br0 tun0
#questo invece � l'indirizzo IP del gateway
route add default gw 192.168.0.1
</pre>


NB: Una volta verificato che tutto funziona, queste istruzioni vanno inserite in uno script in modo da essere eseguite automaticamente all'accensione del computer
[http://www.nongnu.org/gchemutils/index.html Suite Gnome Chemistry Utils] {{linux}} {{deb|gcu-bin}} {{freebsd}}
qui ne trovate uno piuttosto grezzo: [http://www.itaca.coopsoc.it/download/sources/vde_qemu vde_qemu], che va salvato in /etc/init.d. Dopodich�: <pre>chmod u+x /etc/init.d/vde_qemu
update-rc.d -n vde_qemu defaults 90</pre>


<u>Programmi della suite disponibili singolarmente in alcune distribuzioni:</u><br />
[http://www.nongnu.org/gchemutils/gchempaint.html GChemPaint] {{linux}} {{deb|gchempaint}}


Ora tutto � pronto per lanciare qemu, con l'ultima avvertenza che dovete usare l'apposito wrapper vdeqemu:
[http://www.nongnu.org/gchemutils/index.html GCrystal] {{linux}} {{deb|gcrystal}}
<pre>
<hr>
vdeqemu -hda disk.img -localtime
[http://directory.fsf.org/wiki/GElemental GElemental] {{linux}} {{deb|gelemental}}
</pre>


Potete utilizzare tutte le opzioni di qemu, fuorch� -user-net, che disattiverebbe tun.
[http://bioinformatics.org/ghemical/ghemical/ Ghemical] {{linux}} {{deb|ghemical}} {{freebsd}}


Ora il sistema guest dovrebbe accedere a tutte le porte del sistema host, in maniera totalmente trasparente: da risorse di rete dovreste vedere il vostro server samba con le sue partizioni; dal browser dovreste accedere alle pagine del vostro server web, etc. etc.
[http://www.frantz.fi/software/gperiodic.php GPeriodic] {{linux}} {{deb|gperiodic}} {{freebsd}}


=== PATCH PER WINDOWS ===
[http://edu.kde.org/applications/all/kalzium Kalzium] {{linux}} {{deb|kalzium}}(incluso in kdeedu) {{freebsd}}


Per quanto riguarda l'utilizzo della CPU, a quanto pare
[http://openbabel.org/wiki/Main_Page OpenBabel] {{linux}} {{deb|openbabel}} {{freebsd}} {{windows}} {{mac}}
Windows 9x non fa un uso corretto della istruzione CPU HLT e
quindi spara la cpu a 100% quando � in idle (non fa nulla) e
invece la usa regolarmente quando � sotto "sforzo", paradossalmente
infatti, se viene utilizzata la cpu di qemu l'utilizzo di
cpu si abbassa su linux in proporzione.


la patch puo' essere scaricata qui, va installata sul Win9x GUEST.
[http://xdrawchem.sourceforge.net/ Xdrawchem] {{linux}} {{deb|xdrawchem}}
|-


[http://klingon.homelinux.net/files/amnhltm.zip http://klingon.homelinux.net/files/amnhltm.zip]
| style="font-size: 90%; text-align:center;" |
==== Disegno ====
|


|
[http://www.tuxpaint.org/ TuxPaint] {{linux}} {{deb|tuxpaint}} {{freebsd}} {{windows}} {{mac}} {{wiki|Tuxpaint}}
|-
| style="font-size: 90%; text-align:center;" |
==== Dizionari e traduttori ====
|


Link utili (in inglese):
|
[http://www.stardict.org/ StarDict] {{linux}} {{deb|stardict}} {{freebsd}} {{windows}} {{mac}}


*[http://ubuntuforums.org/showthread.php?t=39513 http://ubuntuforums.org/showthread.php?t=39513]
[http://www.omegat.org/ OmegaT] {{linux}} {{deb|omegat}} {{freebsd}} {{windows}} {{mac}}
*[http://fabrice.bellard.free.fr/qemu/index.html http://fabrice.bellard.free.fr/qemu/index.html]
|-
*[http://fabrice.bellard.free.fr/qemu/qemu-doc.html http://fabrice.bellard.free.fr/qemu/qemu-doc.html]
*[http://www.debian-administration.org/?article=40 http://www.debian-administration.org/?article=40]
*[http://oui.com.br/n/content.php?article.21 http://oui.com.br/n/content.php?article.21]
*[http://www.carlsonhome.net/computer_help_log.php http://www.carlsonhome.net/computer_help_log.php]


--
| style="font-size: 90%; text-align:center;" |
[[Utente:Themonkey|Themonkey]] 20:31, Ago 19, 2005 (EDT)
==== Matematica ====
The_monk_ey ( skype: the_monk_ey )
|
 
|
[http://cadabra.phi-sci.com/ Cadabra] {{deb|cadabra}} {{linux}} {{mac}}
 
[http://fraqtive.mimec.org/ Fraqtive] {{linux}} {{deb|fraqtive}} {{freebsd}} {{windows}} {{mac}}
 
[http://extcalc-linux.sourceforge.net/ Extcalc] {{linux}} {{udeb|http://sourceforge.net/projects/extcalc-linux/files/extcalc-linux/}}
 
[http://www.geogebra.org/cms/ GeoGebra] {{linux}} {{deb|geogebra}} {{freebsd}} {{windows}} {{mac}}
 
[http://geonext.uni-bayreuth.de/ GeoNext] {{linux}} {{freebsd}} {{windows}} {{mac}}
 
[http://edu.kde.org/applications/mathematics Kde-edu matematica] vari programmi per la matematica {{linux}} {{deb|kdeedu}} {{freebsd}} {{windows}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Notazione musicale ====
|
[http://www.fortenotation.com/en/ Forte Notation] {{windows}}
 
[http://www.finalemusic.com/finale/default.aspx Finale] {{mac}} {{windows}}
|
[http://www.denemo.org/ Denemo] (interfaccia a LilyPond) {{linux}} {{deb|denemo}} {{freebsd}} {{windows}} {{mac}}
 
[http://www.solfege.org/ GNU Solfege] {{linux}} {{deb|solfege}} {{windows}}
 
[http://musescore.org/ MuseScore] {{linux}} {{deb|musescore}} {{freebsd}} {{windows}} {{mac}}
 
[http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml NtEd] (successore di NoteEdit) {{linux}} {{deb|nted}}
 
[http://www.mindmatter.it/scoredate/index_it.html ScoreDate] {{linux}} {{windows}} {{mac}}
|-
 
| colspan="3" style="text-align:center; background-color:#EFEFEF" |
=== Network ===
|-
| style="font-size: 90%; text-align:center;" |
==== Browser Web ====
|
[http://www.google.com/chrome/ Chrome] {{windows}} {{mac}} {{linux}} {{udeb|http://www.google.com/chrome/}}
 
[http://windows.microsoft.com/en-us/internet-explorer/browser-ie Internet Explorer] {{windows}}
 
[http://www.opera.com Opera] {{windows}} {{mac}} {{linux}} {{udeb|http://www.opera.com/download/linux/}} {{wiki|Installare_il_browser_Opera}}
 
[http://www.apple.com/safari/ Safari] {{mac}} {{windows}}
|
[http://www.chromium.org/ Chromium] {{linux}} {{deb|chromium}} {{freebsd}} {{windows}} {{mac}}
 
[https://wiki.gnome.org/Apps/Web Epiphany] {{linux}} {{deb|epiphany-browser}} {{freebsd}}
 
[http://www.mozilla.org/firefox/ Firefox] {{linux}} {{freebsd}} {{deb|iceweasel}} (Iceweasel) {{windows}} {{mac}}{{wiki|Migliorare l'aspetto dei font}}
 
[http://konqueror.kde.org/ Konqueror] {{linux}} {{deb|konqueror}} {{freebsd}}
 
[http://midori-browser.org/ Midori] {{linux}} {{deb|midori}} {{freebsd}} {{windows}} {{mac}}
 
[http://www.seamonkey-project.org/ Seamonkey (Suite)] {{linux}} {{freebsd}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Client e-mail ====
|
[http://office.microsoft.com/it-it/ Outlook] {{windows}}
 
[http://www.pmail.com/ Pegasus Mail] {{windows}}
 
[http://www.ritlabs.com/en/products/thebat/ The Bat] {{windows}}
|
[http://www.claws-mail.org/ Claws Mail] {{linux}} {{deb|claws-mail}} {{freebsd}} {{windows}} {{mac}}
 
[http://projects.gnome.org/evolution/ Evolution] {{linux}} {{freebsd}} {{deb|evolution}} {{wiki|Antispam_in_Evolution_con_Bogofilter}}
 
[http://www.mozilla.org/projects/thunderbird/ Thunderbird] {{linux}} {{freebsd}} {{windows}} {{mac}} {{deb|icedove}}(Icedove) {{wiki|Mail_criptate_e/o_firmate_con_standard_OpenPGP_usando_Icedove/Thunderbird_ed_Enigmail|Associare_a_Icedove/Thunderbird_il_browser_preferito}}
 
[http://www.kde.org/applications/internet/kmail/ Kmail] {{linux}} {{deb|kmail}}
 
[http://sylpheed.sraoss.jp/en/ Sylpheed ] {{linux}} {{deb|sylpheed }} {{freebsd}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== IRC ====
{{wiki|Configurare_un_client_IRC_per_collegarsi_al_canale_debianizzati}}
|
[http://www.hydrairc.com/ HydraIRC] {{windows}}
 
[http://www.mirc.com/ Mirc] {{windows}}
|
[http://hexchat.github.io/ HexChat] {{linux}} {{deb|hexchat}} {{freebsd}} {{windows}} {{mac}}
 
[http://konversation.kde.org/ Konversation] {{linux}} {{deb|konversation}} {{freebsd}}
 
[http://www.kvirc.net/ Kvirc] {{linux}} {{deb|KVIrc}} {{freebsd}} {{windows}} {{mac}}
 
[http://quassel.eu/ Quassel] {{linux}} {{deb|quassel}} {{freebsd}} {{windows}} {{mac}}
 
[http://xchat.org/ Xchat] {{linux}} {{deb|xchat}} {{freebsd}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Firewall ====
|
[http://www.agnitum.com/products/outpost/index.php OutPost] {{windows}}
 
[http://www.zonealarm.com/ ZoneAlarm] {{windows}}
|
<u>Interfacce per iptables:</u>
 
Firestarter {{linux}} {{deb|firestarter}} (sviluppo fermo)
 
[http://www.fwbuilder.org/ FirewallBuilder] {{linux}} {{deb|fwbuilder}} {{freebsd}} {{windows}} {{mac}}
----
[http://gufw.org/ Gufw] interfaccia grafica per ufw {{linux}} {{deb|gufw}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Client FTP ====
|
[http://www.cuteftp.com/ CuteFTP] {{windows}}
|
[http://bareftp.org/ bareFTP] {{linux}} {{deb|bareftp}} {{freebsd}}
 
[http://filezilla-project.org/ Filezilla] {{linux}} {{deb|filezilla}} {{freebsd}} {{windows}} {{mac}}
 
[http://gftp.seul.org/ gftp] {{linux}} {{deb|gftp}} {{freebsd}} {{mac}}
 
[http://www.kde.org/applications/internet/kftpgrabber/ kftpgrabber] {{linux}} {{deb|kftpgrabber}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Feed aggregator ====
|
 
|
[http://userbase.kde.org/Akregator/it Akregator] {{deb|akregator}} {{linux}}
 
[http://lzone.de/liferea/ Liferea] {{deb|liferea}} {{linux}} {{freebsd}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Instant messaging ====
|
[http://www.icq.com/ Icq] {{windows}} {{mac}}
|
[http://adium.im/ Adium] {{mac}}
 
[http://www.amsn-project.net/ Amsn] {{linux}} {{deb|amsn}} {{windows}} {{mac}}
 
[http://blog.emesene.org/ Emesene] {{linux}} {{deb|emesene}} {{freebsd}} {{windows}} {{mac}} (sviluppo fermo)
 
[http://kopete.kde.org/ Kopete] {{linux}} {{deb|kopete}} {{freebsd}} {{mac}}
 
[http://www.miranda-im.org/ Miranda NG] {{windows}}
 
[http://www.pidgin.im/ Pidgin] {{linux}} {{deb|pidgin}} {{freebsd}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Newsreader ====
|
 
|
[http://mpgravity.sourceforge.net/ Gravity] {{windows}}
 
[https://www.kde.org/applications/internet/knode/ KNode] {{linux}} {{deb|knode}}
 
[http://pan.rebelbase.com/ Pan] {{linux}} {{deb|pan}} {{freebsd}} {{windows}} {{mac}}
 
[http://xpn.altervista.org/index.html XPN] {{linux}} {{deb|xpn}} {{freebsd}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== VoIP ====
|
[http://www.skype.com/ Skype] {{linux}} {{udeb|http://www.skype.com/download-skype/}} {{freebsd}} {{windows}} {{mac}} {{wiki|Installare_Skype_su_Debian}}
 
[http://www.viber.com/ Viber] {{linux}} {{windows}} {{mac}}
|
[http://www.ekiga.org/ Ekiga] {{linux}} {{deb|ekiga}} {{freebsd}} {{windows}} {{mac}} {{wiki|Ekiga: installazione e configurazione}}
 
[https://jitsi.org/ Jitsi] {{linux}} {{udeb|https://jitsi.org/Main/Download}} {{freebsd}} {{windows}} {{mac}}
 
[http://trac.qutecom.org/ QuteCom] (ex OpenWengo) {{linux}} {{deb|qutecom}} {{windows}} {{mac}} (sviluppo fermo)
 
[http://www.twinklephone.com/ Twinkle] {{linux}} (sviluppo fermo)
 
[http://www.yate.ro/ Yate] {{linux}} {{deb|yate}} {{freebsd}} {{windows}} {{mac}}
|-
 
| colspan="3" style="text-align:center; background-color:#EFEFEF;" |
 
=== Multimedia ===
|-
 
| colspan="3" style="text-align:center;" |
==== Audio ====
|-
| style="font-size: 90%; text-align:center;" |
==== Player audio ====
|
[http://www.foobar2000.org/ foobar2000] {{windows}}
|
[http://audacious-media-player.org/ Audacious] {{linux}} {{deb|audacious}} {{freebsd}} {{windows}} {{mac}}
 
[http://coolplayer.sourceforge.net/ CoolPlayer] {{windows}} (sviluppo fermo)
 
[http://www.foobnix.com/ Foobnix] {{linux}} {{udeb|http://www.deb-multimedia.org/pool/main/f/foobnix/foobnix}} {{windows}}
 
[http://projects.gnome.org/rhythmbox/ Rhythmbox] {{linux}} {{deb|rhythmbox}} {{freebsd}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Convertitori di formati ====
|
[http://www.dbpoweramp.com/ dBpoweramp] {{windows}} {{mac}}
|
[http://www.freac.org/ fre:ac] {{linux}} {{freebsd}} {{windows}} {{mac}}
 
[http://soundconverter.org/ SoundConverter] {{linux}} {{deb|soundconverter}} {{freebsd}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Editor audio ====
|
[http://www.adobe.com/it/products/audition.html Adobe Audition] {{windows}} {{mac}}
 
[http://www.sonycreativesoftware.com/soundforge Soundforge] {{windows}} {{mac}}
|
[http://audacityteam.org/ Audacity] {{linux}} {{deb|audacity}} {{freebsd}} {{windows}} {{mac}}
 
[http://rezound.sourceforge.net/ Rezound] {{linux}} {{freebsd}}
 
[http://www.metadecks.org/software/sweep/ Sweep] {{linux}} {{deb|sweep}} {{freebsd}} (sviluppo fermo)
|-
 
| style="font-size: 90%; text-align:center;" |
==== Gestione raccolte musicali ====
|
[http://www.apple.com/itunes/ iTunes] {{windows}} {{mac}}
 
[http://windows.microsoft.com/en-US/windows/products/windows-media-player Windows Media Player] {{windows}}
|
[http://amarok.kde.org/ Amarok] {{linux}} {{deb|amarok}} {{freebsd}} {{windows}} {{mac}}
 
[http://www.clementine-player.org/ Clementine] {{linux}} {{deb|clementine}} {{udeb|https://www.clementine-player.org/downloads}} {{freebsd}} {{windows}} {{mac}}
 
[https://quodlibet.readthedocs.org// Quod Libet] (integra Ex falso) {{linux}} {{deb|quodlibet}} {{udeb|https://quodlibet.readthedocs.org/en/latest/downloads.html}} {{freebsd}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Gestione dei tag ====
|
[http://www.xdlab.ru/en/ Tag Scanner] {{windows}}
|
[https://wiki.gnome.org/Apps/EasyTAG Easytag] {{linux}} {{deb|easytag}} {{freebsd}} {{windows}} {{mac}}
 
[https://quodlibet.readthedocs.org/en/latest/ Ex Falso] {{deb|exfalso}} {{mac}}
 
[http://kid3.sourceforge.net/ Kid3] {{linux}} {{deb|kid3}} {{freebsd}} {{windows}} {{mac}}
 
[http://sourceforge.net/projects/tagtool/ Tagtool] {{linux}} {{deb|tagtool}} {{freebsd}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Karaoke ====
|
[http://www.vanbasco.com/ vanBasco's Karaoke Player] {{windows}} {{wiki|VanBasco}}
|
[http://performous.org/ Performous] {{linux}} {{deb|performous}} {{freebsd}} {{windows}} {{mac}}
|-
 
| colspan="3" style="text-align:center;" |
==== Video ====
|-
| style="font-size: 90%; text-align:center;" |
==== Editor video ====
|
[http://windows.microsoft.com/en-us/windows/movie-maker Windows Movie Maker] {{windows}}
|
[http://ffdiaporama.tuxfamily.org/// ffDiaporama] (Crea video da immagini/video) {{linux}} {{deb|ffdiaporama}} {{windows}}
 
[http://imagination.sourceforge.net/ Imagination] (Crea video da immagini) {{linux}} {{deb|imagination}} {{freebsd}}
 
[https://kdenlive.org/ Kdenlive] (montaggio video) {{linux}} {{deb|kdenlive}} {{freebsd}} {{mac}}
 
[http://www.openshot.org/ OpenShot] (montaggio video) {{linux}}{{deb|openshot}} {{freebsd}}
 
[http://www.photofilmstrip.org/1-1-Home.html PhotoFilmStrip] (Crea video da immagini) {{linux}} {{deb|photofilmstrip}} {{udeb|http://sourceforge.net/projects/photostoryx/files/photofilmstrip/}}  {{freebsd}} {{windows}}  {{wiki|Ken_Burns}}
 
[http://www.pitivi.org// PiTiVi] (montaggio video) {{linux}} {{deb|pitivi}} {{freebsd}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Player video ====
{{wiki|Come_visualizzare_i_video_in_streaming_su_Debian}}
|
[http://windows.microsoft.com/en-US/windows/products/windows-media-player Windows Media Player] {{windows}}
|
[http://www.xine-project.org/home gXine] {{linux}} {{deb|gxine}} {{freebsd}}
 
[http://kaffeine.kde.org/ Kaffeine] {{linux}} {{deb|kaffeine}} {{freebsd}}
 
[https://kmplayer.kde.org/ Kmplayer] {{linux}} {{deb|kmplayer}} {{freebsd}}
 
[http://www.mplayerhq.hu/design7/news.html MPlayer] {{linux}} {{deb|mplayer}} {{mac}} {{windows}}
 
[http://projects.gnome.org/totem/ Videos (Totem)] |{{linux}} {{deb|totem}} {{freebsd}} {{mac}}
 
[http://www.videolan.org/vlc/ VLC] {{linux}} {{deb|vlc}} {{freebsd}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Convertitori di formati ====
|
 
|
[http://www.linuxrising.org/ Transmageddon] {{linux}} {{deb|transmageddon}}
|-
 
 
| colspan="3" style="text-align:center;" |
=== Produzione audio/musica ===
|-
| style="font-size: 90%; text-align:center;" |
==== Architettura ====
|
|
[http://qjackctl.sourceforge.net/ qjackctl] (GUI per Jack) {{linux}} {{deb|qjackctl}} {{freebsd}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Registratori multitraccia ====
|
[http://www.avid.com/US/ Protools] {{windows}} {{mac}}
|
[http://ardour.org Ardour] {{linux}} {{deb|ardour}} {{freebsd}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Editor audio+MIDI ====
|
[http://www.steinberg.net/en/products/cubase/start.html Cubase] {{windows}} {{mac}}
|
[http://www.muse-sequencer.org/ Muse] {{linux}} {{deb|muse}} {{freebsd}}
 
[http://www.rosegardenmusic.com/ Rosegarden] {{linux}} {{deb|rosegarden}} {{freebsd}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Sequencer ====
|
 
|
[http://www.filter24.org/seq24/ Seq24] {{linux}} {{deb|seq24}} {{windows}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Editor loop-based ====
|
[http://www.image-line.com/documents/flstudio.html Fruity Loops] {{windows}}
|
[https://lmms.io/ Lmms] {{linux}} {{deb|lmms}} {{freebsd}} {{windows}} {{mac}}
 
[http://www.hydrogen-music.org/hcms/ Hydrogen] {{linux}} {{deb|hydrogen}} {{udeb|http://www.hydrogen-music.org/hcms/node/21}} {{freebsd}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Synth ====
|
 
|
[http://drobilla.net/software/ingen/ Ingen] {{linux}}
 
[http://smbolton.com/whysynth.html WhySynth] {{linux}} {{deb|whysynth}} {{freebsd}}
 
[http://zynaddsubfx.sourceforge.net/ ZynAddSubFX] {{linux}} {{deb|zynaddsubfx}} {{freebsd}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
 
==== Distribuzioni GNU/Linux ====
|
|
[http://www.64studio.com/ 64studio] {{linux}}
 
[http://ubuntustudio.org/ Ubuntu Studio] {{linux}}
|-
 
| colspan="3" style="text-align:center; background-color:#EFEFEF"|
 
=== Grafica ===
|-
| style="font-size: 90%; text-align:center;" |
==== Editing e disegno ====
|
[http://windows.microsoft.com/it-IT/windows7/Getting-started-with-Paint Microsoft Paint] {{windows}}
 
[http://www.getpaint.net/ Paint.net] {{windows}}
|
[http://www.gnu.org/software/gpaint/ GNU Paint] {{linux}} {{deb|gpaint}}
 
[http://www.krita.org/ Krita] {{linux}} {{deb|krita}}(KDE: incluso nella suite Calligra)
 
[http://mtpaint.sourceforge.net/ mtPaint] {{linux}} {{deb|mtpaint}} {{windows}}
 
[http://mypaint.intilinux.com/ MyPaint] {{linux}} {{deb|mypaint}} {{windows}} {{mac}}
 
[http://paintbrush.sourceforge.net/ Paintbrush] {{mac}}
 
[http://pinta-project.com/ Pinta] {{linux}} {{deb|pinta}} {{windows}} {{mac}}
 
[http://mtpaint.sourceforge.net/rgbpaint.html rgbPaint] {{linux}} {{deb|rgbpaint}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Editor-Conversione immagini ====
|
[http://www.faststone.org/FSResizerDetail.htm FastStone Photo Resizer] {{windows}}
 
[http://www.xnview.com/en/xnconvert/ XnConvert] {{linux}} {{windows}} {{mac}}
|
[http://converseen.sourceforge.net/ Converseen] {{linux}} {{deb|converseen}} {{windows}}
 
[http://www.imagemagick.org/script/index.php ImageMagick] {{linux}} {{deb|imagemagick}} {{windows}} {{mac}}
 
[http://www.graphicsmagick.org/ GraphicsMagick] {{linux}} {{deb|graphicsmagick}} {{windows}} {{mac}}
 
[http://photobatch.stani.be/ Phatch] {{linux}} {{deb|phatch}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Editor di diagrammi e grafici ====
|
[http://office.microsoft.com/it-it/visio Microsoft Visio] {{windows}}
 
[http://www.smartdraw.com/ SmartDraw] {{windows}}
|
[http://dia-installer.de/index.html.en Dia] {{linux}} {{deb|dia}} {{windows}} {{mac}}
 
[http://www.libreoffice.org/features/draw/ LibreOffice Draw] (Parte di LibreOffice) {{linux}} {{deb|libreoffice-draw}} {{windows}} {{mac}}
 
[http://www.openoffice.org/product/draw.html Apache OpenOffice Draw] (Parte di Apache OpenOffice) {{linux}} {{deb|openoffice.org-draw}} {{windows}} {{mac}}
 
[http://www.calligra.org/flow/ Calligra Flow] ex Kivio (Parte di Calligra Suite) {{linux}} {{deb|calligraflow}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Fotografia (tethering) ====
|
 
|
[http://entangle-photo.org/ Entangle] {{linux}} {{deb|entangle}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Fotoritocco ====
|
[http://www.adobe.com/it/products/photoshopfamily/buying-guide-version-comparison.html Adobe PhotoShop] {{windows}} {{mac}}
 
[http://www.corel.com/corel/product/index.jsp?pid=prod4220093&storeKey=us Paint Shop Pro] {{windows}}
|
[http://www.cinepaint.org/ CinePaint] {{linux}}
 
[http://kornelix.squarespace.com/fotoxx/ Fotoxx] {{linux}} {{deb|fotoxx}} {{udeb|http://kornelix.squarespace.com/packages/}}
 
[http://www.gimp.org/ GIMP] {{linux}} {{deb|gimp}} {{windows}} {{mac}} {{wiki|Gimp:_rendere_un_logo_trasparente}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Gestione foto ====
|
[http://picasa.google.com/ Picasa] {{windows}} {{linux}}
 
[http://www.apple.com/ilife/iphoto/ iPhoto] {{mac}}
|
[http://live.gnome.org/gthumb Gthumb] {{linux}} {{deb|gthumb}}
 
[http://www.digikam.org/ Digikam] {{linux}} {{deb|digikam}} {{windows}} {{mac}}
 
[http://geeqie.sourceforge.net/ Geeqie] {{linux}} {{deb|geeqie}}
 
[http://f-spot.org/ F-Spot] {{linux}} {{deb|f-spot}} (progetto fermo)
 
[http://yorba.org/shotwell/ shotwell] {{linux}} {{deb|shotwell}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Vettoriale ====
|
[http://www.corel.com/corel/product/index.jsp?pid=prod3670089&storeKey=us CorelDRAW] {{windows}}
|
[http://sourceforge.net/projects/sodipodi/ Sodipodi] {{windows}} {{linux}} (progetto fermo)
 
[http://inkscape.org/ InkScape] {{windows}} {{linux}} {{mac}} {{deb|inkscape}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Immagini RAW ====
|
|
[http://www.darktable.org/ Darktable] {{linux}} {{deb|darktable}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Grafica tridimensionale ====
|
[http://usa.autodesk.com/maya/ Maya] {{linux}} {{mac}} {{windows}}
 
[http://usa.autodesk.com/3ds-max/ 3D Studio Max] {{windows}}
 
[http://www.rhino3d.com/ Rhinoceros] {{windows}}
 
[https://www.lightwave3d.com/ Lightwave 3D] {{mac}} {{windows}}
 
[http://www.povray.org/ POV-Ray] {{deb|pov-ray}} {{windows}} {{linux}} {{mac}}
 
[http://usa.autodesk.com/adsk/servlet/pc/index?id=13571168&siteID=123112 Softimage XSI] {{windows}} {{linux}}
|
[http://www.blender.org/ Blender] {{deb|blender}} {{linux}} {{freebsd}}- Solaris - Irix -{{mac}} {{windows}}
 
[http://www.k-3d.org/ K-3D] {{windows}} {{linux}} {{deb|k3d}}
 
[http://www.wings3d.com/ Wings 3D] {{deb|wings3d}} {{linux}} {{mac}} {{windows}}
 
[http://www.artofillusion.org/ Art of Illusion] {{windows}} {{linux}} {{mac}}- Unix
|-
 
| style="font-size: 90%; text-align:center;" |
==== CAD-CAM ====
|
[http://www.autodesk.it/adsk/servlet/home?siteID=457036&id=573123 AutoCAD] {{windows}}
 
[http://www.3ds.com/it/products/draftsight/free-cad-software/ DraftSight] {{linux}} {{mac}} {{windows}}
 
[http://www.bricsys.com/it_IT/ Bricscad] {{windows}} {{linux}}
 
[http://www.varicad.com/en/home/ VariCAD] {{windows}} {{linux}}
|
[http://librecad.org/cms/home.html LibreCAD] {{linux}} {{mac}} {{windows}} {{deb|librecad}}
 
[http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Main_Page FreeCAD] {{linux}} {{mac}} {{windows}} {{deb|freecad}}
 
[http://www.qcad.org/en/ qcad] {{linux}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Rendering ====
|
[https://renderman.pixar.com/ RenderMan] {{windows}} {{mac}}
 
[http://www.3delight.com/en/ 3Delight] {{windows}} {{linux}} {{mac}}
 
[http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&id=13566140 Mental Ray] {{windows}} {{linux}} {{mac}}
 
[http://www.chaosgroup.com/en/2/index.html V-Ray] {{windows}}
 
[http://www.cebas.com/ finalRender] {{windows}}
 
[http://www.maxwellrender.com/ Maxwell Render] {{windows}} {{linux}} {{mac}}
 
[http://www.indigorenderer.com/ Indigo] {{windows}} {{linux}} {{mac}}
|
[http://www.renderpixie.com/ Pixie] {{windows}} {{linux}} {{mac}}
 
[http://www.povray.org/ POV-Ray] {{linux}} {{deb|pov-ray}} {{windows}} {{mac}}
 
[http://sunflow.sourceforge.net/ Sunflow] {{linux}} {{deb|sunflow}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Screenshot <br />(cattura schermate) ====
|
[http://www.faststone.org/FSCaptureDetail.htm FastStone Capture] {{windows}}
 
[http://www.picpick.org/ PicPick] {{windows}}
 
[http://www.techsmith.com/snagit.html Snagit] {{windows}} {{mac}}
|
[http://getgreenshot.org/ Greenshot] {{windows}}
 
[http://www.kde.org/applications/graphics/ksnapshot/ KSnapshot] {{linux}} {{deb|ksnapshot}}(KDE: parte del pacchetto grafico)
 
[http://lightscreen.sourceforge.net/ Lightscreen] {{windows}}
 
[http://shutter-project.org/ Shutter] {{linux}} {{deb|shutter}}
 
[http://code.google.com/p/sharex/ ShareX] successore di Zscreen {{windows}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Visualizzatori di immagini ====
|
[http://www.irfanview.com/ IrfanView] {{windows}}
 
[http://www.faststone.org/FSViewerDetail.htm/ FastStone Image Viewer] {{windows}}
|
[http://feh.finalrewind.org/ FEH] {{linux}} {{deb|feh}}
 
[http://projects.gnome.org/eog/ Eye of GNOME] {{linux}} {{deb|eog}}(Gnome)
 
[http://lxde.sourceforge.net/gpicview/ GPicView] {{linux}} {{deb|gpicview}}(Lxde)
 
[http://gwenview.sourceforge.net/ Gwenview] {{linux}} {{deb|gwenview}}(KDE: parte del pacchetto grafico)
 
[http://goodies.xfce.org/projects/applications/ristretto/ Ristretto] {{linux}} {{deb|ristretto}}(Xfce)
|-
 
| style="font-size: 90%; text-align:center;" |
==== GIS <br /><center>(Geographic Information System)</center> ====
|
[http://www.esri.com/software/arcgis/ ArcGIS] {{windows}}
 
[http://www.autodesk.it/products/autodesk-autocad-map-3d/overview/ AutoCAD MAP 3D] {{windows}}
|
[http://www.qgis.org/it/site/ QGIS]  {{linux}} {{deb|qgis}} {{udeb|http://www.qgis.org/it/site/forusers/alldownloads.html#debian}} {{freebsd}} {{mac}} {{windows}} {{wiki|Qgis: abilitarlo alla lettura di file Ecw}}
 
[http://grass.osgeo.org/ GRASS GIS] {{linux}} {{deb|grass}} {{freebsd}} {{mac}} {{windows}}
 
[http://www.gvsig.org/web GvSIG] {{linux}} {{mac}} {{windows}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Media Art and Visual Design (IDE) ====
|
 
|
[http://www.processing.org/ Processing]  {{linux}} {{mac}} {{windows}}
|-
 
| colspan="3" style="text-align:center; background-color:#EFEFEF;" |
=== Office ===
|-
| style="font-size: 90%; text-align:center;" |
==== Agenda/memo/note ====
|
[http://office.microsoft.com/it-it/onenote/ Microsoft OneNote]{{windows}}
|
[http://www.mozilla.org/projects/calendar/sunbird/ Sunbird] {{deb|iceowl}} {{linux}} {{mac}} {{windows}}
 
[http://nardello.altervista.org/pages/manynotes.htm ManyNotes] sviluppo fermo {{windows}}
 
[http://rednotebook.sourceforge.net/index.html RedNotebook] {{deb|rednotebook}} {{linux}} {{mac}} {{windows}}
 
[http://www.taskcoach.org/index.html Task Coach] {{udeb|http://www.taskcoach.org/download_for_linux.html}} {{linux}} {{freebsd}} {{mac}} {{windows}}
 
[http://theguide.sourceforge.net/ The Guide] {{windows}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== eBook reader ====
|
[http://www.adobe.com/it/products/digital-editions.html Adobe Digital Editions] {{mac}} {{windows}}
|
[http://calibre-ebook.com/ Calibre] {{deb|calibre}} {{linux}} {{mac}} {{windows}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Word processor ====
|
[http://office.microsoft.com/it-it/ Microsoft Word] {{windows}} {{mac}}
 
[http://office.microsoft.com/en-us/ Microsoft Works] {{windows}}
|
[http://www.abisource.com/ Abiword] {{linux}} {{windows}} {{mac}} {{deb|abiword}}
 
[http://www.calligra.org/words/ Calligra Words] {{linux}} {{deb|calligrawords}}
 
[http://www.libreoffice.org/ LibreOfficeWriter] (Parte di LibreOffice) {{linux}} {{windows}} {{mac}} {{deb|libreoffice-writer}}
 
[http://www.openoffice.org OpenOfficeWriter] (Parte di Apache OpenOffice) {{linux}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Desktop publishing ====
|
[http://www.adobe.com/products/pagemaker/index.html Adobe PageMaker] {{windows}} {{mac}}
 
[http://office.microsoft.com/it-it/publisher/ Microsoft Office Publisher] {{windows}}(parte di Microsoft Office)
 
[http://www.quark.com/ QuarkXPress] {{windows}} {{mac}}
|
[http://www.lyx.org/ Lyx] {{linux}} {{mac}} {{windows}} {{deb|lyx}}
 
[http://www.stacken.kth.se/project/pptout/ Passepartout] {{linux}} {{mac}} {{deb|passepartout}}
 
[http://www.scribus.net/canvas/Scribus Scribus] {{linux}} {{mac}} {{windows}} {{deb|scribus}}
 
'''''TeX/LaTeX''''' Informazioni:[http://www.guitex.org/ GuIT]{{linux}} {{windows}} {{mac}} {{wiki|LaTeX_e_Vim}}
 
[http://www.tug.org/texlive/ TeX Live] {{linux}} {{deb|texlive}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Editor di sceneggiature ====
|
[http://www.finaldraft.com/ Final Draft] {{mac}} {{windows}}
|
[http://www.trelby.org/ Trelby] {{linux}} {{windows}} {{udeb|http://www.trelby.org/download}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Fogli di calcolo ====
|
[http://office.microsoft.com/it-it/ Microsoft Excel] {{windows}} {{mac}}
 
[http://www.microsoft.com/products/works/default.mspx Microsoft Works] {{windows}}
|
[http://projects.gnome.org/gnumeric/ Gnumeric] {{linux}} {{windows}} {{mac}} {{deb|gnumeric}}
 
[http://www.calligra.org/sheets/ Calligra Sheets] {{linux}} {{deb|calligrasheets}}
 
[http://www.libreoffice.org/ LibreOfficeCalc] (Parte di LibreOffice) {{linux}} {{windows}} {{mac}} {{deb|libreoffice-calc}}
 
[http://www.openoffice.org OpenOfficeCalc] (Parte di Apache OpenOffice) {{linux}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Gestione finanze ====
|
[http://www.microsoft.com/en-gb/athome/microsoft-money.aspx Microsoft Money Sunset] {{windows}}
|
[http://www.gnucash.org/ GnuCash] {{linux}} {{deb|gnuash}} {{windows}} {{mac}}
 
[http://www.grisbi.org/ Grisbi] {{linux}} {{deb|grisbi}} {{udeb|http://www.grisbi.org/download.it.html}} {{windows}} {{mac}}
 
[http://homebank.free.fr/index.php HomeBank] {{linux}} {{deb|homebank}} {{windows}} {{mac}}
 
[http://sourceforge.net/apps/mediawiki/jgnash/index.php?title=Main_Page jGnash] {{linux}} {{windows}} {{mac}}
 
[http://www.codelathe.com/mmex/index.php Money Manager Ex]{{linux}} {{windows}} {{mac}}
 
[http://www.monex.si/ENG/index.html Monex] {{windows}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Gestione progetti ====
|
[http://www.microsoft.com/project/en-us/project-management.aspx Microsoft Project] {{windows}}
|
[http://www.ganttproject.biz/ GanttProject] {{linux}} {{udeb|http://code.google.com/p/ganttproject/downloads/list}} {{windows}} {{mac}}
 
[http://www.gestionaleopen.org/ Open Go] {{linux}} {{windows}}
 
[http://nardello.altervista.org/pages/manyplans.htm ManyPlans] sviluppo fermo {{windows}}
 
[http://sourceforge.net/projects/openproj/ OpenProj] sviluppo fermo {{linux}} {{udeb|http://sourceforge.net/projects/openproj/files/OpenProj%20Binaries/}} {{windows}} {{mac}}
 
[https://live.gnome.org/Planner Planner] {{linux}} {{deb|planner}} {{windows}}
 
[http://www.projectlibre.org/ ProjectLibre] è il nuovo OpenProj {{linux}} {{udeb|http://sourceforge.net/projects/projectlibre/files/ProjectLibre/}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Suite office ====
|
[http://office.microsoft.com/it-it/ Microsoft Office] {{windows}} {{mac}}
 
[http://www.software602.com/ 602 PC Suite] {{windows}}
<!--[http://www.sun.com/software/star/staroffice/ StarOffice] {{linux}} {{windows}}-->
|
[http://www.libreoffice.org/ LibreOffice] {{linux}} {{windows}} {{mac}} {{deb|libreoffice}}
 
[http://www.calligra.org/ Calligra] {{linux}} {{deb|calligra}}
 
[https://live.gnome.org/GnomeOffice Gnome Office] {{linux}} {{windows}} {{mac}} {{deb|gnome-office}}
 
[http://www.openoffice.org Apache OpenOffice] {{linux}} {{windows}} {{mac}}
|-
 
| colspan="3" style="text-align:center; background-color:#EFEFEF;" |
=== Programmi scientifici ===
|-
| style="font-size: 90%; text-align:center;" |
==== Matlab ====
|
[http://www.mathworks.com/ Matlab] {{linux}} {{windows}} {{mac}}
|
[http://matplotlib.org/ Matplotlib] {{linux}} {{windows}} {{mac}} {{deb|matplotlib}}
 
[http://maxima.sourceforge.net/ Maxima] {{deb|maxima}} {{linux}} Interfaccia già inclusa in: {{mac}} {{windows}}
 
[http://andrejv.github.com/wxmaxima/ wxMaxima] interfaccia per maxima {{deb|wxmaxima}} {{linux}}
 
[http://www.gnu.org/software/octave/ Octave] {{deb|octave}} {{linux}} {{freebsd}} {{mac}} {{windows}}
 
[http://www.scilab.org/ Scilab] {{linux}} {{windows}} {{mac}} {{deb|scilab}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Analisi statistica ====
|
[http://www-01.ibm.com/software/analytics/spss/ SPSS] {{windows}}
|
[http://www.r-project.org/ R-Project] {{linux}} {{windows}} {{mac}} {{deb|r-base}}
|-
 
|colspan="3" style="text-align:center; background-color:#EFEFEF;" |
=== Sicurezza ===
|-
| style="font-size: 90%; text-align:center;" |
==== Backup dati ====
|
[http://www.microsoft.com/en-us/default.aspx Windows Backup] {{windows}}
 
[http://www.arcserve.com/us/products/ca-arcserve-backup.aspx ARCserve Backup] {{windows}}
|
[http://www.bacula.org/en/ Bacula] {{linux}} {{windows}} {{mac}} {{deb|bacula}}
 
[http://backup2l.sourceforge.net/ backup2l] {{linux}} {{deb|backup2l}} {{udeb|http://sourceforge.net/projects/backup2l/files/backup2l/}} {{wiki|Mai_più_senza_backup}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Backup e ripristino immagini disco ====
|
[http://www.acronis.com/ Acronis True Image] {{windows}}
 
[http://it.norton.com/ghost/ Norton Ghost] {{windows}}
|
[http://clonezilla.org/ Clonezilla] {{linux}} {{windows}} {{mac}}
 
[http://sourceforge.net/projects/g4l/ g4l] {{linux}} {{windows}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Crittografia ====
|
[http://www.bitcore.de/dcu/home.html Drag’n'Crypt ULTRA] {{windows}}
|
[http://ccrypt.sourceforge.net/ ccrypt] {{linux}} {{deb|ccrypt}} {{windows}} {{mac}}
 
[http://www.truecrypt.org/ TrueCrypt] {{linux}} {{windows}} {{mac}} {{wiki|Truecrypt® - Installazione per Debian}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Gestione password ====
|
 
|
[http://www.keepassx.org/ KeepassX] {{linux}} {{deb|keepassx}} {{windows}} {{mac}}
 
[http://keepass.info/ Keepass] {{linux}} {{deb|keepass2}} {{windows}} {{mac}}
 
[http://passwordsafe.sourceforge.net/ Password Safe] {{linux}} {{windows}}
|-
 
|colspan="3" style="text-align:center; background-color:#EFEFEF;" |
=== Sviluppo/programmazione - strumenti vari ===
|-
| style="font-size: 90%; text-align:center;" |
==== Ambiente di sviluppo integrato ([http://it.wikipedia.org/wiki/Integrated_development_environment IDE]) ====
|
[http://www.microsoft.com/visualstudio/it-it Microsoft Visual Studio] {{windows}}
 
[http://www.ultraedit.com/products/uestudio/ UEStudio] {{windows}}
|
[http://www.aptana.com/ Aptana] {{linux}} {{windows}} {{mac}}
 
[http://www.icsharpcode.net/OpenSource/SD/Default.aspx SharpDevelop] {{windows}}
 
[http://netbeans.org/ NetBeans] {{linux}} {{deb|netbeans}} {{windows}} {{mac}}
|-
| style="font-size: 90%; text-align:center;" |
==== Diff-merge dei file ====
|
[http://cmpp.coodesoft.com/ Compare++] {{windows}}
 
[http://www.grigsoft.com/wincmp3.htm Compare It] {{windows}}
|
[http://kdiff3.sourceforge.net/ KDiff3] {{deb|kdiff3}} {{linux}} {{mac}} {{windows}}
 
[http://kile.sourceforge.net/ Kile] {{deb|kile}} {{linux}}
 
[http://winmerge.org/ WinMerge] {{windows}}
 
[http://meldmerge.org/ Meld] {{deb|meld}} {{linux}}
 
[http://furius.ca/xxdiff/ xxdiff] {{deb|xxdiff}} {{linux}}
 
[http://diffuse.sourceforge.net/index.html/ Diffuse] {{deb|diffuse}} {{linux}} {{freebsd}} {{mac}} {{windows}}
 
[http://tkdiff.sourceforge.net/ TkDiff] {{deb|tkdiff}} {{linux}} {{mac}} {{windows}}
 
[http://www.gnu.org/software/diffutils/ Diffutils] {{deb|diffutils}} {{linux}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Editor e conversione font ====
|
[http://www.fontlab.com/font-editor/fontographer/ Fontographer] {{windows}} {{mac}}
|
[http://fontforge.org/ FontForge] {{linux}} {{deb|fontforge}} {{windows}} {{mac}} su [http://sourceforge.net/projects/fontforge/files/fontforge-executables/ sourceforge] sono presenti i download per i diversi sistemi
|-
 
| style="font-size: 90%; text-align:center;" |
==== Editor di testo orientati<br> alla programmazione ====
|
[http://www.carthagosoft.net/twistpad/index.php Twistpad] {{windows}}
 
[http://www.ultraedit.com/ Ultraedit] {{windows}} {{mac}} {{linux}}
 
[https://code.visualstudio.com/ Microsoft Visual Studio Code] {{linux}} {{windows}} {{mac}}
|
[http://www.gnu.org/software/emacs/emacs.html Emacs] {{linux}} {{windows}} {{mac}}(''e molti altri''){{deb|emacs}} {{wiki|Vivere_l'Emacs}}
 
[http://notepad-plus-plus.org/ Notepad++] {{windows}}
 
[http://projects.gnome.org/gedit/ Gedit] {{linux}} {{deb|gedit}}
 
[http://www.geany.org/Main/About Geany] {{windows}} {{linux}} {{deb|geany}}
 
[http://www.vim.org/ Vim Gnome] (interfaccia grafica per Vim){{windows}} {{linux}} {{deb|vim-gnome}}
 
[http://kate.kde.org/ Kate] {{linux}} {{deb|kate}}
 
[http://kdevelop.org/ KDevelop] {{linux}} {{deb|kdevelop}}
 
[http://kile.sourceforge.net/ Kile] {{linux}} {{deb|kile}}(KDE)
 
[http://kate-editor.org/about-kate/ KWrite] {{linux}} {{deb|kwrite}}
 
[http://mooedit.sourceforge.net/ medit] {{linux}} {{deb|medit}} {{windows}}
 
[http://www.nano-editor.org/ Nano] {{linux}} {{deb|nano}}
 
[http://www.scintilla.org/SciTE.html Scite] {{linux}} {{deb|scite}} {{windows}}
 
[http://www.vim.org/ Vim] {{linux}} {{windows}} {{mac}}(''e molti altri''){{deb|vim}} {{wiki|LaTeX_e_Vim|Python_e_Vim|Vim_Cheat_Sheet}}
 
[https://atom.io/ Atom] {{linux}} {{windows}} {{mac}}
|-
 
| style="font-size: 90%; text-align:center;" |
 
==== Editor Web [http://it.wikipedia.org/wiki/WYSIWYG WYSIWYG] ====
|
[http://www.adobe.com/it/products/dreamweaver.html Adobe Dreamweaver] {{windows}} {{mac}}
|
[http://www.w3.org/Amaya/ Amaya] {{linux}} {{udeb|http://www.w3.org/Amaya/User/BinDist.html}} {{windows}} {{mac}}
 
[http://bluegriffon.org/ BlueGriffon] {{linux}} {{windows}} {{mac}}
 
[http://kompozer.net/ KompoZer] {{linux}} {{windows}} {{mac}} {{deb|kompozer}}
 
 
|-
 
|colspan="3" style="text-align:center; background-color:#EFEFEF;" |
 
=== Utilità ===
|-
| style="font-size: 90%; text-align:center;" |
==== Compressione dei dati ====
|
[http://www.winrar.it/ WinRar] {{windows}}
 
[http://www.winzip.com/ WinZip] {{windows}}
|
[http://www.7-zip.org/ 7-zip] {{linux}} {{windows}} {{mac}} {{deb|p7zip}}
 
[http://sourceforge.net/projects/kgbarchiver/ KGB Archiver] {{linux}} {{windows}} {{deb|kgb}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Emulatori ====
|
 
|
[http://dolphin-emu.org/ Dolphin Emulator]{{linux}} {{windows}} {{mac}} {{wiki|Dolphin-emulator}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== File manager ====
|
[http://www.microsoft.com/en-us/default.aspx Explorer] {{windows}}
 
[http://www.ghisler.com/ Total Commander] {{windows}}
|
[https://live.gnome.org/Nautilus Nautilus] (default di Gnome) {{linux}} {{deb|nautilus}}
 
[http://dolphin.kde.org/ Dolphin] (default di KDE) {{linux}} {{deb|dolphin}}
 
[http://konqueror.kde.org/ Konqueror] {{linux}} {{deb|konqueror}}
 
[http://roscidus.com/desktop/ROX-Filer ROX-filer] {{linux}} {{deb|rox-filer}}
 
[http://www.obsession.se/gentoo/ Gentoo] {{linux}} {{deb|gentoo}}
 
[http://roland65.free.fr/xfe/ Xfe] {{linux}} {{deb|xfe}}
 
[http://www.krusader.org/ Krusader] {{linux}} {{deb|krusader}}
 
[http://tuxcmd.sourceforge.net/ Tux-commander] {{linux}}
 
[http://www.nongnu.org/gcmd/ Gnome-commander] {{linux}} {{deb|gnome-commander}}
 
[http://thunar.xfce.org/index.html Thunar] (default di Xfce) {{linux}} {{deb|thunar}}
 
[http://emelfm2.net/ emelFM2] {{linux}}
 
[http://pcmanfm.sourceforge.net/ PCManFM] {{linux}} {{deb|pcmanfm}}
 
[https://www.midnight-commander.org/ MC] {{linux}} {{deb|mc}} {{wiki|Midnight Commander}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Gestione filesystem ====
|
 
|
[http://ftp.kernel.org/pub/linux/utils/util-linux/ fdisk] {{linux}} {{deb|gnu-fdisk}}
 
[http://ftp.kernel.org/pub/linux/utils/util-linux/ cfdisk] {{linux}} {{deb|gnu-fdisk}}
 
[http://www.gnu.org/software/parted/ parted] {{linux}} {{deb|parted}}
 
[http://qtparted.sourceforge.net/ qtparted] {{linux}} {{deb|qtparted}}
 
[http://gparted.sourceforge.net/ gparted] {{linux}} {{deb|gparted}}
 
[http://sourceforge.net/projects/partitionman/ KDE Partition Manager] {{linux}} {{deb|partitionmanager}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Informazioni di sistema e prestazioni ====
|
[http://www.aida64.com/ Aida64 successore di Everest] {{windows}}
|
[http://hardinfo.berlios.de/HomePage Hardinfo] {{linux}} {{deb|hardinfo}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Masterizzazione ====
|
[http://www.nero.com/eng/ Nero Burning Rom] {{windows}} {{linux}}
|
[http://www.k3b.org/ K3b] {{linux}} {{deb|k3b}}
 
[http://projects.gnome.org/brasero/ Brasero] {{linux}} {{deb|brasero}}
 
[http://graveman.tuxfamily.org/index.php?l=e Graveman] {{linux}}
 
[http://www.xcdroast.org/ X-CD-roast] {{linux}} {{deb|xcdroast}}
 
[http://cdw.sourceforge.net/ cdw] {{linux}} {{deb|cdw}}
 
[http://bashburn.dose.se/ bashburn] {{linux}} {{deb|bashburn}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Sincronizzazione file e cartelle ====
|
[http://www.microsoft.com/en-us/download/details.aspx?id=15155/ SyncToy] {{windows}}
|
[http://luckybackup.sourceforge.net/ LuckyBackup] {{linux}} {{windows}}
 
[http://freefilesync.sourceforge.net/ FreeFileSync] {{linux}} {{windows}} {{wiki|FreeFileSync}}
 
[http://www.opbyte.it/grsync/ Grsync] (gui per rsync) {{deb|grsync}} {{linux}} {{mac}} {{windows}} {{wiki|Rsync}}
 
[http://synkron.sourceforge.net/ Synkron] {{linux}} {{mac}} {{windows}}
 
[http://www.cis.upenn.edu/~bcpierce/unison/ Unison] {{deb|unison}} {{linux}} {{freebsd}} {{mac}} {{windows}} {{wiki|Unison_e_la_sincronizzazione_di_directory}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Virtual Machine ([http://it.wikipedia.org/wiki/Virtual_machine definizione]) ====
|
[http://www.vmware.com/products/workstation VMware Workstation] {{linux}} {{windows}}
 
[http://www.parallels.com/products/desktop/ Parallels Desktop] {{mac}}
 
[http://www.microsoft.com/windows/downloads/virtualpc/default.mspx Virtual PC] {{windows}}
|
[https://www.virtualbox.org/ VirtualBox] {{linux}} {{deb|virtualbox}} {{windows}} {{mac}} {{wiki|VirtualBox}}
 
[http://www.linux-kvm.org/page/Main_Page Kvm] {{linux}} {{deb|kvm}} {{wiki|Installare_KVM_su_Debian|QEMU/KVM}}
 
[http://jpc.sourceforge.net/home_home.html JPC] {{linux}} {{windows}} {{mac}}
|-
 
| colspan="3" style="text-align:center; background-color:#EFEFEF;" |
=== Varie-hobby ===
|-
| style="font-size: 90%; text-align:center;" |
==== Ricettari ====
|
 
|
[http://thinkle.github.io/gourmet/ Gourmet Recipe Manager] {{linux}} {{windows}} {{deb|gourmet}}
 
[http://krecipes.sourceforge.net/ Krecipes] {{linux}} {{deb|krecipes}}(KDE)
 
[http://www.usermode.org/code.html/ QBrew] {{linux}} {{windows}} {{mac}} {{deb|qbrew}}
|-
 
| style="font-size: 90%; text-align:center;" |
==== Nutrizione ====
|
 
|
[http://nut.sourceforge.net/ NUT Nutrition] {{linux}} {{windows}} {{deb|nut-nutrition }}
|}
 
== Legenda ==
*Nella tabella sono presenti alcuni simboli per identificare quali sistemi operativi sono supportati dalle applicazioni:
{|class="wikitable"; style="padding-left:17px; padding-top: 10px"
|-
|[[Image:Tux.png|22x22px|link=]] || style="padding-left:17px" | Indica che il programma è compatibile con Linux.
|-
|[[Image:Freebsd.png|22x22px|link=]] || style="padding-left:17px" | Indica che il programma è compatibile con FreeBSD.
|-
|[[Image:Macosx.png|22x22px|link=]] || style="padding-left:17px" | Indica che il programma è compatibile con MacOSX.
|-
|[[Image:Windows.png|22x22px|link=]] || style="padding-left:17px" | Indica che il programma è compatibile con Windows.
|}
 
 
*Inoltre sono presenti delle [[Debian Swirl|swirl]] che indicano la presenza dei programmi in formato .deb.
{|class="wikitable"; style="padding-left:17px; padding-top: 10px"
|-
|[[Image:swirl.png|22x22px|link=]] || style="padding-left:17px" | Indica che il programma è stato pacchettizzato ed è presente nei [[repository]] ufficiali di Debian. È presente un link al [[pacchetto]] Debian.
|-
|[[Image:Swirl_gray.png|22x22px|link=]] || style="padding-left:17px" | Indica che il programma è stato pacchettizzato, ma è presente in un repository non ufficiale. È inoltre presente un link al repository in cui si trova il pacchetto.
|}
 
L'icona [[Immagine:Wiki-logo.png|23px]] rimanda a una guida di Debianizzati presente in questo Wiki.
3 581

contributi