Diferencia entre revisiones de «Usuario:Monkiki»

De Guía Ubuntu
Saltar a: navegación, buscar
(Acceso a Internet por 3G)
Línea 73: Línea 73:
 
   $ grep 81.36.40.151 mail.info | grep "Feb 11 16" | ccze -A
 
   $ grep 81.36.40.151 mail.info | grep "Feb 11 16" | ccze -A
  
== Acceso a Internet por 3G ==
 
  
Originalmente era con comillas simple.
 
 
~/.wvdial :
 
 
[Dialer YoigoUSB]
 
Modem = /dev/ttyACM0
 
Phone = *99***1#
 
Username = ""
 
Password = ""
 
 
/etc/wvdial.conf
 
 
[Dialer YoigoUSB]
 
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
 
Modem Type = USB Modem
 
Phone = *99***1#
 
ISDN = 0
 
Username = ""
 
Init1 = ATZ
 
Password = ""
 
Modem = /dev/ttyACM0
 
Baud = 460800
 
 
Y, ejecutando:
 
 
$ sudo wvdial YoigoUSB
 
 
Se puede cambiar el tamaño de la MTU con algo parecido a
 
 
$ ip l
 
$ sudo ip link set ppp0 mtu 472
 
  
 
== Festival can't open /dev/dsp ==
 
== Festival can't open /dev/dsp ==

Revisión de 17:19 27 oct 2012

Uno de los dos administradores de la Guía Ubuntu.

http://www.guia-ubuntu.org/index.php?title=Especial:Userlogin

http://www.testdevelocidad.es/

http://www.screentoaster.com/

Mi zona de pruebas.

Cultura

  • JDownloader: JDownloader es una plataforma de código abierto escrita completamente en Java. Esto simplifica la descarga de archivos de servidores como Rapidshare.com o Megaupload.com.
  • ted: ted can find episodes of any TV show you like to watch. Just add your favorite shows to ted and he will search for the newest episodes and downloads them for you.

Aplicaciones esenciales

Hay una serie de aplicaciones que me parecen esenciales un todo sistema que se precie:

  • jhead: jhead is a command line driven utility for extracting digital camera settings from the Exif format files used by many digital cameras. It handles the various confusing ways these can be expressed, and displays them as F-stop, shutter speed, etc.
 $ jhead -n%Y%m%d_%H%M%S *.jpg   --> Renombra ficheros acorde con su fecha EXIF
 $ jhead -tsyyyy:mm:dd-hh:mm:ss *.jpg   --> Establece la fecha y hora EXIF de la foto
 $ jhead -mkexif *.jpg   --> Create minimal EXIF header
 $ jhead -ta+16:30 *.jpg  --> Añade o elimina horas del EXIF de la foto
  • BleachBit: BleachBit deletes unnecessary files to free valuable disk space, maintain privacy, and remove junk. Rid your system of old clutter including cache, cookies, Internet history, localizations, logs, temporary files, and broken shortcuts.
  • AutoScan-Network: AutoScan-Network is a network discovering and managing application. No configuration is required to scan your network. The main goal is to print the list of connected equipments in your network.
  • HardInfo: HardInfo can gather information about your system's hardware and operating system, perform benchmarks, and generate printable reports either in HTML or in plain text formats.
  • Meld: Diff and merge tool.
$ sudo aptitude install phatch
  • Las fuentes de MS para una buena navegación.
$ sudo aptitude install msttcorefonts
  • gcolor2: gcolor2 is a simple color selector.
$ sudo aptitude install gcolor2
  • Oracle SQL Developer: SQL Developer can connect to any Oracle Database version 9.2.0.1 and later and runs on Windows, Linux and Mac OSX.
  • Aqua Data Studio: is a database developer's complete Integrated Development Environment (IDE). Free license for OpenSource projects.
  • pyRenamer: With pyRenamer you can change the name of several files at the same time easily.
$ sudo aptitude install pyrenamer

Imágenes -> Patrón de nombre de archivo nuevo: {imageyear}{imagemonth}{imageday}_{imagehour}{imageminute}{imagesecond}.jpg

Extensiones de Firefox

  • Firebug: Firebug se integra con Firefox para ofrecer una completa herramienta para el desarrollador de páginas web. Permite editar, depurar y monitorizar recursos CSS, HTML, y JavaScript en cualquier página web.
  • DownThemAll!:El primer y único gestor-acelerador de descargas construido dentro de Firefox.

Detalles

Sistemas

 $ grep 81.36.40.151 mail.info | grep "Feb 11 16" | ccze -A


Festival can't open /dev/dsp

Contenido del fichero $HOME/.festivalrc

;use ALSA
(Parameter.set 'Audio_Method 'Audio_Command)
(Parameter.set 'Audio_Command "aplay -q -c 1 -t raw -f s16 -r $SR $FILE")

; Default spanish voice 
(set! voice_default 'voice_el_diphone)