Mis colores favoritos para la shell May 27, 2014 Ubuntu (y sus sabores) suelen cuidar muy mucho la tipografía y los colores de la shell. Y cuando uso Cygwin o Putty, los configuro igual: La tipografía de Ubuntu (tamaño 12) y estos colores: Xubuntu: FONDO: Red: 19 | Green: 25 | Blue: 38 LETRA: Red: 240 | Green: `240` | Blue: 240 Ubuntu: FONDO: #300A24 LETRA: Red: `240` | Green: `240` | Blue: 240
Programa PADRE: Hacer la Declaración de la Renta 2013 con Ubuntu 14.04 May 25, 2014 El programa PADRE de Hacienda funciona bajo JAVA, concretamente recomiendan la versión 7. INSTALAR JAVA 7 (REQUISITO PREVIO) Para saber si lo tenemos instalado, abrimos una Terminal y ejecutamos: “java -version”: costales@dev:~$ java -version java version "1.7.0_55" Java(TM) SE Runtime Environment (build 1.7.0_55-b13) Java HotSpot(TM) Client VM (build 24.55-b03, mixed mode) costales@dev:~$ Si no tenemos instalado JAVA podemos hacerlo ejecutando esto en la misma Terminal: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer ...
How install SIPE (Office Communicator) with Pidgin Portable in Windows May 16, 2014 You'll need a portable folder of Pidgin 2.10+. By example: E:\PidginPortable. Copy all this files to that folder: E:\PidginPortable\App\Pidgin Manage your accounts, you'll see the new Communicator Protocol :) Pidgin Portable with Office Communicator in Windows If you are using Ubuntu, just install the pidgin-sipe package from the Ubuntu Software Center :)
Apps for Human Beings (pyGTK with Glade) May 14, 2014 I really believe in the Ubuntu Promise, “Ubuntu is […] accessible to all". I think this is one of the awesome things in this OS and community. A few years ago, I received a bug in Gufw: THE PROBLEM By example, I have 2 comboboxes: “Deny” for “Incoming” You can see if the “Deny” value is for “Incoming” or for “Outgoing”. But a visual impairment user will focus on “Deny” and ORCA will speech these options: “Allow, Deny, Reject”: ...
Several Ubuntu installations, reinstall your GRUB after an upgrade May 14, 2014 Maybe your HD is like this: Ubuntu 14.04 on /dev/sda1 Xubuntu 14.04 on /dev/sda5 If you upgraded one of them, some times the GRUB changes of partition. How to fix? Easy, startup from the desire partition and exec: sudo grub-install --root-directory=/boot /dev/sda update-grub Source If you run from a LiveUSB: sudo mount /dev/sda1 /mnt  sudo grub-install --boot-directory=/mnt/boot /dev/sda
PYLang: Practice Languages with Ubuntu May 1, 2014 A few years ago, for the first Ubuntu App Showdown, I developed PYEnglish, an application for practice English. Now, it's available PYLang, an upgrade from that application. You can practice English & Spanish in its first release. How to play Easy, just complete the right sentence with random words! PYLang is a handy utility created with a different attitude in mind, forcing the user to write the correct sentence. The app provides per-detail-colored items to be utilized by the user with the main goal of combining them in a correct sentence. ...
Telegram in Ubuntu with a webapp Apr 25, 2014 Until now you could to use Telegram in Ubuntu from a web, Chrome app or shell. Now, you can enjoy Telegram integrated with Unity too! Telegram in the Ubuntu Dash Board Launcher icon count for unread conversations Messaging menu with unread conversations Alt+Tab integration Features Dashboard integration Unity Launcher Counts for total unread conversations Messaging menu How to install Just run these commands in the Terminal and search Telegram in the Dash: ...
"Folder Color" app: Change the color of your folders in Ubuntu Apr 23, 2014 A simple, easy, fast and useful app! Change the color of your folders in Nautilus in a really easy way, so that you can get a better visual layout! Folder Color in Ubuntu How to install? Just enter this command into a Terminal, logout and enjoy it! sudo add-apt-repository ppa:costales/folder-color ; sudo apt-get update ; sudo apt-get install folder-color -y More info.
Crear un .deb y un PPA fácilmente Apr 20, 2014 Crear fichero .deb: Pues lo más sencillo… crear tus ficheros y directorios y mediante el directorio debian (más concretamente su fichero install) decir dónde va cada fichero. Accedemos al directorio y ejecutamos: dpkg-buildpackage Crear PPA: Un poco más díficil. Hay que subir una clave GPG al servidor de Ubuntu. Tras crear el .deb anterior y en el directorio padre, generamos el fichero source.changes con: dpkg-buildpackage # Este para crear el . ...
Interview: Migrating a school from Windows XP to Ubuntu 14.04 Apr 14, 2014 The end of support for Windows XP runs a real crossroad for hundreds of educational institutions and their computer systems. Ubuntu is the change that cutting edge education needs. Fernando Lanero, for those who you don't know, is teacher and ICT manager of Agustinos School in León (Spain). A free software activist entangled in the migration of a school with 1200 students to the Ubuntu operating system. Fernando & Costales ...