Spyke

Posts

tor·Tor - The Onion RouterbyGordon_F

Run `tor-browser` as another user ??

cross-posted from: https://lemmy.ml/post/41309316

Hi,

I need to run Tor Browser as another user..

So here what I'm doing under, MX Linux ( Debian, SysVinit, xfce)

#as root, in a terminal under xfce

useradd --create-home --system --shell /usr/sbin/nologin TorUser
# btw --system or not ?

tar -xf tor-browser-linux...tar -C /opt --totals
chown -R TorUser:TorUser /opt/tor-browser

runuser -u TorUser -- /opt/tor-browser/start-tor-browser.desktop

return

Launching './Browser/start-tor-browser --detach'...

But nothing happen, and I don't see any process for TorUser

any ideas ?

Posted on the offical Tor-browser in June, but no reactions so far... :/

View original on lemmy.ml
linux·LinuxbyGordon_F

Run `tor-browser` as another user ??

Hi,

I need to run Tor Browser as another user..

So here what I'm doing under, MX Linux ( Debian, SysVinit, xfce)

#as root, in a terminal under xfce

useradd --create-home --system --shell /usr/sbin/nologin TorUser
# btw --system or not ?

tar -xf tor-browser-linux...tar -C /opt --totals
chown -R TorUser:TorUser /opt/tor-browser

runuser -u TorUser -- /opt/tor-browser/start-tor-browser.desktop

return

Launching './Browser/start-tor-browser --detach'...

But nothing happen, and I don't see any process for TorUser

any ideas ?

Posted on the offical Tor-browser in June, but no reactions so far... :/

View original on lemmy.ml
homeserver·Home ServerbyGordon_F

Private videoconferencing ?

cross-posted from: https://lemmy.ml/post/22893407

Hi,

I'm looking for a E2EE and decentralized (or self hosted) videoconferencing that would have the following feature

  • video or voice-only call
  • share screen
  • files transfer (optional)
  • text chat

( all of it E2EE )

I'm considering Jitsi meet, that seem the meet those requirements

Do you know better alternatives or do you have remarks about Jitsi ?

Thanks.

View original on lemmy.ml
cybersecurity·CybersecuritybyGordon_F

Private videoconferencing ?

cross-posted from: https://lemmy.ml/post/22893407

Hi,

I'm looking for a E2EE and decentralized (or self hosted) videoconferencing that would have the following feature

  • video or voice-only call
  • share screen
  • files transfer (optional)
  • text chat

( all of it E2EE )

I'm considering Jitsi meet, that seem the meet those requirements

Do you know better alternatives or do you have remarks about Jitsi ?

Thanks.

View original on lemmy.ml
privacy·PrivacybyGordon_F

Private videoconferencing ?

Hi,

I'm looking for a E2EE and decentralized (or self hosted) videoconferencing that would have the following feature

  • video or voice-only call
  • share screen
  • files transfer (optional)
  • text chat

( all of it E2EE )

I'm considering Jitsi meet, that seem the meet those requirements

Do you know better alternatives or do you have remarks about Jitsi ?

Thanks.

View original on lemmy.ml
simplex·SimpleX ChatbyGordon_F

bug ? Network Connection, WiFi dot is red

Hi,

::: spoiler SimpleX github conversations closed ??

I wanted to post this as a conversation then convert into an issues on github but it seem the github conversation of this project are closed... (we can't create new one) Do you know why ?

:::
I've installed simpleX onfez android phones. it work smoothly. but for one of those phone (Android 14) the messages are only received and send when I restart the apps then no more. in Your settings\settings\Network & servers\network connection

The WiFi dot is red !

Any ideas ?

Thanks.

View original on lemmy.ml
linux·LinuxbyGordon_F

how output `ps aux | grep aUser` and keeping Newline ?

Hi,

by doing a

ps aux | grep UserName

The output do not keep the LF1 😡

I've found some solution online by they involve 3 or more pipe | !

On my side, I've made this

ps -fp $(pgrep -d, -u UserName)

But still I found it not super human readable.

Is their a native way with ps to filter users ? or to grep it but the keep the LF ?

Footnotes

  1. linefeed https://en.wikipedia.org/wiki/Linefeed#Representation

View original on lemmy.ml
linux·LinuxbyGordon_F

GnuPG / GPG how create an EdDSA key !? [ SOLVED ]

Hi,

I've seen some tutorial to create EdDSA key with Gnupg

gpg --full-gen-key

and it's supposed to allow me to create ECC key, but I see only

Please select what kind of key you want:
(1) RSA and RSA (default)
(2) DSA and Elgamal
(3) DSA (sign only)
(4) RSA (sign only)
(14) Existing key from card
Your selection?\

gpg --version show:

...
gpg (GnuPG) 2.2.27
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
...

Any idea what's wrong ?

View original on lemmy.ml
linux·LinuxbyGordon_F

How start quickly with GnuPG ?

Hi,

I would like to use Gnupg to encrypt, sign... documents.

I've downloaded the Manual, it's quite extensive. So the learning curve is proportional :)

I've tried the GPA GUI, but with it, it seem impossible to generate an ECC key..

So what would be your recommendation to be able to generate ECC keys, be able to encrypt, sign etc.. with or without GUI.

Thanks.

View original on lemmy.ml
tor·Tor - The Onion RouterbyGordon_F

The contradiction of the TOR forum ( forum.torproject.org )

Hi,

I'm currently struggling to connect to TOR (see my previous posts)

Therefore I'm looking in the documentation and in the support community. (and been already greatly helped trough lemmy :) )

I was considering to use also the official TOR forum

But I'm surprised that for a project that claim to protect users anonymity and freedom of WWW to use a forum that

  • request an email address1
  • That a moderator 2 need to approve the account
  • that each new post need to be approved !

So I can't use it1 , hopefully their is Lemmy :D

Footnotes

  1. Do you know a lot of email service that do not require to provide a proof of ID ? (phone number, ISP email etc..) ? So hard to keep anonymous in those conditions..

    . 2

  2. Moderation do not exist, it is simply censorship, see the work of Noam Chomsky
    "If the freedom of expression is limited to the ideas that we like, it is not freedom of expression."

View original on lemmy.ml
tor·Tor - The Onion RouterbyGordon_F

Tor, config file, SocksPolicy [solved]

Hi,
in etc/tor/torrc (the tor config file) we can read the following

## Entry policies to allow/deny SOCKS requests based on IP address.
## First entry that matches wins. If no SocksPolicy is set, we accept
## all (and only) requests that reach a SocksPort. Untrusted users who
## can access your SocksPort may be able to learn about the connections
## you make.
#SocksPolicy accept 192.168.0.0/16
#SocksPolicy reject *\

I don't understand, is this for the TOR network to query the local daemon ? or is it for LAN node to use the local TOR daemon ?

Thanks

View original on lemmy.ml
simplex·SimpleX ChatbyGordon_F
privacy·PrivacybyGordon_F

Privacy minded ` instant messaging ` quest.

Hi,

I'm looking for an instant messaging ( IM ) apps software/protocol that run on Android and computer

and meet the following requirements :

  • Open source !
  • E2EE
  • Messages are send in direct ! (not passing by a server)
  • handle group
  • Truly private ! ( That's the tricky part )

 

The closest that I've found is Briar

  • +can work without internet ! (bluetooth, local wifi, files !)
  • + use TOR
  • - Mutual party have to exchange key (or your can introduce someone)
  • - sending media suck for now, poor image quality
  • - no call or voice messaging

 

I've been looking for alternatives:

  • Session
    • Sadly it keep ALL the conversation into server !!! so it's a no go.
  • speek
    • I didn't try it yet, any feedback ?
  • simplex
    • it look very promising ! (didn't tried it yet)
    • + seem to handle multiple profile in one !
    • + do not require that both party send an invitation !
    • ! I didn't found (yet) if the messages are send in direct or pass by a server..
      It's not P2P all the messages pass by servers.. too bad.

All post about alternatives or experience with the one that I cited are welcome.

View original on lemmy.ml

You reached the end