[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Last revision
howtos:security:installing_tor_using_a_slackbuild_script [2012/09/26 00:46 (UTC)] – moved from the general howtos namespace mfillpot
Line 1: Line 1:
 +<!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 +====== Installing Tor Using a SlackBuild Script======
  
 +===== Overview =====
 +From [[https://www.torproject.org/index.html.en|torproject.org]]:
 +
 +Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. Tor provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy. 
 +
 +----
 +
 +==== Installing Tor ====
 +
 +  *      Download the libevent SlackBuild and source from [[http://slackbuilds.org/repository/13.37/libraries/libevent/|SlackBuilds.org]].
 +  *      Build and install libevent from the SlackBuild script. 
 +  *      Download the Tor SlackBuild and source from [[http://slackbuilds.org/repository/13.37/network/tor/|SlackBuilds.org]].
 +  *      Build and install the Tor package using the SlackBuild script as you did with libevent above.
 +
 +<note tip>See [[howtos:slackware_admin:creating_a_package_using_a_slackbuild_script|Creating a Package Using a Slackbuild Script]] for more details on using [[slackware:slackbuild_scripts|SlackBuilds]].</note>
 +
 +  *      Start Tor at startx using Xfce’s Session Manager GUI front end. (or start Tor as a service in Slack – /etc/rc.d)
 +  *      Download and install the [[https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-basic/|Foxy Proxy Basic]] addon for FF and Seamonkey.
 +  *      Add new proxy in Foxy Proxy – Socks v5, 127.0.0.1, port 9050.
 +
 +That’s it. You can start the Tor service by typing “tor” in Run Program (Xfce) or at the command line in terminal. Once it’s running, you can use the Foxy Proxy button to turn on the Tor proxy. Once you’ve done that, you can test by using [[https://torcheck.xenobite.eu/|THIS]] site.
 +
 +<note>This howto has been modified to reflect the fact that SlackBuilds.org now has a Tor SlackBuild in its repositories. When this was first written, a Tor pre-made package was used. See original source below for previous method.</note>
 +
 +=====Sources=====
 +
 +<!-- If you are copying information from another source, then specify that source -->
 +<!-- * Original source: [[http://some.website.org/some/page.html]] -->
 +<!-- Authors are allowed to give credit to themselves! -->
 +<!-- * Originally written by [[wiki:user:xxx | User X]] -->
 +  * Originally written by [[wiki:user:nocturnal.slacker | V. T. Eric Layton]]
 +
 +<note important>This how-to is an edited version of [[https://noctslackv1.wordpress.com/2011/09/12/tor-on-slackware-and-arch/|THIS]] original source. Copyrights may apply to the original. Author grants permission for use on this site in this modified form.</note>
 +<!-- * Contrbutions by [[wiki:user:yyy | User Y]] -->
 +
 +<!-- Please do not modify anything below, except adding new tags.-->
 +<!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents -->
 +{{tag>howtos software tor slackbuild author_nocturnal.slacker}}
 howtos:security:installing_tor_using_a_slackbuild_script ()