Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old December 30th, 2005   #1
anil_robo
Dipped in Ubuntu
 
anil_robo's Avatar
 
Join Date: Oct 2005
Location: Aldan, PA
Beans: 564
Send a message via MSN to anil_robo Send a message via Yahoo to anil_robo Send a message via Skype™ to anil_robo
Cool How to block internet advertisements, banners and spyware in Linux

Hi all! I'm seeing heated discussions on spyware for linux, and I think it's a well-suited time to post a useful tutorial here. By following these simple steps, you will be able to block most advertisement banners on webpages, virus-infected websites, spyware-infected websites, and other insecure websites.

Theory: In Linux, the file /etc/hosts contains information about how the system interprets website domain names. If you want to block a website, just make it point to 0.0.0.0 (e.g. www.site-to-be-blocked.com will point to 0.0.0.0 => The site won't open at all!).

How to: First, you need a good hosts file to install. The one I use is here.
Click on that link right now, and the file will open in a browser or a text editor. Select all the text in the file, and copy it.

Now open a terminal, and type
Code:
sudo gedit /etc/hosts
. Your hosts file should open up. This file may already have some entries in it, which we're not going to change. Go to the end of the file, and "paste" the contents of the hosts file you had copied to the clipboard earlier.
Save the hosts file, and it should be active. Just to be more sure, you might want to logout and relog to Ubuntu.

Now when you start browsing, you'll not see any ads, rather they'll simply fail to load! Here's a screenshot when I try to access an advertisement site (www.doubleclick.net):
Screenshot-Problem loading page - Mozilla Firefox.png

A lot of people have recommended using adblock extension for Firefox instead of this hosts-file blocking method. Adblock protects you against spyware/adware when you're surfing the internet through Firefox. But what about the other malicious things you can get through other programs? For example, in your email which you view through evolution? Since evolution accesses internet directly, I'd still go for blocking all the parasites through the hosts file.


This method does not work if you are using a proxy.

The host file structure changed with Ubuntu 8.10, so I doubt the same hosts file will work for Intrepid.
__________________
P-166MHz, 64MB SMRAM, 1GB HD hosting websites
My blog

I'm registered Linux User # 406032

Last edited by anil_robo; December 13th, 2008 at 06:15 AM..
anil_robo is offline   Reply With Quote
Old December 31st, 2005   #2
Ali_Baba
A Carafe of Ubuntu
 
Join Date: May 2005
Location: Kotka
Beans: 63
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to Ali_Baba Send a message via Yahoo to Ali_Baba
Re: How To Block Ads And Spyware In Linux

Sounds good,thanks for Howto. I have to try this
__________________
Registered Linux user #389834
Ali_Baba is offline   Reply With Quote
Old December 31st, 2005   #3
Norberg
5 Cups of Ubuntu
 
Join Date: Dec 2005
Location: Sweden
Beans: 39
Ubuntu 6.06
Send a message via MSN to Norberg
Re: How To Block Ads And Spyware In Linux

Very nice How To
__________________
Linux user #406037
If you speak swedish take a look at my webased game www.dackbrann.net
Norberg is offline   Reply With Quote
Old December 31st, 2005   #4
guice
A Carafe of Ubuntu
 
Join Date: Sep 2005
Beans: 142
Re: How to block internet advertisements, banners and spyware in Linux

You're using Firefox. Just install AdBlock.
There's even a Filter Updater extension for AdBlock, too, that'll auto-update when the list changes.
guice is offline   Reply With Quote
Old December 31st, 2005   #5
evs
5 Cups of Ubuntu
 
Join Date: Jun 2005
Beans: 33
Kubuntu 6.10 Edgy
Re: How to block internet advertisements, banners and spyware in Linux

Quote:
Originally Posted by guice
You're using Firefox. Just install AdBlock.
There's even a Filter Updater extension for AdBlock, too, that'll auto-update when the list changes.
AdBlock is probably my favorite extension, along with the updater. I've been using Konqueror a lot more lately, too, so I exported the blocked sites list from Firefox to a file, and imported that into Konqueror's built-in adblock feature. It makes surfing the web so much more enjoyable.
evs is offline   Reply With Quote
Old December 31st, 2005   #6
limit223
A Carafe of Ubuntu
 
limit223's Avatar
 
Join Date: Nov 2005
Location: Canada
Beans: 137
Kubuntu Breezy 5.10
Re: How To Block Ads And Spyware In Linux

Related to this subject,
If anyone noticed in firefox when you do about:config in browser address, filter: dns -- network.dns*=.doubleclick.net, change the value to true! (stay out of their dns)
__________________
...optimize, clarify, open, Share....knowledge.

Last edited by limit223; December 31st, 2005 at 02:58 PM..
limit223 is offline   Reply With Quote
Old December 31st, 2005   #7
earobinson
Ubuntu Member
 
earobinson's Avatar
 
Join Date: Jan 2005
Location: Toronto, Ontario, Canada
Beans: 2,566
Ubuntu 9.04 Jaunty Jackalope
Re: How To Block Ads And Spyware In Linux

this could be used as a nanny lock to no?
__________________
Edward A Robinson -- www.earobinson.org
earobinson is offline   Reply With Quote
Old December 31st, 2005   #8
limit223
A Carafe of Ubuntu
 
limit223's Avatar
 
Join Date: Nov 2005
Location: Canada
Beans: 137
Kubuntu Breezy 5.10
Re: How To Block Ads And Spyware In Linux

well..it said that was implemented for speed but if you choose any other dns: mozilla.org , google would return no search.... True value works fine.
__________________
...optimize, clarify, open, Share....knowledge.
limit223 is offline   Reply With Quote
Old December 31st, 2005   #9
Orunitia
A Carafe of Ubuntu
 
Orunitia's Avatar
 
Join Date: May 2005
Beans: 108
Ubuntu 6.06
Re: How To Block Ads And Spyware In Linux

This just seemed to slow a lot of sites down for me. I took it back out of my host file and everything seemed to speed up again.
__________________
Orunitia is offline   Reply With Quote
Old December 31st, 2005   #10
Gandalf
Has an Ubuntu Drip
 
Gandalf's Avatar
 
Join Date: Apr 2005
Beans: 688
Dapper Drake Testing/
Re: How To Block Ads And Spyware In Linux

its normal to slow down sites that use one of the addresses u blocked, since your browser will keep trying a bit to connect to localhost untill it time out!!
__________________
[My Blog] | [My Sites] | [My Ubuntu Guides]

doc.gwos.org, the real successor of Ubuntu Guide
Gandalf is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:55 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry