Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.
Trace:
Differences
This shows you the differences between two versions of the page.
|
slackware:parentalcontrol [2008/05/18 13:25] alien Switch to stable release, mention new development activities. |
slackware:parentalcontrol [2008/05/18 13:27] (current) alien Newer dansguardian version number. |
||
|---|---|---|---|
| Line 39: | Line 39: | ||
| make install | make install | ||
| </code> If you rather install a Slackware package or want to use a SlackBuild script to create a Slackware package, you'll find all you need in [[http://www.slackware.com/~alien/slackbuilds/tinyproxy/|my repository]] | </code> If you rather install a Slackware package or want to use a SlackBuild script to create a Slackware package, you'll find all you need in [[http://www.slackware.com/~alien/slackbuilds/tinyproxy/|my repository]] | ||
| + | |||
| ===== Contentfilter installation ===== | ===== Contentfilter installation ===== | ||
| The dansguardian software is actively maintained. You will need the basic software package you can download from the [[http://dansguardian.org/|dansguardian homepage]]. It's default configuration will already be sufficient for a lot of people. If you want more extensive URL blacklists or badword lists you can look at the website. Some extensions you'll find have to be paid for however.\\ | The dansguardian software is actively maintained. You will need the basic software package you can download from the [[http://dansguardian.org/|dansguardian homepage]]. It's default configuration will already be sufficient for a lot of people. If you want more extensive URL blacklists or badword lists you can look at the website. Some extensions you'll find have to be paid for however.\\ | ||
| - | Although the most current release is in the //ALPHA// download section, it's actually quite stable. I used that for my install. For the manually compiling people: <code> | + | Although the most current release is in the //BETA// download section, it's actually quite stable. I used that for my install. For the manually compiling people: <code> |
| - | tar -zxvf dansguardian-2.9.7.1.tar.gz | + | tar -zxvf dansguardian-2.9.9.4.tar.gz |
| - | cd dansguardian-2.9.7.1 | + | cd dansguardian-2.9.9.4 |
| ./configure --prefix=/usr \ | ./configure --prefix=/usr \ | ||
| --localstatedir=/var \ | --localstatedir=/var \ | ||
| Line 52: | Line 53: | ||
| --enable-clamd \ | --enable-clamd \ | ||
| --enable-email \ | --enable-email \ | ||
| + | --enable-commandline \ | ||
| --with-proxyuser=nobody \ | --with-proxyuser=nobody \ | ||
| --with-proxygroup=nobody | --with-proxygroup=nobody | ||