PINE64
axolotl. tor help - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: axolotl. tor help (/showthread.php?tid=13761)



axolotl. tor help - rvh - 05-01-2021

axolotl and tor are two things i really need. can anyone give a tech moron instructions that work?


RE: axolotl. tor help - Zebulon Walton - 05-01-2021

I have not tried tor but recently got axolotl working. What part are you stuck on?


RE: axolotl. tor help - rvh - 05-01-2021

the instructions on the mobian wiki axolotl mobian package the first line git clone ect. when i put this line in terminal i get an error no such file or direcory.


RE: axolotl. tor help - RTP - 05-01-2021

(05-01-2021, 07:06 PM)rvh Wrote: the instructions  on the mobian wiki axolotl mobian package the first line git clone ect. when i put this line in terminal i get an error no such file or direcory.

if running Mobian there is now an easy to install .deb package instructions/install here: https://github.com/nuehm-arno/axolotl-mobian-package

for tor client install simply run:
Quote:apt install tor
for the tor client package (Mobian or Debian based).

For Arch/Manjaro:

Quote:pacman -S tor


To use the basic Tor client to route firefox (or other browser/app) as socks5 proxy I did a video on this a while back: https://youtu.be/CWtJLpTHkcU

You can apply those same socks5 proxy settings to any other application (as long as it does not block tor).

If you want to run Tor Browser bundle I posted a walkthrough on adding it to your Phosh desktop/interface on video here: https://youtu.be/vtdtCVL51Bo


RE: axolotl. tor help - Zebulon Walton - 05-01-2021

<dvz_me_placeholder id="0" /> Wrote:the instructions on the mobian wiki axolotl mobian package the first line git clone ect. when i put this line in terminal i get an error no such file or direcory.

I used the instructions on the GitHub page.

https://github.com/nuehm-arno/axolotl-mobian-package

Code:
git clone https://github.com/nuehm-arno/axolotl-mobian-package
cd axolotl-mobian-package && sudo apt install ./axolotl_0.9.9-3_arm64.deb



RE: axolotl. tor help - rvh - 05-02-2021

I dont know why i couldn't get axolotl to work the first 10 times but I tried it again and it worked. weird, anyway don't look a gift horse in the mouth.
As for tor, when i try to download it as you instruct on your video I keep getting a message " 20 redirections exceeded. what should I do?
I managed to install tor proxy on firefox from your video so thats something. I'm assuming that the tor browser will be more secure is that correct?
AS always, thanks folks for your time.