sorted by: new top controversial old
[-] Gordon_F@lemmy.ml 1 points 2 weeks 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 :/

27
submitted 2 weeks ago by Gordon_F@lemmy.ml to c/linux@lemmy.ml

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

18
submitted 2 weeks ago* (last edited 2 weeks ago) by Gordon_F@lemmy.ml 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 ?

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

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.

[-] Gordon_F@lemmy.ml 4 points 2 weeks ago

Thank you ! @thingsiplay@beehaw.org ๐Ÿ‘
-E solved it :)

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

Hi,

I would like to display the new lines of /var/log/messages that contain either IN_MyText or OUT_MyText (no matter where in the line)

I've tried

tail -fn 3 /var/log/messages | grep --color --line-buffered -e "(IN|OUT)_MyText"

But the output stay blank, when it should not...

Any ideas ?

Gordon_F

joined 10 months ago