[–] [S] 2 points 6 months ago* (last edited 6 months ago)

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

  • source
  • [–] [S] 1 point 6 months ago (2 children)

    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 😢

  • source
  • parent
  • context
  • [–] [S] 1 point 6 months ago* (last edited 6 months ago) (4 children)

    Thank you @mina86@lemmy.wtf 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..

  • source
  • parent
  • context
  •  

    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... :/

     

    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... :/

     

    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.

     

    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.

     

    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.

     

    Hi,

    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.

    [–] [S] 1 point 2 years ago

    Thank you @Anafabula@discuss.tchncs.de ! it works !

    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)
    (7) DSA (set your own capabilities)
    (8) RSA (set your own capabilities)
    (9) ECC and ECC
    (10) ECC (sign only)
    (11) ECC (set your own capabilities)
    (13) Existing key
    (14) Existing key from card\

    I'm wondering whats is the option: (9) ECC and ECC ?? I found nothing in their documentation :/

  • source
  • parent
  • context
  •  

    Hi,

    by doing a

    ps aux | grep UserName
    

    The output do not keep the LF[^1] 😡

    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 ?

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

    submitted 2 years ago* (last edited 2 years ago) by to c/linux@lemmy.ml
     

    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 ?

     

    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.

     

    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 address[^one]
    • That a moderator [^two] need to approve the account
    • that each new post need to be approved !

    So I can't use it[^one] , hopefully their is Lemmy :D

    [^one]: 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..

    .
    

    [^two]: 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 more: next ›