This script is for Slackware 12.2 only and may be outdated.

SlackBuilds Repository

12.2 > Network > tor (0.2.0.35)

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.

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

You can pass another user/group to the script, this is however, less safe:
TOR_USER=nobody TOR_GROUP=nogroup sh tor.SlackBuild

The following can be used to start/stop tor automatically:
/etc/rc.d/rc.local
if [ -x /etc/rc.d/rc.tor ]; then
/etc/rc.d/rc.tor start
fi

/etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.tor ]; then
/etc/rc.d/rc.tor stop
fi

Tor requires the libevent library, available from SlackBuilds.org.

Maintained by: Erik Hanson
Keywords: proxy,anonymous,onion router
ChangeLog: tor

Homepage:
http://tor.eff.org/

Source Downloads:
tor-0.2.0.35.tar.gz (d4841e1b4d54866495fd373e865b2d44)

Download SlackBuild:
tor.tar.gz
tor.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
rc.tor
slack-desc
tor.SlackBuild
tor.info

Validated for Slackware 12.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds