Tuesday, May 22, 2018

Install and configure Tor

1) Download Tor Browser from https://www.torproject.org/download/download-easy.html.en


2) Move the *.tar.xz file to /usr/local/sbin


3) Execute the commands below
#cd /usr/local/sbin
#tar -xvf ./tor-browser-linux32-7.5.4_en-US.tar.xz
#cd tor-browser_en-US/Browser
#vi ./start-tor-browser


4) Comment the lines below before saving and exiting the vi
if [ "`id -u`" -eq 0 ]; then
complain "The Tor Browser Bundle should not be run as root.  Exiting."
exit 1
fi


5) Run the command below
#/usr/local/sbin/tor-browser_en-US/Browser/start-tor-browser

No comments:

Post a Comment