[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-15.0/source/network/tor/
Contents of README:
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:
In file /etc/rc.d/rc.local, add following
  if [ -x /etc/rc.d/rc.tor ]; then
    /etc/rc.d/rc.tor start
  fi

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

torsocks is an optional dependency. See README.SLACKWARE for more
information.

optional dependencies:
- nacl may provide faster performance on 32-bit systems.

Take a look at README.SLACKWARE for important notes and read also very
carefully the essential hints that tor developers give you

https://www.torproject.org/download/download-easy.html.en#warning

Icon  Name                                                      Last modified      Size  
[DIR] Parent Directory - [TXT] README 11-Jun-2022 11:59 1.4K [TXT] README.SLACKWARE 11-Jun-2022 11:59 1.2K [   ] doinst.sh 11-Jun-2022 11:59 651 [   ] logrotate.tor 11-Jun-2022 11:59 217 [TXT] rc.tor 11-Mar-2022 06:34 2.4K [TXT] slack-desc 11-Jun-2022 11:59 1.0K [   ] tor-0.4.6.10.tar.gz 11-Jun-2022 11:59 7.4M [TXT] tor.SlackBuild 20-Mar-2022 14:51 4.8K [   ] tor.info 11-Jun-2022 11:59 271 [TXT] torrc 14-Jun-2018 16:01 9.8K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!