Say Goodbye to Internet Ads
To all you surfers out there. would it be nice not to be bothered (for once) by annoying Ads. Like when you visit say times.com or CNN.com, you will see a lot of ads on the side of that page which eats up a about 30% of your bandwidth. On top of that, it slows your system down and it is annoying as well. Oh I hate them so much that I wish i could scrape them off my screen.
Heres the trick. In Firefox, there is an add-on called Adblock plus. That does the trick but only if your using Firefox. But what about Opera, Safari, IE and the others. Adblock obviously wont work.
In order to do that, you need to install a proxy server and adzapper to filter out the ads using any browser.
The following intructions applies to Ubuntu Jaunty
Squid 3 and Adzapper Installation
- Open Synaptic Package Manager
- Search for “squid3 and adzapper” and mark for installation,
- Apply
- Then your done with the installation
Configuring Squid Proxy 3 and Ad-zapper
- On the terminal type “gksudo mousepad /etc/squid3/squid.conf” (less the quotes),
- This pulls up the squid3 configuration file. Now at the very top, type “redirect_program /usr/bin/adzapper.wrapper” (less the quotes), and on the bottom type “cache deny all”
- Save the file and restart squid3: ”sudo /etc/init.d/squid restart”
- thats about all you need to do with squid and adzapper.
- Now you need to configure your browser to point to your proxy server.
- In Opera its Tools->Preferences->Advanced->Net Works->Proxy Servers
- Assign proxy settings using 127.0.0.1 as the address and 8080 as the port,
- Visit several sites and you will notice adz being filtered out. Have fun
Source:
should it be? /etc/init.d/squid3 restart
Well now that we are using squid3, yes your right.