SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Revision of wget for OS X from Tue, 08/11/2009 - 10:50
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Pre-built for OS X 10.4 and higher
Download from http://andrew.merenbach.com/?q=node/17
Compiling wget for OS X
Requires that you have the OS X Developer Tools installed.
Instructions from http://radio.javaranch.com/bear/2005/03/02/1109829480523.html
There's also instructions for building it from CVS.
Download the source:
curl -O ftp://ftp.gnu.org/pub/gnu/wget/wget-latest.tar.gz
tar zxf wget-latest.tar.gz
cd wget-<version>
Configure and build it:
./configure
make
Install the binaries:
sudo make install
You'll likely need to add /usr/local/bin
to your shell $PATH in order to use the programs
- Log in to post comments