2010-05-11 15:01:37 +02:00
|
|
|
Tor is a toolset for a wide range of organizations and people that want
|
|
|
|
to improve their safety and security on the Internet. Using Tor can help
|
|
|
|
you anonymize web browsing and publishing, instant messaging, IRC,
|
|
|
|
SSH, and other applications that use the TCP protocol. Tor also
|
|
|
|
provides a platform on which software developers can build new
|
|
|
|
applications with built-in anonymity, safety, and privacy features.
|
|
|
|
|
2010-05-12 17:44:17 +02:00
|
|
|
This script requires a 'tor' user/group to exist before running.
|
|
|
|
The recommended UID/GID is 220. You can create these like so:
|
|
|
|
groupadd -g 220 tor
|
|
|
|
useradd -u 220 -g 220 -c "The Onion Router" -d /dev/null -s /bin/false tor
|
|
|
|
|
2010-05-13 00:38:27 +02:00
|
|
|
You can pass another user/group to the script; this is however, less safe:
|
2010-05-12 17:44:17 +02:00
|
|
|
TOR_USER=nobody TOR_GROUP=nogroup sh tor.SlackBuild
|
|
|
|
|
2010-06-16 15:33:16 +02:00
|
|
|
See README.SLACKWARE for how to start tor on boot.
|
2010-05-12 17:44:17 +02:00
|
|
|
|
2010-05-13 00:38:27 +02:00
|
|
|
Tor requires libevent.
|