Posts

Showing posts from 2013

Solution to the Twin Devils on Ubuntu Laptops : Heating up and Battery drain

Image
                          Two major problems I have experienced with Ubuntu on a laptops are heating up and battery drainage. Most of the modern day devices have the capability to save power. The drivers installed on the Ubuntu has the capability to do that also. But they are underutilized. This results in the dual problems of heavy battery drain and heating up. These two problems are interrelated and they can be solve together by doing some manual configurations. The following methods were successfully tested in three hp laptops ( The laptops used processors: AMD A10 with ATI dual graphics, i5 with Intel and ATI dual graphics and Dual Core without graphics card). 1)  The first and most important solution to the problem is TLP. (Thanks to my friend who told me about this.)  TLP is an advanced power management tool for Linux. It is a pure command li...

INSTALL MICROSOFT OFFICE 2010 IN UBUNTU 14.04/13.10/13.04/12.10 AND MINT AND MAKE IT DEFAULT

Image
Microsoft Office is my favorite office application. The default LibreOffice in Ubuntu 12.10 lacks a lot of Features available in MS Office. After succesfull installation of Microsoft Office 2007 in Ubuntu 11.10 and 12.04/12.10 , I tried installing Microsoft Office 2010 in 12.10. The installation instructions for Microsoft Office 2007 in 12.10 is same as that in 12.04. To install Microsoft Office 2010 in Ubuntu 12.10,  I followed the following steps. There are few changes in the dependencies needed for 201 0 when compared to 20 0 7 . This method works in Ubuntu 13.04, 13.10 and 14.04 as well. This has been tested on both 3 2 and 64 bits successfully . This method is reported to work in Ubuntu derivatives like Mint by users through comment. 1. For 64-bit users first step is to install mesa OpenGL and the 32-bit libraries. For all except 14.04 :   sudo apt-get install mesa-utils mesa-utils-extra libgl1-mesa-glx:i386 libgl1-mesa-dev ia32-libs For Ubuntu 14.04 users t...