• @libBletchley
    link
    64 years ago

    Avoid that link. rethinksecurity.io is ironically a CloudFlare site. And there’s popups. View it this way instead:

    $ torsocks lynx 'http://web.archive.org/web/20200622172714/rethinksecurity.io/posts/you-have-an-obligation-to-fight-for-privacy/'

    • @PanzerfaustOP
      link
      3
      edit-2
      4 years ago

      Thanx. Didn’t know that. “And isn’t it ironic, don’t you think?” by Alanis Morrissette comes to kind.

      • @libBletchley
        link
        4
        edit-2
        4 years ago

        You must have Tor installed, and I believe torsocks is packaged with Tor these days. You simply prefix lynx with torsocks.

        I’ve gotten that “lynx: Can’t access startfile” error before and I don’t recall the issue. I can only reproduce that error if I use the onion URL, e.g.:

        torsocks lynx 'http://web.archivecrfip2lpi.onion/web/20200622172714/rethinksecurity.io/posts/you-have-an-obligation-to-fight-for-privacy/'

        BTW, if you don’t have Tor, you can simply omit the leading torsocks.

        • @Zevena
          link
          24 years ago

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

          • @libBletchley
            link
            44 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
              24 years ago

              thanks it working now. i did

              systemctl enable tor

              i think

            • @Zevena
              link
              14 years ago

              oh i didnt enable tor