I am trying to set up a Tor bridge relay on a computer which uses Ubuntu 24.0 I have hashed the password in torrc as shown --- ControlPort 9051 #HashedControlPassword 16:323634568C5955F60366D932009E197BE0A22ETC HashedControlPassword 16:123634C5955F6036609E197BE0A11EEC22241644E444A4CD3255D305C8 --- I used the command in Terminal tor --hash-password 16:323634568C5955F60366D932009E197BE0A22ETC to produce the HashedControlPassword shown above, which I copied into the torrc file before starting th...| Recent Questions - Tor Stack Exchange
I'm trying to install Tor browser from this article over here. I'm using method no. 2: Install Tor browser launcher using APT (Alternate Method). I'm using Ubuntu 22.04 LTS, so I've made sure the Universe repository is enabled. sudo add-apt-repository universe && sudo apt update After that, I've installed the Tor browser launcher like this: sudo apt install torbrowser-launcher It was all fine. No hurdles on the way. I understand that this is not the browser itself. Tor browser launcher is jus...| Recent Questions - Tor Stack Exchange