Resources for “Add Web Porn Filtering and Other Content Filtering to Linux Desktops”
September 29th, 2006 by Donald Emmack in
DansGuardian “Flow of Events”: dansguardian.org/?page=dgflow
DansGuardian Download Page: dansguardian.org/?page=download
Tinyproxy Download Page: tinyproxy.sourceforge.net
DansGuardian Documentation: www.vollmar.ch/dansguardian-e.html
Using FireHol: www.pilpi.net/journal/item-985.php
“HOWTO Lockdown Mozilla Preferences for LTSP” by Warren Togami: togami.com/~warren/guides/mozlockdown
DansGuardian Extras Link: dansguardian.org/?page=extras
URLblacklist.com: urlblacklist.com
Web Content Filtering Portal: www.harvest.com.br/asp/afn/dg.nsf
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Nov-19-09
- Nov-04-09
Recently Popular
From the Magazine
December 2009, #188
If last month's Infrastrucuture issue was too "big" for you then try on this month's Embedded issue. Find out how to use Player for programming mobile robots, build a humidity controller for your root cellar, find out how to reduce the boot time of your embedded system, and if you're new to embedded systems find out the basics that go into one. You can also read about the Beagle Board, the Mesh Potato and a spate of other interestingly named items. And along with our regular columns don't miss our new monthly column: Economy Size Geek.
Delicious
Digg
StumbleUpon
Reddit
Facebook








firefox settings for pickup cfg file
On December 31st, 2006 Manfred (not verified) says:
Hi,
Nice article!
I have a non-preloaded firefox 1.0.7 on my distribution (slack).
I had to change/augment the greprefs/all.js file
pref("general.config.obscure_value", 0); //was 13 ; changed pref("general.config.filename", "firefox.cfg"); //Addedotherwise the firefox.cfg file would not be read.
Manfred.
Using iptables
On October 23rd, 2006 Darryl Scroggins (not verified) says:
I wanted a filtering system that would not be easy to defeat and I did not want the solution to depend on one machine being on all the time.
I ended up running dansguardian, squid, and iptables on each machine, using iptables to forces the browser to use the squid proxy at 8080.
The following line, added to the end of /etc/rc.d/rc.local, does the trick:
iptables -A OUTPUT -p tcp --dport 80 -m owner ! --uid-owner squid -j REJECT --reject-with tcp-reset
This configuration has served me well for over a year.
Post new comment