Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1203  / 3 Years ago, fri, august 20, 2021, 12:28:39

I am in Iran and have to use tor-browser in my Ubuntu 14.04.
But it has a problem with flash-player in "Soundcloud". I installed many flash-player add-ons on it. but it not helped me and site say to me that need flash-player to play musics. thanks.


More From » flash

 Answers
5

You are not supposed to use flash with tor. It ruins the whole point of using tor. However, if you still want to use it I'll suggest chrome with this command:



chromium-browser --proxy-server="socks://127.0.0.1:9050" --incognito check.torproject.org


If doesn't work do:



killall chromium-browser


Then try again



You must run tor first by



tor&


I assumed that tor and chromium-browser is installed on your system. If not install them from software center. However, I forgot to mention one thing. You need to find out at which port tor is listening to. To do that, simply run this command:



tor


without the "&" sign. It will give a output in terminal. Look for this in the output:



[notice] Opening Socks listener on 127.0.0.1:9050



Those digits might be different on your system. Put that thing in the previous chromium-browser command.


[#25183] Saturday, August 21, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aciousoun

Total Points: 178
Total Questions: 110
Total Answers: 98

Location: Lithuania
Member since Fri, Sep 4, 2020
4 Years ago
;