jueves, 30 de septiembre de 2010

Tegaki en Ubuntu 10.10

 Website oficial: http://tegaki.org/

Instalarlo con:

sudo apt-get install tegaki-recognize tegaki-train tegaki-zinnia-simplified-chinese python-tegaki python-tegaki-gtk python-tegakitools

Para integrarlo con iBus (los repos de Maveric andan para Lucid):

Primero actualizar python-tegaki-gtk desde: http://packages.ubuntu.com/maverick/python-tegaki-gtk

Después, instalar ibus-tegaki desde: http://packages.ubuntu.com/maverick/ibus-tegaki

Por último, agregar el método de entrada a iBus (otro - Tegaki).

miércoles, 22 de septiembre de 2010

Fyre

http://fyre.navi.cx/

Excelente programa para generar fondos abstractos. Está en los repositorios de Ubuntu:

sudo apt-get install fyre

domingo, 5 de septiembre de 2010

Calendario La Germinadora '60s

En la década del '60, La Germinadora publicó un calendario de siembra de hortalizas y flores, adaptado para la zona central de Argentina, que se obsequiaba a los clientes que compraban sus semillas. Y acá está, infalible desde 1963 para Santa Fe y alrededores.

sábado, 28 de agosto de 2010

Concatenar varios pdf en uno

Hay que usar el programa pdftk que se instala de los repositorios.

$ sudo apt-get install pdftk

Ejemplo de uso:

Concatenar los archivos in1.pdf, in2.pdf en un único archivo llamado out.pdf.

$ pdftk in1.pdf in2.pdf cat output out.pdf

sábado, 7 de agosto de 2010

Ubuntu Peronista: Instalar Adobe Flash 10.0.1 RC en Ubuntu 64 bits

Ubuntu Peronista: Instalar Adobe Flash 10.0.1 RC en Ubuntu 64 bits



En síntesis:

wget http://queleimporta.com/downloads/flash10_x64_en.sh && sudo chmod +x flash10_x64_en.sh && sudo sh ./flash10_x64_en.sh


Contenido de flash10_x64_en.sh:



#!/bin/bash
# Script  created by
# Alejandro Cuervo 3[at]cuervo[dot]net
# Released under GPL


echo "Closing Firefox"
sudo killall -9 firefox
sudo killall -9 firefox-3.5


echo "Removing previous installs of flash:"
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper


echo "Installing Flash Player 10 64 Bit ver 10.0.42.34"
cd ~
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
tar zxvf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/


echo "Linking libraries "
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/xulrunner-addons/plugins/


echo "cleaning up"
sudo rm -rf libflashplayer.so 
sudo rm -rf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
sudo rm -rf flash10_x64_en.sh


echo "Done :-)"
echo "You may re-start Firefox now and enjoy native 64 bit Flash!"

sábado, 31 de julio de 2010

Repositorios VIP para Ubuntu

PlayDeb

http://www.playdeb.net/

The creators of getdeb.net present to you our latest service that caters to the Ubuntu gamer.

Not sure what game you want? Just looking for something to kill some time? All games are well categorized and we offer a comprehensive search.



 GetDeb

http://www.getdeb.net

GetDeb is an unofficial project with the mission to provide the latest open source and freeware applications for the current Ubuntu Linux release, in an easy to install manner.

The GetDeb repository extends the official repositories by providing latest versions and new applications. Unlike the official packages, GetDeb packages do not have a predefined release schedule - new software versions are provided as they become available from their authors. There is a short and limited testing phase instead of a full testing cycle to ensure packaging quality, however it is less strict than Ubuntu's official requirements.

miércoles, 21 de julio de 2010

Voces españolas para festival en Ubuntu

Dos paquetes .deb desarrollados por la Junta de Andalucía para Guadalinex se pueden bajar de:

http://forja.guadalinex.org/frs/?group_id=21

Seleccionar en festival mediante:
  • festival> (voice_JuntaDeAndalucia_es_pa_diphone) --> voz masculina
  • festival> (voice_JuntaDeAndalucia_es_sf_diphone) --> voz femenina


Nota:


espeak es más completo que festival, y se instala por defecto en Ubuntu.