Sunday, June 8, 2014

how to disable ads in Ubuntu 14.04 Unity desktop search

In this tutorial we will do on how to get rid of amazon ads when you search your Ubuntu unity file/program search.

1.Click the ubuntu search button and type privacy.















2.click the privacy application icon.

3.click the search tab menu.

4.click the switch button into off

5. done!! you will now have an ad free application/file search.







Saturday, June 7, 2014

How to install Google Chrome Remote Desktop on Ubuntu 14.04

open a terminal and invoke the following command.

sudo gedit /etc/apt/sources.list.d/chromeos.list
it will open and editor, on the Editor, add this line below and click save. This will add the repository.

deb http://dl.google.com/linux/chrome-remote-desktop/deb/ stable main


Go back to the terminal and invoke this following commands.
 

sudo apt-get update

sudo apt-get install chrome-remote-desktop





When the installation is finished run this command on the terminal
sudo /etc/init.d/chrome-remote-desktop start