Re: umask - default user settings?

2024-07-14 Thread tomas
On Sun, Jul 14, 2024 at 08:31:23PM +0200, Me wrote: > On 2024-07-14 19:57, to...@tuxteam.de wrote: [...] > > [1] https://wiki.debian.org/Xsession > > Did you actually try this? I did and it did not what I was expecting it to > do. But maybe I should try again, maybe things have improved in the

Re: umask - default user settings?

2024-07-14 Thread Me
On 2024-07-14 19:57, to...@tuxteam.de wrote: On Sun, Jul 14, 2024 at 07:44:35PM +0200, Lists wrote: On 2024-07-14 19:18, Greg Wooledge wrote: On Sun, Jul 14, 2024 at 19:09:54 +0200, Hans wrote: I am wondering, why on a multiuser system like debian the rights for a normal user are "rw- r--

Re: umask - default user settings?

2024-07-14 Thread Lists
On 2024-07-14 19:43, Me wrote: Setting umask in your shell profile isn't that hard indeed. I've doing that for years. However, that does not mean your DE will honour that setting. I have tried to do so for KDE (more specifically Krusader), but I ended up nowhere. I haven't found a setting

Re: umask - default user settings?

2024-07-14 Thread tomas
On Sun, Jul 14, 2024 at 02:10:46PM -0400, Greg Wooledge wrote: > On Sun, Jul 14, 2024 at 19:57:45 +0200, to...@tuxteam.de wrote: [...] > Does that work in KDE? At least The Internet (TM) (from some cursory poking) seems to say so. I stay away from DEs for... reasons, so I can't test it. >

Re: umask - default user settings?

2024-07-14 Thread Me
On 2024-07-14 19:18, Greg Wooledge wrote: On Sun, Jul 14, 2024 at 19:09:54 +0200, Hans wrote: I am wondering, why on a multiuser system like debian the rights for a normal user are "rw- r-- r--", (owner: user and ownergroup: usergroup) Tradition, and a culture based around sharing. The Unix

Re: umask - default user settings?

2024-07-14 Thread Teemu Likonen
* 2024-07-14 19:44:35+0200, li...@nodatagrabbing.com wrote: > Setting umask in your shell profile isn't that hard indeed. I've doing > that for years. However, that does not mean your DE will honour that > setting. I have tried to do so for KDE (more specifically Krusader), but > I ended up

Re: umask - default user settings?

2024-07-14 Thread Hans
I see itthe other way round. No, if you are in the secure area, it is the responsibility of the owner to make it secure by design i.e with dself closing doors where you can not look into or windows with curtains. However, I presume, debian wants to be secure. If no one cares and all agree

Re: Luks/lvm => migration vers un nouveau disque : grub rescue grub error lvmid/48r3xxxx

2024-07-14 Thread didier gaumet
j'ai potentiellement répondu un peu trop vitre: ma réponse précédente n'est valable que si tu utilises KVM/Qemu. Et si tu utilises bien KVM/Qemu, tu peux aussi ne pas être radin sur la taille des disques virtuels: sauf si tu spécifies explicitement d'allouer entièrement la taille maximale du

Re: umask - default user settings?

2024-07-14 Thread Greg Wooledge
On Sun, Jul 14, 2024 at 19:57:45 +0200, to...@tuxteam.de wrote: > On Sun, Jul 14, 2024 at 07:44:35PM +0200, Lists wrote: > > Setting umask in your shell profile isn't that hard indeed. I've doing that > > for years. However, that does not mean your DE will honour that setting. > The place to do

Re: umask - default user settings?

2024-07-14 Thread Nicolas George
Hans (12024-07-14): > Greg, I do not agree. If I am writing a document with private content, then I If you are writing something confidential, it is your responsibility to lock the door of your office. Regards, -- Nicolas George

Re: umask - default user settings?

2024-07-14 Thread Hans
Greg, I do not agree. If I am writing a document with private content, then I do not want to let it be read by someone else except me. No one has to read any letters or cv's or maybe documents for my lawyer, my medic, my friends or whatever. And after years there are a lot of documents one

Re: umask - default user settings?

2024-07-14 Thread Thomas Schmitt
Hi, Hans wrote: > I am wondering, why on a multiuser system like debian the rights for a > normal user are "rw- r-- r--", (owner: user and ownergroup: usergroup) Because the usual umask of 0022 keeps the more credulous programs from giving w-permission to everybody. Any program is free to hand

Re: Luks/lvm => migration vers un nouveau disque : grub rescue grub error lvmid/48r3xxxx

2024-07-14 Thread didier gaumet
Bonjour, j'ai pas lu dans le détail parce que, simplement je me suis posé la question: pourquoi, si c'est possible (et apparemment ça l'est même si je n'ai jamais pratiqué), ne pas agrandir le disque virtuel actuel plutôt qu'en créer un nouveau plus grand? on se retrouve alors ensuite avec

Re: umask - default user settings?

2024-07-14 Thread tomas
On Sun, Jul 14, 2024 at 07:44:35PM +0200, Lists wrote: > On 2024-07-14 19:18, Greg Wooledge wrote: > > On Sun, Jul 14, 2024 at 19:09:54 +0200, Hans wrote: > > > I am wondering, why on a multiuser system like debian the rights for a > > > normal > > > user are "rw- r-- r--", (owner: user and

Re: umask - default user settings?

2024-07-14 Thread Greg Wooledge
On Sun, Jul 14, 2024 at 19:44:35 +0200, Lists wrote: > Setting umask in your shell profile isn't that hard indeed. I've doing that > for years. However, that does not mean your DE will honour that setting. I > have tried to do so for KDE (more specifically Krusader), but I ended up > nowhere. I

Re: umask - default user settings?

2024-07-14 Thread Greg Wooledge
On Sun, Jul 14, 2024 at 19:38:26 +0200, Hans wrote: > Hi Greg, > > yes, did already change it. However, this looks like a security hole for me, > as I believe, not many people or admins are changing this. > > IMO debian should change this in the next release, but I doubt it. > > I will ask the

Re: umask - default user settings?

2024-07-14 Thread Lists
On 2024-07-14 19:18, Greg Wooledge wrote: On Sun, Jul 14, 2024 at 19:09:54 +0200, Hans wrote: I am wondering, why on a multiuser system like debian the rights for a normal user are "rw- r-- r--", (owner: user and ownergroup: usergroup) Tradition, and a culture based around sharing. The Unix

Re: umask - default user settings?

2024-07-14 Thread Hans
Hi Greg, yes, did already change it. However, this looks like a security hole for me, as I believe, not many people or admins are changing this. IMO debian should change this in the next release, but I doubt it. I will ask the security team for it, they will decide. Have fun! Hans Am

Re: umask - default user settings?

2024-07-14 Thread Greg Wooledge
On Sun, Jul 14, 2024 at 19:09:54 +0200, Hans wrote: > I am wondering, why on a multiuser system like debian the rights for a normal > user are "rw- r-- r--", (owner: user and ownergroup: usergroup) Tradition, and a culture based around sharing. The Unix culture of openness and freedom

umask - default user settings?

2024-07-14 Thread Hans
Dear list, I am wondering, why on a multiuser system like debian the rights for a normal user are "rw- r-- r--", (owner: user and ownergroup: usergroup) Of course there is a reason for this, but it is not understandable for me. First two are clear: rw for myself, and readable for all users,

Luks/lvm => migration vers un nouveau disque : grub rescue grub error lvmid/48r3xxxx

2024-07-14 Thread Greg
Bonjour, J'ai ma VM debian qui est un peu à l'étroit côté disque * nouveau disque de 50Go * /bootsur sdc1 (UUID="4a43caa0-2f0a-414a-8ba5-455aa45d8bc0") * luks+lvm sur sdc2 (un lukOpen à la main fonctionne) Je copie ce qui est sur l'ancien disque sur le nouveau (avec les rsync pour /boot /

Re: [OT] Re: the 'original' string function?

2024-07-14 Thread Emanuel Berg
Here is the AI script! It is all CLI/TUI, all FOSS, and all local execution/storage as well. #! /bin/zsh # # Find the most original sentence in a text file. # # uses: # mistral-7b-instruct-v0.2.Q5_K_M.llamafile # llamafile v0.8.5 # # usage: # $ ori input.txt # outputs to input-ori.txt

Re: OT - programa para hacer pendrive ISO

2024-07-14 Thread JavierDebian
El 13/7/24 a las 19:04, Simeón Ignacio Martirén escribió: He comprado una laptop Lenovo V15 Gr AMN y me instalaron el Windows prueba. Quiero instalar Debian 12, pero no logro hacer que funcione el pendrive con la ISO con Unetbootin ni Rufus. No soy experto, por favor ¿me orientan? --

Re: Problem with conda

2024-07-14 Thread Stephen P. Molnar
On 07/14/2024 07:15 AM, Stephen P. Molnar wrote: On 07/14/2024 01:28 AM, Brad Rogers wrote: On Sat, 13 Jul 2024 15:31:59 -0400 "Stephen P. Molnar" wrote: Hello Stephen, I downloaded a new copy of Miniconda3-latest-Linux-x89_64.s You say nothing about where you got this from but,

Re: systemd-cryptsetup

2024-07-14 Thread Lists
On 2024-07-14 11:00, Nicolas George wrote: Hi. In case you are running unstable or testing and it recently started blocking at boot waiting for encrypted swap or something to do with encrypted disks: Check if systemd-cryptsetup is installed. HtH Thanks for the confirmation! I downloaded

Re: Problem with conda

2024-07-14 Thread Stephen P. Molnar
On 07/14/2024 01:28 AM, Brad Rogers wrote: On Sat, 13 Jul 2024 15:31:59 -0400 "Stephen P. Molnar" wrote: Hello Stephen, I downloaded a new copy of Miniconda3-latest-Linux-x89_64.s You say nothing about where you got this from but, assuming it's https://docs.anaconda.com/miniconda/ your

Re: systemd-cryptsetup

2024-07-14 Thread Erwan David
Le 14/07/2024 à 11:44, Nicolas George a écrit : Erwan David (12024-07-14): You are a bit cryptic here : should it be installed or should it be removed Sorry. For me it was not installed and installing it fixed the problem. ? I am running testing without problem and systemd-cryptsetup is not

Re: systemd-cryptsetup

2024-07-14 Thread Nicolas George
Erwan David (12024-07-14): > You are a bit cryptic here : should it be installed or should it be removed Sorry. For me it was not installed and installing it fixed the problem. > ? I am running testing without problem and systemd-cryptsetup is not > installed. If I should install it I'd prefer

Re: systemd-cryptsetup

2024-07-14 Thread Erwan David
Le 14/07/2024 à 11:00, Nicolas George a écrit : Hi. In case you are running unstable or testing and it recently started blocking at boot waiting for encrypted swap or something to do with encrypted disks: Check if systemd-cryptsetup is installed. HtH You are a bit cryptic here : should it be

systemd-cryptsetup

2024-07-14 Thread Nicolas George
Hi. In case you are running unstable or testing and it recently started blocking at boot waiting for encrypted swap or something to do with encrypted disks: Check if systemd-cryptsetup is installed. HtH -- Nicolas George

Re: Bug?

2024-07-14 Thread David Christensen
On 7/14/24 00:57, Richard Bostrom wrote: Executing this script halts it after the tar with the following message. -- #!/bin/sh tar -zcvf bak.tar.gz /home/user/Documents && gpg -r backup@user.local -e bak.tar.gz && rm -rf bak.tar.gz && rsync -vac --delete /home/user/Documents/bak.tar.gz.gpg

Re: Bug?

2024-07-14 Thread Nicolas George
Richard Bostrom (12024-07-14): > tar -zcvf bak.tar.gz /home/user/Documents && Information missing: what is the current directory. > gpg -r backup@user.local -e bak.tar.gz && > rm -rf bak.tar.gz && > rsync -vac --delete /home/user/Documents/bak.tar.gz.gpg /media/user/6548-2136 > & -rf

Re: OT - programa para hacer pendrive ISO

2024-07-14 Thread Eduardo Jorge Gil Michelena
El sábado, 13 de julio de 2024, 07:05:04 p. m. ART, Simeón Ignacio Martirén escribió: He comprado una laptop Lenovo V15 Gr AMN y me instalaron el Windows prueba. Quiero instalar Debian 12, pero no logro hacer que funcione el pendrive con la ISO con Unetbootin ni Rufus. No soy experto, por

Bug?

2024-07-14 Thread Richard Bostrom
Executing this script halts it after the tar with the following message. -- #!/bin/sh tar -zcvf bak.tar.gz /home/user/Documents && gpg -r backup@user.local -e bak.tar.gz && rm -rf bak.tar.gz && rsync -vac --delete /home/user/Documents/bak.tar.gz.gpg /media/user/6548-2136 & -rf bak.tar.gz.gpg

Re: OT - programa para hacer pendrive ISO

2024-07-14 Thread Camaleón
El 2024-07-13 a las 19:04 -0300, Simeón Ignacio Martirén escribió: > He comprado una laptop Lenovo V15 Gr AMN y me instalaron el Windows prueba. > Quiero instalar Debian 12, pero no logro hacer que funcione el pendrive con > la ISO con Unetbootin ni Rufus. No soy experto, por favor ¿me orientan?

Re: [OT] Re: the 'original' string function?

2024-07-14 Thread Emanuel Berg
> Anyway, the context is big enough to play around with for > now then. Yes, this method works, I think? I used it again with CONTEXT / QUERY and, as context, had the 5 first parts of this: http://www.scifiscripts.com/scripts/starship_troopers.txt then query: What sentence is the most

Re: [OT] Re: the 'original' string function?

2024-07-14 Thread Emanuel Berg
jeremy ardley wrote: > Ask ChatGPT4 . Explain what you are trying to do and get it > to give you a suitable context and prompt I don't know what to ask exactly, maybe I can ask ChatGPT4 ... > localdocs contains text you trust that can be used in > responses in preference to something

Re: [OT] Re: the 'original' string function?

2024-07-14 Thread jeremy ardley
On 14/7/24 13:52, Emanuel Berg wrote: jeremy ardley wrote: Then create a prompt/context with the search text and instructions to generate a similarity index and report any that meet some threshold. You will have to get the results in some format such as json and post process You may want

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
jeremy ardley wrote: > Then create a prompt/context with the search text and > instructions to generate a similarity index and report any > that meet some threshold. > > You will have to get the results in some format such as json > and post process > > You may want to get ChatGPT 4 to help you

Re: Problem with conda

2024-07-13 Thread Brad Rogers
On Sat, 13 Jul 2024 15:31:59 -0400 "Stephen P. Molnar" wrote: Hello Stephen, >I downloaded a new copy of Miniconda3-latest-Linux-x89_64.s You say nothing about where you got this from but, assuming it's https://docs.anaconda.com/miniconda/ your problem may well be that what you downloaded

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
> The answer is 1. "Here, in this thread, the context thing > with respect to AI, anyone having any luck knowing what to > do with that?" > > This sentence is original because it starts the discussion > about context in the thread. Ah, there we have the next project: The 'origin' string

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
jeremy ardley wrote: > the 2048 is tokens which is approximately the number of > words in a prompt, so not character count. Ah, right. > The context explains how you want it to respond and the > prompt is the actual question. See the other mail, I don't know if the labels should look in a

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
So I used a text file mail.txt and fed it to the AI. Well, well! What do you say? I'll let you read the whole file to find out who won - and why! Here is what the mail.txt file looked like: Here is the context: >> Here, in this thread, the context thing with respect to AI, >> anyone having

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread jeremy ardley
On 14/7/24 12:56, Emanuel Berg wrote: You can, but how much? So this is the context? You mean include it in the prompt? Then it is more easy to find in the llamafile(1) man page, it is probably this -c N, --ctx-size N Set the size of the prompt context. A larger

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
jeremy ardley wrote: >> Here, in this thread, the context thing with respect to AI, >> anyone having any luck knowing what to do with that? It is >> mentioned 14 times in llamafile(1) but not how to actually >> set it up with your own data? > > One way to set context is via the http api which is

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread jeremy ardley
On 14/7/24 11:41, Emanuel Berg wrote: I've made several improvements, including adding the `string-distance-percentage' that was mentioned. But let's forget about that branch [1] or visit that URL for the latest source on that. Here, in this thread, the context thing with respect to AI,

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
> Okay, let's do it like this, here is the file, maybe > I'm blind. Here is it for download as well if you want to use your own pager: https://dataswamp.org/~incal/tmp/llamafile.1 -- underground experts united https://dataswamp.org/~incal

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
> I yank the source last [...] I've made several improvements, including adding the `string-distance-percentage' that was mentioned. But let's forget about that branch [1] or visit that URL for the latest source on that. Here, in this thread, the context thing with respect to AI, anyone having

Re: OT - programa para hacer pendrive ISO

2024-07-13 Thread Fernando C. Estrada
El sábado, 13 de julio de 2024 a las 4:04 PM, Simeón Ignacio Martirén escribió: > He comprado una laptop Lenovo V15 Gr AMN y me instalaron el Windows prueba. > Quiero instalar Debian 12, pero no logro hacer que funcione el pendrive con > la ISO con Unetbootin ni Rufus. No soy experto, por

OT - programa para hacer pendrive ISO

2024-07-13 Thread Simeón Ignacio Martirén
He comprado una laptop Lenovo V15 Gr AMN y me instalaron el Windows prueba. Quiero instalar Debian 12, pero no logro hacer que funcione el pendrive con la ISO con Unetbootin ni Rufus. No soy experto, por favor ¿me orientan? -- * Ignacio*

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
tomas wrote: > If you are doing this in Emacs Lisp, after all, there /is/ > a Levenshtein distance function in there. Finding its name > is left as an exercise to the reader, though... (I know of course, `string-distance'.) I thought I was just going to experiment some in Elisp but now I've

Re: [OT] Re: the 'original' string function?

2024-07-13 Thread Emanuel Berg
jeremy ardley wrote: > In your case, without fully knowing precisely what your aim > is, one possible approach is to put all the text you want to > search into a GPT4All localdocs directory where it will be > indexed on the fly. Then create a prompt/context with the > search text and instructions

Problem with conda

2024-07-13 Thread Stephen P. Molnar
I am running Bookworm with the bash shell and use  a conda environment for some of my Molecular Modeling software. For some reason I can no longer activate my conda apps. I downloaded a new copy of Miniconda3-latest-Linux-x89_64.sh. The sha256sum agreed I deleted the Miniconda3 and .conda

Re: OT: Thunderbird - Emparejar hilos de correo [SOLUCIONADO a medias...]

2024-07-12 Thread Camaleón
El 2024-07-11 a las 15:23 -0300, Javier ArgentinaBBAR escribió: > El jue, 11 jul 2024 a las 12:56, Camaleón () escribió: > > > > El 2024-07-11 a las 08:47 -0400, Roberto C. Sánchez escribió: > > > > > On Thu, Jul 11, 2024 at 09:44:57AM -0300, Javier ArgentinaBBAR wrote: > > > > Buenos días. > > >

Re: stty permanently undef "start"

2024-07-11 Thread Max Nikulin
On 11/07/2024 22:56, Greg Wooledge wrote: On Thu, Jul 11, 2024 at 22:43:58 +0700, Max Nikulin wrote: On 10/07/2024 20:55, Greg Wooledge wrote: test -t 0 && stty -ixon I have a question opposite to the original one. Is it possible to disable xon for bash prompt, but enable it while

Re: General questions

2024-07-11 Thread Lee
On Thu, Jul 11, 2024 at 7:55 AM 타토카 wrote: > > And can you explain to me what is it, please? * > > $ alias | grep sha > alias sha1='/usr/bin/openssl dgst -sha1 ' > alias sha256='/usr/bin/openssl dgst -sha256 ' > alias sha512='/usr/bin/openssl dgst -sha512 ' It's a way of getting sha sums for a

Re: General questions

2024-07-11 Thread Franco Martelli
On 11/07/24 at 13:55, 타토카 wrote: And can you explain to me what is it, please? * $ alias | grep sha alias sha1='/usr/bin/openssl dgst -sha1 ' alias sha256='/usr/bin/openssl dgst -sha256 ' alias sha512='/usr/bin/openssl dgst -sha512 ' Since you are asking this question maybe you don't know

Re: OT: Thunderbird - Emparejar hilos de correo [SOLUCIONADO a medias...]

2024-07-11 Thread Javier ArgentinaBBAR
El jue, 11 jul 2024 a las 12:56, Camaleón () escribió: > > El 2024-07-11 a las 08:47 -0400, Roberto C. Sánchez escribió: > > > On Thu, Jul 11, 2024 at 09:44:57AM -0300, Javier ArgentinaBBAR wrote: > > > Buenos días. > > > > > > Esto es totalmente OT, pero es una cosa que se me ha ocurrido, por si

Re: stty permanently undef "start"

2024-07-11 Thread Greg Wooledge
On Thu, Jul 11, 2024 at 22:43:58 +0700, Max Nikulin wrote: > On 10/07/2024 20:55, Greg Wooledge wrote: > > test -t 0 && stty -ixon > > I have a question opposite to the original one. Is it possible to disable > xon for bash prompt, but enable it while foreground commands are > running?

Re: stty permanently undef "start"

2024-07-11 Thread Max Nikulin
On 10/07/2024 20:55, Greg Wooledge wrote: test -t 0 && stty -ixon I have a question opposite to the original one. Is it possible to disable xon for bash prompt, but enable it while foreground commands are running? Sometimes I use [Ctrl+s] to pause verbose output of some tool. On the

Re: bluetooth que no empareja

2024-07-11 Thread hubble
On Thu, 11 Jul 2024 08:43:14 +0200 Camaleón wrote: > El 2024-07-10 a las 20:54 +0200, hubble escribió: > > > Hola, > > Actualicé de Bullseye a bookworm hace unos meses en un ordenador algo viejo > > ya que no cuenta con bluetooth incorporado, utilizo un usb-bluetooth para > > oir audio en un

[SOLUCIONADO] Re: bluetooth que no empareja

2024-07-11 Thread hubble
On Thu, 11 Jul 2024 01:56:34 + "Fernando C. Estrada" wrote: > El miércoles, 10 de julio de 2024 a las 12:54 PM, hubble > escribió: > > > Actualicé de Bullseye a bookworm hace unos meses en un ordenador algo viejo > > ya que no cuenta con bluetooth incorporado, utilizo un usb-bluetooth

Re: OT: Thunderbird - Emparejar hilos de correo

2024-07-11 Thread Camaleón
El 2024-07-11 a las 08:47 -0400, Roberto C. Sánchez escribió: > On Thu, Jul 11, 2024 at 09:44:57AM -0300, Javier ArgentinaBBAR wrote: > > Buenos días. > > > > Esto es totalmente OT, pero es una cosa que se me ha ocurrido, por si > > alguien sabe si existe, pues no encuentro forma de hacerlo. > >

Re: General questions

2024-07-11 Thread Dan Purgert
On Jul 11, 2024, Greg Wooledge wrote: > On Thu, Jul 11, 2024 at 17:23:43 +0500, 타토카 wrote: > > But, what do you mean: "Because you haven't established a chain of trust > > from yourself to any of the signatures." > > Imagine someone walks up to you on the street and hands you a contract, > which

Re: OT: Thunderbird - Emparejar hilos de correo

2024-07-11 Thread Javier ArgentinaBBAR
El jue, 11 jul 2024 a las 9:48, Roberto C. Sánchez () escribió: > > On Thu, Jul 11, 2024 at 09:44:57AM -0300, Javier ArgentinaBBAR wrote: > > Buenos días. > > > > Esto es totalmente OT, pero es una cosa que se me ha ocurrido, por si > > alguien sabe si existe, pues no encuentro forma de hacerlo. >

Re: OT: Thunderbird - Emparejar hilos de correo

2024-07-11 Thread Roberto C . Sánchez
On Thu, Jul 11, 2024 at 09:44:57AM -0300, Javier ArgentinaBBAR wrote: > Buenos días. > > Esto es totalmente OT, pero es una cosa que se me ha ocurrido, por si > alguien sabe si existe, pues no encuentro forma de hacerlo. > > Hay gente que tiene la maldita costumbre de responder correos (mi >

OT: Thunderbird - Emparejar hilos de correo

2024-07-11 Thread Javier ArgentinaBBAR
Buenos días. Esto es totalmente OT, pero es una cosa que se me ha ocurrido, por si alguien sabe si existe, pues no encuentro forma de hacerlo. Hay gente que tiene la maldita costumbre de responder correos (mi correo A) con un nuevo correo (el correo X), es decir, en vez de pulsar "Responder", o

Re: General questions

2024-07-11 Thread Greg Wooledge
On Thu, Jul 11, 2024 at 17:23:43 +0500, 타토카 wrote: > But, what do you mean: "Because you haven't established a chain of trust > from yourself to any of the signatures." Imagine someone walks up to you on the street and hands you a contract, which is signed by someone you've never heard of. You

Re: General questions

2024-07-11 Thread Thomas Schmitt
Hi, cybertat...@gmail.com wrote: > gpg: WARNING: This key is not certified with a trusted signature! That's normal. The concept of a "web of trust" suffers from the fact that most people which i know good enough to trust them in general have no idea of PGP and thus are not really trustworthy in

Re: General questions

2024-07-11 Thread 타토카
Ok, I think this is really enough for verification ( Maybe (^_^) ). But, what do you mean: "Because you haven't established a chain of trust from yourself to any of the signatures." Is it only for Debian developers? And is it very important? On Thu, Jul 11, 2024 at 4:58 PM Greg Wooledge wrote:

Re: General questions

2024-07-11 Thread Greg Wooledge
On Thu, Jul 11, 2024 at 16:47:45 +0500, 타토카 wrote: > Why 64 signatures not checked and no ultimately trusted keys found here: > $ gpg --import key-DA87E80D6294BE9B.txt > gpg: key DA87E80D6294BE9B: 64 signatures not checked due to missing keys > gpg: key DA87E80D6294BE9B: public key "Debian CD

Re: General questions

2024-07-11 Thread 타토카
And can you explain to me what is it, please? * $ alias | grep sha alias sha1='/usr/bin/openssl dgst -sha1 ' alias sha256='/usr/bin/openssl dgst -sha256 ' alias sha512='/usr/bin/openssl dgst -sha512 ' On Thu, Jul 11, 2024 at 4:47 PM 타토카 wrote: > Why 64 signatures not checked and no ultimately

Re: General questions

2024-07-11 Thread 타토카
Why 64 signatures not checked and no ultimately trusted keys found here: $ gpg --import key-DA87E80D6294BE9B.txt gpg: key DA87E80D6294BE9B: 64 signatures not checked due to missing keys gpg: key DA87E80D6294BE9B: public key "Debian CD signing key " imported gpg: Total number processed: 1 gpg:

Re: Debian12 with nginx and php-fpm

2024-07-11 Thread Stefano Prina
Ciao Michael, simply the old-style /etc/init.d "start" that you show in your post did not suffice. I do note that you seem to have a mix of TCP ports here; both 80, 8080 (in the requested URL) and 8090 (in the podman invocation). After your email, I double checked and I reported wrongly the

Re: stty permanently undef "start"

2024-07-11 Thread Nicolas George
songbird (12024-07-10): > but for my own purposes i also like to do things for > terminals when they open up (my session manager and the > overall desktop will store multiple desktops and all of > the terminals i have open in each of them when i ask it > to). This is absolutely legitimate.

Re: question related to cp (-p) and /tmp

2024-07-11 Thread Thomas Schmitt
Hi, Max Nikulin wrote: > Thomas, do you have in your collection of strange files a one moved out of a > directory encrypted using fscrypt? Not yet. I will have to think whether such files pose any particular backup problem. Have a nice day :) Thomas

Re: bluetooth que no empareja

2024-07-11 Thread Camaleón
El 2024-07-10 a las 20:54 +0200, hubble escribió: > Hola, > Actualicé de Bullseye a bookworm hace unos meses en un ordenador algo viejo > ya que no cuenta con bluetooth incorporado, utilizo un usb-bluetooth para oir > audio en un altavoz bluetooth. Hasta la actualización el bluetooth funcionaba

Re: stty permanently undef "start"

2024-07-10 Thread songbird
Greg Wooledge wrote: ... > Sadly, the days of designing software to accomodate actual hardware > terminals are quite far behind us. true. having been annoyed by the quit keys of Firefox i just went and found the way to turn that off. been burned by that one too many times and i'd still not

Re: [OT] Re: the 'original' string function?

2024-07-10 Thread tomas
On Wed, Jul 10, 2024 at 08:53:40PM +0200, Emanuel Berg wrote: > Here is a piece of code after all wild ideas, but uncoded. [...] > ;;; -*- lexical-binding: t -*- [...] If you are doing this in Emacs Lisp, after all, there /is/ a Levenshtein distance function in there. Finding its name is left

Re: question related to cp (-p) and /tmp

2024-07-10 Thread Max Nikulin
On 10/07/2024 08:48, Greg Wooledge wrote: On Wed, Jul 10, 2024 at 08:20:23 +0700, Max Nikulin wrote: On 10/07/2024 02:35, Thomas Schmitt wrote: setfattr -n system.nfs4_acl -v '\0\0\0\3\0\0\0\0\0\0\0\0\0\26\1\247\0\0\0\6OWNER@\0\0\0\0\0' /tmp/x Shell does not interpret backslashes in

Re: bluetooth que no empareja

2024-07-10 Thread Fernando C. Estrada
El miércoles, 10 de julio de 2024 a las 12:54 PM, hubble escribió: > Actualicé de Bullseye a bookworm hace unos meses en un ordenador algo viejo > ya que no cuenta con bluetooth incorporado, utilizo un usb-bluetooth para oir > audio en un altavoz bluetooth. Hasta la actualización el bluetooth

Re: stty permanently undef "start"

2024-07-10 Thread eben
On 7/10/24 21:18, Greg Wooledge wrote: On Wed, Jul 10, 2024 at 21:01:41 -0400, e...@gmx.us wrote: On 7/10/24 18:57, Greg Wooledge wrote: On Wed, Jul 10, 2024 at 18:39:38 -0400, songbird wrote: that is a strange choice of termination and i would actually consider it a bug in rtorrent, ESC

Re: Program Not Showing Up in Menu

2024-07-10 Thread Patrick Wayodi
Thanks. You're right, I should've read the full description of the program. On Thu, Jul 11, 2024 at 3:29 AM Dan Ritter wrote: > Patrick Wayodi wrote: > > I have installed a program but it's not showing up in the Applications > > menu. The program is called Monero. I installed it using these

Re: stty permanently undef "start"

2024-07-10 Thread Greg Wooledge
On Wed, Jul 10, 2024 at 21:01:41 -0400, e...@gmx.us wrote: > On 7/10/24 18:57, Greg Wooledge wrote: > > On Wed, Jul 10, 2024 at 18:39:38 -0400, songbird wrote: > > >that is a strange choice of termination and i would > > > actually consider it a bug in rtorrent, ESC or Ctrl-C > > > should work

Re: [OT] Re: the 'original' string function?

2024-07-10 Thread jeremy ardley
On 10/7/24 23:41, Emanuel Berg wrote: jeremy ardley wrote: The modern way would be to use a LLM in API mode and set a context to achieve your aims. Here is the command. Turns out, I used the llamafile method with llava or mistral as LLMs. In the command, we see '-c 2048'. This, says the

Re: stty permanently undef "start"

2024-07-10 Thread eben
On 7/10/24 18:57, Greg Wooledge wrote: On Wed, Jul 10, 2024 at 18:39:38 -0400, songbird wrote: that is a strange choice of termination and i would actually consider it a bug in rtorrent, ESC or Ctrl-C should work for that purpose. Emacs and bash both use Ctrl-S to do stuff, and in both

Re: Program Not Showing Up in Menu

2024-07-10 Thread Dan Ritter
Patrick Wayodi wrote: > I have installed a program but it's not showing up in the Applications > menu. The program is called Monero. I installed it using these commands: > sudo apt-get update > sudo apt-get install monero That's because it has no graphical interface. It's a daemon plus command

Re: [SOLVED] Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-10 Thread Max Nikulin
On 10/07/2024 15:37, Ceppo wrote: but I couldn't build a working gs command. [...] [1]: https://github.com/qpdf/qpdf/issues/85 There is a link to gs arguments

Program Not Showing Up in Menu

2024-07-10 Thread Patrick Wayodi
I have installed a program but it's not showing up in the Applications menu. The program is called Monero. I installed it using these commands: sudo apt-get update sudo apt-get install monero

Re: ask for drivers

2024-07-10 Thread Dan Ritter
Jeff Pang wrote: > greetings, > > I am trying to install Debian on my counterfeit pad. Do you know where to > find touch screen drivers? Can you run lsusb and lspci or otherwise provide details on what hardware is installed? cat /proc/bus/input/devices might be of use. X11 touch screen

Re: Security Flaw:

2024-07-10 Thread David Christensen
On 7/9/24 23:34, Richard Bostrom wrote: I cannot update my passphrase in crypttab although the passphrase is updated in the OS I cannot enter my OS without using the latest passphrase. Yours sincerely Richardh Bostrom Passphrases in crypttab(5) are for disks, disk partitions, virtual

Re: stty permanently undef "start"

2024-07-10 Thread songbird
Nicolas George wrote: > Greg Wooledge (12024-07-10): >> There are many legitimate or semi-legitimate situations where a .bashrc >> file might be read by a shell that's not running inside a terminal. >> >> One of them is if someone chooses to dot in ~/.profile from their >> ~/.xsession file, or

Re: General questions

2024-07-10 Thread Lee
On Wed, Jul 10, 2024 at 6:07 PM 타토카 wrote: > > Hello, dear Debian Community. > > I just wanted to check a key with GPG. > > I have found this on https://www.debian.org/CD/verify: > > pub rsa4096/DA87E80D6294BE9B 2011-01-05 [SC] > > Key fingerprint = DF9B 9C49 EAA9 2984 3258 9D76 DA87 E80D 6294

Re: stty permanently undef "start"

2024-07-10 Thread Greg Wooledge
On Wed, Jul 10, 2024 at 18:39:38 -0400, songbird wrote: > Franco Martelli wrote: > > Hi everybody, > > > > I sometime use "rtorrent" (apt show rtorrent) to download isos and other > > big files. It happens that when I had to quit rtorrent by press Ctrl-Q I > > cannot because the key combination

Re: NetworkManager with dnsmasq caching NXDOMAIN response of router

2024-07-10 Thread songbird
Greg Wooledge wrote: > On Wed, Jul 10, 2024 at 15:11:20 +0200, Detlef Vollmann wrote: >> NetworkManager is the "default" (whatever "default" means) as it serves >> well the need of many users to connect a client machine to the Internet. > > It's only the "default" if a Desktop Environment is

Re: Automatic creation of last-known-good boot configuration

2024-07-10 Thread songbird
Dan Ritter wrote: > Jens Schmidt wrote: >> On Debian testing I've been bitten by the systemd upgrade and the >> systemd package split recently, rendering my dracut-LUKS-based >> system unbootable. I know that my warranty is void since I'm on >> testing, but both these issues would have been much

Re: stty permanently undef "start"

2024-07-10 Thread songbird
Franco Martelli wrote: > Hi everybody, > > I sometime use "rtorrent" (apt show rtorrent) to download isos and other > big files. It happens that when I had to quit rtorrent by press Ctrl-Q I > cannot because the key combination Ctrl-Q is trapped by the console due > to "stty" default

Re: General questions

2024-07-10 Thread 타토카
Hello, dear Debian Community. I just wanted to check a key with GPG. I have found this on https://www.debian.org/CD/verify: pub rsa4096/DA87E80D6294BE9B 2011-01-05 [SC] Key fingerprint = DF9B 9C49 EAA9 2984 3258 9D76 DA87 E80D 6294 BE9B uid Debian CD signing key How can

ask for drivers

2024-07-10 Thread Jeff Pang
greetings, I am trying to install Debian on my counterfeit pad. Do you know where to find touch screen drivers? regards -- Jeff Pang jeffp...@aol.com

Re: Production Ready

2024-07-10 Thread Andy Smith
Hi Richard, On Tue, Jul 09, 2024 at 02:03:55PM +, Richard Bostrom wrote: > I think Debian is production ready in it's current state. Users > only needs full control over updates. A simple leaflet of best > practices. Ten pages or so might be enough. Some of us have already been using Debian

  1   2   3   4   5   6   7   8   9   10   >