Use a .onion address from a Whonix Workstation?

To prevent system-tor from starting. (most of the popular Linux distros use systemd)

sudo systemctl mask tor

Now:

 sudo systemctl status tor@default
● tor@default.service - Anonymizing overlay network for TCP
   Loaded: loaded (/lib/systemd/system/tor@default.service; static; vendor prese
  Drop-In: /lib/systemd/system/tor@default.service.d
           └─30_qubes.conf
   Active: inactive (dead)

And ps should only return grep tor

ps aux | grep tor

user 1053 0.0 0.0 12724 948 pts/1 S+ 20:22 0:00 grep tor


I’ll update Tor Browser Advanced Topics.

1 Like

Done!

https://whonix.org/w/index.php?title=Tor_Browser/Advanced_Users&oldid=40377&diff=cur

Didn’t think ps aux | grep tor was needed for testing since system-tor is disabled. Are there any other tests needed?

1 Like

Could you please mention that any upgrade of system-tor or TBB may break this?

Could you please move all of it to Anonymize Other Operating Systems and just leave a link? Reason: at the moment documentation is split by technical component but from the user’s point of view it’s better to have documentation is arranged by topic they’re currently interested in.

Also since the system-tor advice applies to Anonymize Other Operating Systems whether using TBB or not.

Advisable anyhow. The implementation on how system-tor is started is likely to change in future. (They want to improve multi-instance Tor systemd setups.)

No problem. I’ll have this completed a little later on today.

1 Like

Done. I’ll have to double check that links are functional once edits are pushed.

Removed and added links.

https://whonix.org/w/index.php?title=Tor_Browser/Advanced_Users&oldid=40391&diff=cur

Migrated to.

https://whonix.org/w/index.php?title=Other_Operating_Systems&oldid=40207&diff=cur

One question. How to get CodeSelect to work correctly when a pipe " | " is used in the command?

ps aux | grep tor

(only shows) ps aux. So I had to use </pre.>

1 Like

Documentation for Kicksecure Wiki Devs