View previous topic :: View next topic |
Author |
Message |
Kezza n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1626085097404be1067905b.jpg)
Joined: 11 Dec 2002 Posts: 49
|
Posted: Fri Feb 14, 2003 10:26 pm Post subject: web caching and ad blocking |
|
|
I'm hoping to set up my linux box to cache web pages so they load faster (I'm on a dialup ). However, I want to ensure that:
1. web pages that change often (changelogs etc) remain up to date.
2. web pages that do not change often (login screens etc) are not needlessly synced everytime I view them.
I'm not sure whether I need a proxy server for this or some other form of magic. Advice on what to merge would be hugely appreciated.
I'm also hoping someone can outline to me how I can set up some form of ad-blocking.
I guess I could just put entries in my /etc/hosts file of common adservers. An example would be:
Code: | 127.0.0.1 ads.someserver.com |
However I'm hoping to set up something a little more dynamic (I don't want to manually parse the HTML code everytime I look at a new webpage to find the names of the adservers).
Would a proxy server once again be the way to go?
Thanks for any advice. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
slartibartfasz Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_kif.gif)
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Fri Feb 14, 2003 10:28 pm Post subject: |
|
|
i use squid - there is also a new adblocker for squid - dont remember the name but iguess u can find it (both are available as ebuilds but i think the latter is masked...)
it does all that u asked for and more ![Cool 8)](images/smiles/icon_cool.gif) _________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|