Usuario:Monkiki

De Guía Ubuntu
Saltar a: navegación, buscar

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

http://www.testdevelocidad.es/

Mi zona de pruebas.

Aplicaciones esenciales

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

  • Déjà Dup: Déjà Dup is a simple backup program. It hides the complexity of doing backups the 'right way' (encrypted, off-site, and regular) and uses duplicity as the backend.
  • Gwibber: Gwibber is an open source microblogging client for GNOME developed with Python and GTK. It supports Twitter, Jaiku, Identi.ca, Facebook, and Digg.
  • pyBackPack: pyBackPack es una aplicación para GNOME, escrita en python, con la que podremos realizar copias de seguridad de tu sistema y guardarlas en CD/DVD, en un host remoto (usando SSH) o en la unidad de disco.
  • SubDownloader: Tienes un capitulo de tu serie favorita o una película en versión original y necesitas los subtitulos.
  • 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.
  • AcetoneISO: Tired of manually mounting ISO under Linux? Tired of not knowing how to manage esotic image formats? AcetoneISO2 is here for you! Vote it!
$ sudo aptitude install phatch
  • Las fuentes de MS para una buena navegación.
$ sudo aptitude install msttcorefonts
  • Glipper: Glipper is a clipboardmanager for GNOME.
$ sudo aptitude install glipper
  • gcolor2: gcolor2 is a simple color selector.
$ sudo aptitude install gcolor2
  • Geany: A fast and lightweight IDE using GTK2.
$ sudo aptitude install geany
  • 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.
  • Planner: Planner is the GNOME project management tool.
$ sudo aptitude install planner
  • pyRenamer: With pyRenamer you can change the name of several files at the same time easily.
$ sudo aptitude install pyrenamer
  • Avidemux: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
$ sudo aptitude install avidemux
  • mpack/munpack: Mpack and munpack are utilities for encoding and decoding (respectively) binary files in MIME (Multipurpose Internet Mail Extensions) format mail messages.
$ sudo aptitude install mpack

Extensiones de Eclipse

  • WireframeSketcher: WireframeSketcher is an Eclipse plugin for creating wireframes, screen mockups and UI prototypes.

Extensiones de Firefox

  • Split Browser: This splits the content area of the browser window as you like.
  • Tomfox: A Tomboy Extension for Firefox.
  • ColorfulTabs: The most beautiful yet the simplest add-on that makes a strong colorful appeal. Colors every tab in a different color and makes them easy to distinguish while beautifying the overall appearance of the interface. An essential...
  • Delicious Bookmarks: The Official Delicious Add-on seamlessly integrates your browser with del.icio.us, the leading social bookmarking service on the Web.
  • DownThemAll!:El primer y único gestor-acelerador de descargas construido dentro de Firefox.
  • Firebug: Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page...
  • Gmail Manager: Allows you to manage multiple Gmail accounts and receive new mail notifications. Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail...
  • Google Reader Notifier: This firefox extension shows you how many unread items you have in your Google Reader account...
  • Greasemonkey: Allows you to customize the way a webpage displays using small bits of JavaScript. ...
  • Screengrab!: Screengrab saves entire webpages as images.
  • PrintPDF: This allows users on Windows and Linux to print web pages to PDF. Experimnental.
  • FireNes: FireNes nos permite jugar a alrededor de 2500 juegos de Nintendo, sin la necesidad de bajar nada, ni emulador ni roms.
  • FEBE: Permite no sólo sincronizar nuestros marcadores, sino también todas las extensiones, complementos, temas, cookies, datos de seguridad, etc.

Detalles

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