Software Utili

svn come tortoise su linux

Install RabbitVCS on Ubuntu 12.04 ecco il link http://richardjh.org/blog/install-rabbitvcs-on-ubuntu-12.04/
comandi che ho messo io

sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get update
sudo apt-get install rabbitvcs-nautilus3

stanza desktop convertire ebook

http://stanza.softonic.it/

mencoder convertitore di pdf

http://dimitar.me/create-flash-video-from-dvd-dvd-to-flv-with-ubuntu/ ci stanno tutte le istruzioni per convertire da dvd a formato flv su linux

web service usefull proximo

https://addons.heroku.com/proximo
Route outbound traffic from your app through a static IP address.

disegnare grafici

open
http://www.yworks.com/en/products_yed_about.html
funziona su linux sugli altri non ho ancora visto

difference in web page

perceptual diff:

The Secret to Safe Continuous Deployment
https://www.youtube.com/watch?v=UMnZiTL0tUc [15 mi video]

vpn software interessanti

http://www.cyberghostvpn.com/
http://hola.org/

Silverlight per linux

sono riuscito a farlo andare su ubuntu 14.04
prima ho seguito questa guida per versioni precedenti di ubuntu
http://tallinux.altervista.org/blog/silverlight-su-linux-rai-la7-e-altri-streaming-con-pipelight/
e poi quella di ubuntu 14.04
http://www.itworld.com/article/2697813/install-silverlight-alternative-pipelight-in-ubuntu-14-04.html

sudo apt-get update
sudo apt-get install pipelight
sudo pipelight-plugin --update
sudo pipelight-plugin --enable silverlight

mi funziona su firefox non su chrome

Video Screen recorder

With this program you can register screen video:

  • screen2exe no audio, nice annotation, you can have a small file .exe file with the player embedded. Free
  • screenTogif , you can have a gif recording, no audio, free
  • snagit : it has also a video option, you can register the voice , not free

ffmpeg

ffmpeg -i file_grande -c:v h264 -c:a libmp3lame nuovo_nome.mp4

c:a dice di convertire l'audio se non hai libmp3lame installato allora ti conviene vedere la lista dei codec che puoi usare
si fa con ffmpeg -codecs | grep A
sulla sx trovi il tipo di codec A sta per audio
la seconda colonna è il nome da usare con -c:a

Salvo diversa indicazione, il contenuto di questa pagina è sotto licenza Creative Commons Attribution-ShareAlike 3.0 License