Get Social

How to block advertising tracking in Google Chrome

Task: do remove google tracking in Google Chrome and browsers based on it (for example, yandex-browser).
Despite the fact that Google is called a “corporation of good”, privacy still does not hurt.

If you agree with this, then follow these steps:
You must go to the “Settings” of the browser, as shown in the figure below.

bloktrack1

Next – select the link “Show advanced settings” at the bottom of the page

bloktrack2

Put a mark in the item “Send a ban on tracking with outgoing traffic” and click “OK” in the window that appears.

bloktrack3

Everything, now you can close the settings tab and use your browser.

Howto install latest java and plug-in to chromium

Install build java utility:

aptitude install java-package

After that – go to link and download archive for your system (in my case it was: Linux x64 131.8 MB jdk-7u51-linux-x64.tar.gz). Compile deb-package:

make-jpkg jdk-7u51-linux-x64.tar.gz

(We could download rpm package and used the alien utility to convert it to deb, but [we are not looking for easy ways]||[it seems make-jpkg compiled package will be more correct] ). Now install it:

su
dpkg -i oracle-j2sdk1.7_1.7.0+update51_amd64.deb

To connect it to the browser, we do so:

mkdir ~/.config/chromium/plugins
ln -s /usr/lib/jvm/j2sdk1.7-oracle/jre/lib/amd64/libnpjp2.so ~/.config/chromium/plugins/libjavaplugin.so

Even without restarting the browser, you can immediately go to the link and check the version of java.