• Zevena
    link
    fedilink
    arrow-up
    2
    ·
    4 years ago

    i downloaded tor. do i need to type something before running it? i have tor and torsocks-git.

    • libBletchley
      link
      fedilink
      arrow-up
      4
      ·
      4 years ago

      Are you running linux? If you’re using a debian or ubuntu package manager, then it will install Tor so that it just works. That is, when you reboot your Tor backend will be running automatically. Try typing systemctl status tor to check. If it says “active”, it’s running. The next test is to run torbrowser-launcher and go to https://check.torproject.org/. If all that checks out, then you can simply prefix commandline commands with torsocks (it’s mainly just java apps that won’t work with torsocks).

      • Zevena
        link
        fedilink
        arrow-up
        2
        ·
        4 years ago

        thanks it working now. i did

        systemctl enable tor

        i think