Wednesday, July 15, 2015

How to connect YES 4G in Linux

1) Go to https://www.yes.my/v3/support/download.do#go

2) Select on which OS version e.g Connect for Linux (Ubuntu 12 & 14) 32 bit / 64 bit

 3) Download it

4) Once downloaded,find the downloaded file and right click the filename Connect_Installer_32 and select Open with Ubuntu Software Center.

5) Click Install

6) And you got your 4G Yes dialer.

p/s : It will ask your root password(Administrator password).

And you done.


--EOT-- 


Tuesday, April 21, 2015

Unable to Install LibreOffice.How to Solve it.

Error on Dependencies:

The following packages have unmet dependencies:
 libreoffice : Depends: libreoffice-core (= 1:3.5.7-0ubuntu7) but it is not going to be installed
               Depends: libreoffice-writer but it is not going to be installed
               Depends: libreoffice-calc but it is not going to be installed
               Depends: libreoffice-impress but it is not going to be installed
               Depends: libreoffice-draw but it is not going to be installed
               Depends: libreoffice-math but it is not going to be installed
               Depends: libreoffice-base but it is not going to be installed
               Depends: libreoffice-filter-mobiledev but it is not going to be installed
               Depends: libreoffice-java-common (>= 1:3.5.7~) but it is not going to be installed
               Recommends: libreoffice-gnome but it is not going to be installed or
                           libreoffice-kde but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Step to solve this issue :-

1) Download Armel Binary

2) sudo add-apt-repository ppa:libreoffice/ppa  and click ENTER

3) sudo apt-get update

4) sudo apt-get update && sudo apt-get install libreoffice

5) Select  ' Y '

--=EOT=--