0% found this document useful (0 votes)
8 views2 pages

Terminal Saved Output

The user attempted to install Tor using Homebrew, but it was already installed and up-to-date. The user then started the Tor service, which was already running, and edited the Tor configuration file to set the ControlPort and hashed control password. Additionally, the configuration was modified to allow circuits to be marked as 'dirty' sooner.

Uploaded by

libanjoe7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Terminal Saved Output

The user attempted to install Tor using Homebrew, but it was already installed and up-to-date. The user then started the Tor service, which was already running, and edited the Tor configuration file to set the ControlPort and hashed control password. Additionally, the configuration was modified to allow circuits to be marked as 'dirty' sooner.

Uploaded by

libanjoe7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Last login: Fri Feb 28 00:40:52 on ttys001

qc@macs-MacBook-Pro ~ % brew install tor

==> Downloading https://formulae.brew.sh/api/formula.jws.json


==> Downloading https://formulae.brew.sh/api/cask.jws.json
Warning: tor 0.4.8.14 is already installed and up-to-date.
To reinstall 0.4.8.14, run:
brew reinstall tor
qc@macs-MacBook-Pro ~ % brew services start tor

Service `tor` already started, use `brew services restart tor` to restart.
qc@macs-MacBook-Pro ~ % nano /usr/local/etc/tor/torrc
nano /usr/local/etc/tor/torrc

UW PICO 5.09
File: /usr/local/etc/tor/torrc
Modified

ControlPort 9051
# Generate a hashed password by running the command below (replace "your_password"
with your chosen password)
# tor --hash-password "your_password"
HashedControlPassword 16:E9E104B74F17DC736091CC2DA8C76DED00FDEB5482C82E10AA5A2B5E6F
# Allow circuits to be marked as “dirty” sooner (so new circuits are built roughly
every 10 seconds)
MaxCircuitDirtiness 10

^G Get Help ^O WriteOut ^R Read File


^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is
^V Next Pg ^U UnCut Text ^T To Spell

You might also like