Horje
install tor browser ubuntu Code Example
how to install tor browser in ubuntu
# Download tor browser launcher
sudo add-apt-repository ppa:micahflee/ppa
sudo apt update 
sudo apt install torbrowser-launcher
install tor browser ubuntu
#install
sudo add-apt-repository ppa:micahflee/ppa
sudo apt update
sudo apt install torbrowser-launcher

#launch browser 
torbrowser-launcher
tor ubuntu
sudo apt update 
sudo apt install tor
install tor linux
sudo apt install torbrowser-launcher
Source: itsfoss.com
tor ubuntu
sudo sh -c 'echo "deb [arch = amd64] https://deb.torproject.org/torproject.org $ (lsb_release -sc) main" >> /etc/apt/sources.list.d/tor-project .elenco'
install tor on debian
BridgeRelay 1

# Replace "TODO1" with a Tor port of your choice.
# This port must be externally reachable.
# Avoid port 9001 because it's commonly associated with Tor and censors may be scanning the Internet for this port.
ORPort TODO1

ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy

# Replace "TODO2" with an obfs4 port of your choice.
# This port must be externally reachable and must be different from the one specified for ORPort.
# Avoid port 9001 because it's commonly associated with Tor and censors may be scanning the Internet for this port.
ServerTransportListenAddr obfs4 0.0.0.0:TODO2

# Local communication port between Tor and obfs4.  Always set this to "auto".
# "Ext" means "extended", not "external".  Don't try to set a specific port number, nor listen on 0.0.0.0.
ExtORPort auto

# Replace "<address@email.com>" with your email address so we can contact you if there are problems with your bridge.
# This is optional but encouraged.
ContactInfo <address@email.com>

# Pick a nickname that you like for your bridge.  This is optional.
Nickname PickANickname




Shell

Related
how to add existing heroku remote Code Example how to add existing heroku remote Code Example
delete command for multiple folder in linux Code Example delete command for multiple folder in linux Code Example
export path linux Code Example export path linux Code Example
Writing login information to the keychain failed with error 'The name org.freedesktop.secrets was not provided by Code Example Writing login information to the keychain failed with error 'The name org.freedesktop.secrets was not provided by Code Example
linux replace string in files recursively Code Example linux replace string in files recursively Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14