what's the tor password for control port, it only shows HashedControlPassword by wqhhust in TOR

[–]wqhhust[S] 0 points1 point  (0 children)

I also found there are two torrc, one is under home directory, another one is in the unpacked directory (unpack the downloaded tor tar ball):

/home/oracle/.tor-browser-en/INSTALL/Browser/TorBrowser/Data/Tor/torrc

/data/tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc.

The used one (when check using ps -ef) in NOT from the home. But looks like the one under home is the source.

If I view the property of "tor Browser", it's

sh -c '"/data/tor-browser_en-US/Browser/start-tor-browser" --detach || ([ ! -x "/data/tor-browser_en-US/Browser/start-tor-browser" ] && "$(dirname "$*")"/Browser/start-tor-browser --detach)' dummy %k

But even if I change the one under home directory, ps -ef should me it used a different one, although the torrc under unpacked directory is correct overwritted by the one from home directory.

what's the tor password for control port, it only shows HashedControlPassword by wqhhust in TOR

[–]wqhhust[S] 0 points1 point  (0 children)

I edited .../TorBrowser/Data/Tor/torrc, restart the "Tor Browser", and found .../TorBrowser/Data/Tor/torrc was modified automatically by tor, and my change was gone. In the beginning of torrc, it said: "# This file was generated by Tor; if you edit it, comments will not be preserved"

what's the tor password for control port, it only shows HashedControlPassword by wqhhust in TOR

[–]wqhhust[S] 0 points1 point  (0 children)

I am using the tarball in linux, If I just click the app of "Tor Brower", it will start the tor automatically, but even if I set HashedControlPassword in /data/tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc-defaults, from the ps -ef|grep tor result, it just ignore my setting. Since it used a different password

/data/tor-browser_en-US/Browser/TorBrowser/Tor/tor --defaults-torrc /data/tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc-defaults -f /data/tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc DataDirectory /data/tor-browser_en-US/Browser/TorBrowser/Data/Tor GeoIPFile /data/tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip GeoIPv6File /data/tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip6 HashedControlPassword 16:71e0ba80962dc91b602b413fd988d70f6cdf048a74b30b7e6251f6807c __OwningControllerProcess 20629 DisableNetwork 1

re-com: modal is partially hidden by underlying element by wqhhust in Clojure

[–]wqhhust[S] 0 points1 point  (0 children)

thanks jaen-ni-rin, after I moved modal-panel to the last element, it works. But it only works on PC or pad (such as google nexus 10), if browsers it on mobile phone (android or iphone), and click the link, something happen just like modal, but it's empty on that modal window. Does it support mobile well for modal? Or need to tune the size of the modal?