LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tor

Anonymizing onion routing network daemon

TLDR

Start Tor client
$ tor
copy
Use specific configuration file
$ tor -f /etc/tor/torrc
copy
Verify configuration syntax
$ tor --verify-config
copy
Generate hashed password for control port
$ tor --hash-password mypassword
copy
Display version information
$ tor --version
copy

SYNOPSIS

tor [OPTION value]...

DESCRIPTION

tor is a connection-oriented anonymizing communication service. Users establish source-routed paths through a distributed network of relays where each node only knows its neighboring nodes, not the full path. This enables anonymous TCP stream routing for web browsing, FTP, SSH, and other services.

PARAMETERS

-h, --help

Display help message and exit
-f, --torrc-file FILE
Specify configuration file location
--verify-config
Verify configuration file syntax and exit
--hash-password PASSWORD
Generate hashed control port password
--version
Display version information
--keygen
Generate ed25519 master identity key for relays
--list-fingerprint
Generate keys and output fingerprint
--quiet
Only log errors during startup

CONFIGURATION

/etc/tor/torrc

Main configuration file specifying SOCKS port, relay settings, hidden services, bridge configuration, and logging options.
-f file
Use an alternate configuration file at runtime.

INSTALL

sudo apt install tor
copy
sudo dnf install tor
copy
sudo pacman -S tor
copy
sudo apk add tor
copy
sudo zypper install tor
copy
brew install tor
copy
nix profile install nixpkgs#tor
copy

CAVEATS

By default, Tor runs as a client-only service. The SOCKS protocol is unencrypted and unauthenticated, so exposing it to untrusted networks could leak information. Configuration files use "OptionName OptionValue" format while command-line uses "--OptionName OptionValue" format.

HISTORY

tor is "The Onion Router," a second-generation anonymity network originally developed by the U.S. Naval Research Laboratory and now maintained by The Tor Project.

SEE ALSO

torsocks(1), torify(1), privoxy(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid