Comment on
The contradiction of the TOR forum ( forum.torproject.org )
Reply in thread
Well received, any sources where we could corroborate that statement ?
Comment on
The contradiction of the TOR forum ( forum.torproject.org )
Reply in thread
Well received, any sources where we could corroborate that statement ?
Comment on
Tor, config file, SocksPolicy [solved]
Reply in thread
👍 Thanks again @[email protected]
Comment on
Run `tor-browser` as another user ??
Reply in thread
I do not use sudo
I open a virtual terminal and did su then the commands I posted.
Comment on
Privacy minded ` instant messaging ` quest.
Reply in thread
I think your mistaken... Can someone confirm ?
So I was eager to test Jami, but on Windows it require Windows 10.. so no way --> https://itvision.altervista.org/why-windows-10-sucks.html
anyway I gave a quick try on a test machine (win10) But I got , not matter what I entered
Too bad because it had on paper, a lot of nice features..
On linux, too bad they don't provide (yet) an AppImage...
Comment on
How Google helped destroy adoption of RSS feeds
They did the same with Flash with the help of adobe.
Comment on
Run `tor-browser` as another user ??
Reply in thread
Thank you, this is a good idea !
I've did
#as root
runuser -u TorUser -- python3 -V
and that succeed
Comment on
Stuck at *Opened Socks listener connection (ready)*
Reply in thread
Thank you very much @[email protected] !
indeed I saw in my nftables log tentative to 443 and 9001. ( I didn't find this in the tor doc ... )
9050 is your socks proxy - so protect it. if your nftables is blocking localhost:9050/TCP then you need to correct that.
is this will do : ip saddr 127.0.0.1 ip daddr 127.0.0.1 accept ?
Comment on
Run `tor-browser` as another user ??
I create also a "regular user" TorUser2
To see if it generate the same problems
This user have the .Xauthority file.\
# as root user
runuser -u TorUser2 -- /opt/tor-browser/start-tor-browser.desktop
return Launching './Browser/start-tor-browser --detach...'
and ps -u TorUser2 return nothing...
I've tried also
runuser -l TorUser2 -c '/opt/tor-browser/start-tor-browser.desktop'
/usr/bin/env: './Browser/execdesktop': No such file or directory
Comment on
Private videoconferencing ?
Reply in thread
Thank you @Ильдар@lemmy.world
All my contacts and I migrated to it. I'll try their "desktop" (aka computer) version I hope it has the share screen functionality 🤞
Is the Desktop app (.appimage) has the share screen feature ?
Comment on
Private videoconferencing ?
Reply in thread
Thanks @[email protected]
But is it E2EE !?? I see no reference to it.
Comment on
Run `tor-browser` as another user ??
Reply in thread
Thanks @[email protected] I did
runuser -u TorUser -- echo $DISPLAY and I have the same value as for my other user. :0.0
Comment on
Run `tor-browser` as another user ??
Reply in thread
Comment on
Run `tor-browser` as another user ??
Reply in thread
I've try one guidance, but it didn't worked.
I quit the xfce, login as root, did
echo $XAUTHORITY
#returned nothing
XAUTHORITY=/tmp/.Xauthority.tmp
xauth -f $XAUTHORITY generate :0 . trusted
and after few minute it returned
xauth: (argv):1 unable to open display :0 😢
Comment on
Run `tor-browser` as another user ??
Reply in thread
Thank you @[email protected]
I've look where point the $XAUTHORITY but it point to another user /home/<aUser>/.Xauthority
and to give access to the file I have to change also the permission on the parent folders... not to hot to do so...
I see also the TorUser do not have a file .Xauthority ! I've look how generate one for it, but I found no good documentation ! They show how do it once logged with TorUser ! but mine is not meant to be used to login on the system..
Comment on
Run `tor-browser` as another user ??
I'm still stuck...
I wanted to report to issue to gitlab.torproject.org, to be able to do so, I had to create a account at https://anonticket.torproject.org/user/gitlab-account/create/
few days, and my account is still in "pending" f*ck !
Did someone manage to run tor-browser as another user ?
Comment on
Could SimpleX be P2P ?
Reply in thread
I couldn't have said it better !
Comment on
Privacy minded ` instant messaging ` quest.
A little update.
I've just tested simplex on Android.
it's very well thought out ! The features make sense. UNFORTUNATELY it's not P2P ! all the messages pass by their servers :'( with Briar it's P2P.... weirdly they claim their way is better than P2P ! any comment on that ?
In my point of view, if messages are stored somewhere it's mean the can be process1 !
Cheers.
edit: lemmy link to their community ![email protected]
Copied, analyzed, cracked (Brut force or what ever) ↩
Comment on
Privacy minded ` instant messaging ` quest.
Reply in thread
jami’s good but it uses turn server to verify your name
So is it secure ? does that mean you rely on those server to be able to created an account ?
Comment on
How grep with -e (regex) `/log/messages` ? [ solved ]
Reply in thread
Yes
Comment on
Stuck at *Opened Socks listener connection (ready)*
Damn
now that I open few ports 9001
I see incoming connection that are dropped because they use totally diffrent ports
drop: IN=eth0 OUT= MAC=aMacadrs SRC=aIP DST=aMyIP LEN=64 TOS=0x00 PREC=0x00 TTL=48 ID=65508 DF PROTO=TCP SPT=443 DPT=50194 WINDOW=501 RES=0x00 ACK URGP=0
::: spoiler privacy
I've replaced some string with
'aSomething'
:::
.
it's weird in my nftable config file I have
type filter hook input priority 0; policy drop;
ct state established,related accept
Any ideas ?