Starting from Ubuntu 12.04 we observed different graphics problems with “old” computers. When I say “old” I don’t mean obsolete hardware but PC with not more than three years of usage.
Many problems were especially noticed in systems with dual monitors or involving laptops. In few words, Ubuntu was not able to keep and memorize the correct video settings and it was necessary to set-up monitors configuration almost each time you logged on your OS. If you have the same problem and you are surfing the net to fix this “bug” don’t forget to search for solutions strictly connected to the laptop or graphic card you are really using. In fact in our experience there are more than few solutions possible and what it’s resolving for some hardware could become a real mess for different (but similar) machines.
The risk of damaging Ubuntu graphical interface while you try to fix the laptop – dual monitors problem is high. Or it has been in our experience because after some tests we were just able to use Ubuntu through the old line way in its safe mode boot. In any way, in our experience (IBM Thinkpad T43 and a HP L1950g monitor using Ubuntu 12.04 LTS with MATE as graphical interface) we solved all the matter just using Terminal and typing:
sudo apt-get update
and
sudo apt-get install ubuntu-desktop
We are not able to explain why it works but it really fixed the bug. Probably, in one of the previous update one or more libraries conflicted with Ubuntu 12.04 configuration generating all the mess we fought against during the past months.
So, if you want to test our solution on your PC, do it at your risk, and type:
sudo apt-get install --reinstall ubuntu-desktop
or
sudo apt-get install --reinstall xubuntu-desktop
or
sudo apt-get install --reinstall kubuntu-desktop
or
sudo apt-get install --reinstall lubuntu-desktop
If you want to reinstall all (k)ubuntu-desktop dependencies:
sudo apt-cache depends ubuntu-desktop | awk -F ":" '{print $2}' | sed '/^$/d' | xargs sudo apt-get install --reinstall --install-recommends --yes
Don’t forget to choose your favourite k-x-l-u-buntu-desktop when you type all the above code in just one line and !
Good luck!…. and touch wood while you fix this really annoying bug….. 

Are you starving for information or “really new news”? Why don’t you try to
Usually, when you shut down your Linux OS, you have the option to Hibernate your computer. Using this option you are 100% sure that, when you power-on again your PC, you will find exactly the same programs, browser tabs and system configuration you. In 

Installing software on
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: 

