Browsing Frugally Without Wasting Bandwidth?
forrestm writes "At home, my internet connection is limited to 1GB / month before I have to pay extra. At my university, I'm charged around 2.5c per megabyte. I rarely download anything big, but I often go through a large amount of bandwidth by simply browsing around. For example, when I play a YouTube video, click a link, and then return to the video, the whole video reloads. When I read some websites, such as BoingBoing.net or Cnet.com, my status bar shows a whole lot of data being transferred through other domains. Some pages seem to send/receive data at certain intervals for the duration of my visit. When I begin to enter a search in Firefox's search bar, a list of suggestions is automatically downloaded. In addition to this, Firefox often requests internet access of its own accord, even though I have automatic updating turned off. All this is costing me! How do I stop unsolicited use of my internet connection? How do I go about not wasting bandwidth like this?"
Why would it be so bad in a day where technology should be so advanced?
What about disabling pictures/whatever in your Internet browser settings?
If you're a FireFox user I would recommend the No Script and adblock add on. That way you're not actually loading anything unless you specify.
Setup Squid with bandwidth limits as you see fit.
"Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
http://lynx.isc.org/
FAQs are evil.
At home, my internet connection is limited to 1GB / month before I have to pay extra.
"Well there's your problem."
Weaselmancer
rediculous.
Install a cache server. Like Squid.
http://www.squid-cache.org/ /thread.
http://en.wikipedia.org/wiki/Squid_cache
--
BMO
About 100 ad domains eat up most bandwidth if you're using the most popular sites. Put those 100 domains into your hosts file pointed at '127.0.0.1' and eliminate half or more of the bandwidth used by normal surfing at cnn.com, yahoo.com, etc. Google it - there's a site out there that has a huge hosts file you can download; it's overkill - you really only need about 200 max. Just keep checking where your unwanted cookies are coming from, and null those sites.
Pavlov wouldn't be so famous if he'd used a can opener instead of a bell.
When in doubt, consult the source.
http://support.mozilla.com/en-US/kb/Firefox+makes+unrequested+connections
Amazing. Yours is the 3rd lynx reference posted within one minute!
There needs to be karma-neutral way to mod posts redundant.
Go to the library?
Seriously, if you're at a University, or hell, any community, you should have a library which usually has some kind of internet connection. And you don't have to worry about being charged some arbitrary amount per MB. : /
force text only. no flash or images
and set your browser to identify yourself as say, blackberry's browser. opera can do this sort of cloaking through an easy menu interface. large sites you visit will automatically downstep your content. otherwise, purposefully only visit sites that are mobile friendly versions of the main sites. for example, slashot's mobile friendly site is http://slashdot.org/palm
intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
I'm thinking that's your best bet.
I can count to 1023 on my hands. Ask me about #132.
Does flashblock do anything that noscript doesn't do?
Disable prefetching.
about:config
network.prefetch-next false
the no
I have a couple of suggestions for Firefox...
Don't load images: Preferences -> Content and uncheck "Load images automatically".
Block other media you don't want: FlashBlock, AdBlock, QuickJava (for Java and JavaScript)
You could also try fiddling with the browser.cache.check_doc_frequency in your about:config. I haven't tried it, but setting it to 2 might yield good results.
If you have access to a remote server which do not have bandwidth limitations (perhaps a friendly sysadmin in an university?) you may try a compressing proxy such as Ziproxy which recompresses pictures to lower quality and does some extra black magic aswell.
It seems that RabbIT does that too, but I've never used that software myself.
1. Adblock Plus (not plain Adblock)
2. FlashBlock
3. Modified Hosts file (http://www.mvps.org/winhelp2002/hosts.htm)
4. If you need to watch a Youtube vid more than once, you can download it to your PC via keepvid.com.
Nobody suggested this yet, so I will:
Use Opera.
One of its really great features is the ability to browse the web with image loading turned off, either completely, or just by allowing already-cached images to be displayed. Ever ended up on a random forum while googling something and had half a dozen megabytes of flashy avatars and signatures loaded, plus someone embedding giant images into the thread? I have. Image loading toggle is a keypress or a mouse click away.
If you globally turn JavaScript and plugins off, you won't be surprised by a site loading a megabyte of JS from somewhere (damn those huge libraries), or by any kind of Flash content or embedded videos. Helps security, too. You can always whitelist sites you regularly use.
The third great thing about Opera is instant Back/Forward navigation. Nothing is reloaded. Extra bandwidth savings. Extra time savings, too, with mouse gestures.
Turn this feature off. Click on the downarrow to the left of the search box, select "Manage Search Engines" and de-select "Show search suggestions".
You can also disable this (annoying) feature for Google page searches from their Preferences page. This sets "SG=0" in the Google PREF cookie -- which I've set in my proxy server so it's effectively disabled for all my browsers.
It must have been something you assimilated. . . .
Dude, all you have to do when visiting a site to be white-listed is is :
1. visit the site.
2. navigate your curser to the 'S' with the red circle and slash (in the bottom right corner of FF), and choose "allow this page". If you have not set NoScript to refresh the page withe new settings (Windows= 'tools'> Add-ons> highlight (left-click/hover on NoScript in the 'add-ons' dialog box) NoScript, click on the 'Options' button> select 'General' tab> checkmark the box labeled 'Automatically reload affected pages when permissions change.'
3. ???
4. PROFIT!!!
For extra credit,try the "appearance' tab (Tools>Add-ons>NoScript>Options.
Personally, mine is set at:
(long story, short version) "Show..."
"Status bar labeled" == unchecked
"Full Domain" == unchecked
"Full Address" == unchecked
It provides a nice experience online for me, along with control over which parts of a web page can load.
When in doubt, you can always try "temporarily allow XYZ.org/com/net/edu".
P.S. I am currently having to settle for a Windows machine against my choice, but the above info is the same under Linux and Firefox, except it is accessed from "Edit">"Preferences">....
Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
Use adblockplus rather than adblock. Adblock is obsolete, and does not work with current Firefox versions.
Here are some bandwidth saving keys to add to your user.js file: // Don't submit every character I type in the search box to google // Update extensions and Adblock filters every 15 days. // Note that the first is measured in seconds, and the second is measured in hours. // Block pages from autorefreshing
----
user_pref("browser.search.suggest.enabled", false);
user_pref("browser.search.update", false);
user_pref("extensions.update.interval", 1296000);
user_pref("extensions.adblockplus.synchronizationinterval", 360);
user_pref("accessibility.blockautorefresh", true);
---
Leave youtube videos loaded in the tab until you are sure you won't want to watch it again. I typically turn the sound off and allow a youtube video to load while I am surfing in another tab. When the video is done loading, I turn the sound back on and watch it from the beginning.
Write your own Choose Your Own Adventure. http://www.freegameengines.org/gamebook-engine/
1 GB/month may SOUND like a lot, but it really isn't.
Your 1 GB/month alocation would be eaten up if you have some task in the background soaking up 3.2 kb/second in bandwidth. That's how rediculously small that amount is.
33.6 kbit/second constant load on your connection would add up to 10.5 GB/month
Slashdot's frontpage alone is 630 kB. 3 visits a day for a month takes up 55 MB
New York Times' frontpage is 830 kB. 3 visits a day for a month takes up 72 MB
TVGuide.com isn't much better at 720 kB.
The basic view of gmail takes up 62 kB. The standard view is 630 kB.
It would be impossible for you to download the latest WoW patch.
I've no clue how much Windows Update requires, but Vista's Service Pack 1 is 435MB, XP SP 3 is 316MB.
MS Office 2007 Service Pack 1 is 218 MB.
Back in 2003 the average email was about 59
kilobytes in size. Spam comprises some 80 to 85% of all the email in the world, by conservative estimate, so if you're only getting 2 actual emails a day, you'll be getting 8 spam messages. This gives you a total of 17 MB/month (if you're downloading everything).
Today, all I've done for the last three hours on my computer is browse techsites and played Second Life - the totals here are 21MB up, 314 down for a total of 335 MB data. In three hours. Sounds like a lot but that's "only" 254 kb/second - pretty much the slowest ADSL connection you can get.
Forgot about listening to internet radio. 1 hour a day at 64 kbit/second is 824 MB in a month.
A standard ping packet is 32 bytes. 1 ping/second takes eats 80 MB/month.
Basicly what I'm saying is - you're fucked. A 1 GB/month usage cap is fucked up, too small and ridiculous.
To give you an idea of HOW ridiculous it is, In Denmark (25% sales tax) I can buy a 3G modem, subscription included for 6 months for 355 US$. This has no caps at all. Maximum speed is 7.2 Mbit/s, expected claimed average is between 2 and 3 Mbit/s. Every month after that the subscription is 51 US$. Roaming in Sweden is free of charge as well.
There are dozens of websites that compile canonical lists of URLs that peddle ads, spam, porn, and other crap. Start with the doubleclick sites. The lists commonly exceed 100,000 entries. Instead of matching to 127.0.0.1, use 0.0.0.0 or 127.0.0.0 .
Komando.com hosts one very good one. Using a host file is a good idea for business computers. It'll cut bandwidth usage in half or a third.
Or you can hit pause, switch to another window/tab and it will continue to load. When done, unpause.
No sig
That only works if someone actually offers something better. If the OP sits in Australia or New Zealand a 10 GB limit might be the best offer he can afford.
USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
As for the YouTube issue. If you plan to go back to a site (like the Slashdot main page after reading an article), open the links in a new window or tab, that way you just have to close the win/tab and not reload the previous page.
RSS is a great way to help reduce bandwidth waste and a great way to read the news. I love RSS. I find having a program with all of my news feeds together is much more efficient for me than looking at the ten or so sites separately. It also has features like a quick search and allows me to read the news on my laptop when I don't have a net connection.
My suggestions for good and free clients are:
Windows: Feed Demon OS X: Vienna
Not only are they great readers, but they also support CSS-Styled views...I can't stand RSS readers that look and behave like email clients.
Oops, you missed out Liferea (Linux). BUT (and thats one big BUT) though both Vienna and Liferea support browser-like eerm.. browsing (via the address-bar), a lot of rss-readers do not have the ability to block adverts by means of plugins or addons. Liferea offers the about:config, but I'm not sure how Vienna could handle this. I'd use an rss-reader only (in this handicapped internet situation) that downloads ONLY the full text, and nothing more.
All those moments will be lost in time, like tears in rain. Time to die.
You can run a caching proxy (e.g. "squid") on your computer to prevent re-fetching pages you've already fetched, and chain it to a filtering proxy (e.g. "privoxy") to block downloading of large but superfluous stuff like advertisements. If you're not already using Firefox, you might consider trying it, and installing the NoScript and/or Flashblock extensions to give you control over Flash, Java and other downloads that might otherwise automatically happen whether you actually want them or not.