Installing software on Ubuntu is really easy but sometimes we can have problems to uninstall it if we have not used the Package Manager (Synaptic till Ubuntu 9.04 and later through the Software Center) or a .deb package. To fastly uninstall all the software you do not need or you are not fond of, you can type in the Terminal:
sudo dpkg -r your_file
An alternative and powerful way is typing:
sudo apt-get remove your_file
(where your_file it is the name of the software you want to remove)
or, if you want to completely cancel also the configuration files:
sudo apt-get --purge remove your_file
If you want to check what software is installed on you Ubuntu you can use:
dpkg --list
and you will obtain a complete list of software and a very short summary for each package.


What about losing your laptop? Obviously the chances to find it and have it back are very few! But there are several software you can install on your laptop to trace the ip and geo-location of te laptop and with a bit of fortune you could find it.
Hace unos días he encontrado esta nueva aplicación para Linux, se llama CLI Companion. Aunque Linux ha evolucionado muchísimo y hay que reconocer que ya casi no hace falta hacer uso de la Consola para ejecutar programas y tareas varias, pero también hay veces que gracias al uso de la Consola se puede solucionar pequeños problema que de otra forma seria bastante mas complicado. En esos casos CliCompanion nos hecha una mano añadiendo una lista con diferentes comandos junto a nuestro terminal. La lista de los comando no es infinita, viene con unos cuantos; para cada comando hay una referencia donde se explica la función, también es posible añadir comandos y los parámetros correspondientes. Además CliCompanion tiene un apartado de búsqueda donde es posible encontrar el comando que mas nos interese en cada momento. Desde cuando lo instalé en mi Kubuntu 10.04, tengo que confirmar que es una muy buena aplicación y puede ser instalada con lo repositorios correspondientes y tener futuras actualizaciones o directamente através el paquete .DEB. Os dejo el enlace de la Web:
Los E-books están ganando cada vez mas espacio a los libro de papel y seguramente en un futuro no muy lejano llagaran a tener el mismo mercado que los libros de papel. Entre las varias aplicaciones para gestionar vuestra biblioteca digital y vuestros E-reader, he encontrado
We need to apologize to all of you because we promised weekly posts and then we took quite a long hiatus. We didn’t mean to be gone for so long, but life got strange, and so on and so forth. But now we are back, and we would like to apologize with all you.