The FreeBSD Diary |
![]() |
(TM) | Providing practical examples since 1998 |
|
Big Brother is watching you (and your network)
18 February 2000
|
|
|
Note: Big Brother requires a web server. So install it on a box which already has apache installed. See the Apache topics for more information. |
|
|
Installing Big Brother
|
|
Remember, I have the entire ports tree
installed. So it was easy. See also, Installing
a port without installing the ports.cd /usr/ports/net/bb make install The file to read is ./work/bb/README.INSTALL. In there, it suggests that you subscribe to the Big Brother mailing list. I did. So should you. To subscribe:
|
|
|
Configuration
|
|
| Big Brother is installed to /usr/local/bb/. Unless
otherwise specified, all paths in this article are relative to the this directory. Here is a list of some of the things you should do. Most of this list has been obtained from /usr/local/share/doc/bb/README.
ln -w /usr/local/bb/www /usr/local/www/data/bb
|
|
|
Running Big Brother
|
|
This is easy:./runbb.sh The install creates the script /usr/local/etc/rc.d/bb.sh which will start Big Brother for you after each reboot. |
|
|
Security considerations
|
|
| You may or may not wish to make the output from Big Brother available to the outside world. | |
|
More to come
|
|
| I'm not finished with Big Brother. There are more configuration options I need to perform. Those will come later. | |