Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread David Christensen
On 2/6/24 05:48, John Hasler wrote: My .vimrc contains syntax on set mouse-=a And pasting works. Thank you for the reply. :-) If and when Firefox, Debian, X, Xfce, Terminal, and/or Vim misbehave again, I will try your suggestions. VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Nov 20

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread David Christensen
On 2/6/24 03:33, Ralph Aichinger wrote: On Mon, 2024-02-05 at 15:14 -0800, David Christensen wrote: I am unable to determine if the problem is Firefox, Vim, or something else. Comments or suggestions? As others have written, vim has changed copy+paste defaults some time ago. Some even call

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread David Christensen
On 2/6/24 00:12, Klaus Singvogel wrote: David Christensen wrote: On 2/5/24 21:45, to...@tuxteam.de wrote: Try ":set mouse=" and see whether it helps. Perhaps it's that. That's the way. That's the fix for the root cause. Thank you for the reply. :-) Currently, Firefox, Vim, select,

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread David Christensen
On 2/6/24 04:28, Greg Wooledge wrote: On Mon, Feb 05, 2024 at 10:28:53PM -0800, David Christensen wrote: Continuing from above in Vim in Insert mode, if I then simultaneously press the Ctrl, Shift, and v keys, and then release all keys, Vim inserts the contents of the clipboard; as confirmed

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread David Christensen
On 2/6/24 03:15, Dan Ritter wrote: David Christensen wrote: On 2/5/24 16:48, Dan Ritter wrote: David Christensen wrote: Please provide a URL that describes the Vim "+ and "* buffers, how to interact with them within Vim, how to interact with them from other apps, etc..

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread David Christensen
On 2/5/24 16:29, DdB wrote: Am 06.02.2024 um 00:14 schrieb David Christensen: Comments or suggestions? This may be unrelated, but ... I can copy/paste using the mouse, or - if i use the keyboard - i need to copy paste using CTRL-Shift-C and CTRL-Shift-V (when in the terminal emulator like

Re: How can we change the keyboard layout?

2024-02-06 Thread hw
On Tue, 2024-02-06 at 21:43 -0600, David Wright wrote: > On Tue 06 Feb 2024 at 11:28:11 (+0100), hw wrote: > > [...] > > I'm talking about wayland all the time; you brought Xorg up instead. > > If that concerned you unduly, you could have put that in the Subject > line. It doesn't concern me. >

Re: firefox et avira

2024-02-06 Thread Fabien Dubois
Le 06/02/2024 à 21:34, Kohler Gerard a écrit : le moyen le plus simple c'est de supprimer le dossier .mozilla/firefox mais cela signifie la perte de tous mes mots de passe et identifiants, ainsi que mon marque-pages. merci de votre aide Gérard -- ==

Re: How can we change the keyboard layout?

2024-02-06 Thread David Wright
On Tue 06 Feb 2024 at 11:28:11 (+0100), hw wrote: > On Mon, 2024-02-05 at 22:25 -0600, David Wright wrote: > > On Tue 06 Feb 2024 at 00:11:43 (+0100), hw wrote: > > [...] > > > How can it be so difficult to get basic things like that right? It > > > still sucks because after more then 30 years,

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Max Nikulin
On 07/02/2024 00:35, Ralph Aichinger wrote: On Tue, 2024-02-06 at 21:31 +0700, Max Nikulin wrote: is active in terminal, it is possible to hold [Shift] to get mouse events handled by terminal instead of Vim or another application running in terminal. I think pressing shift does not work here

xterm PRIMARY and CLIPBOARD selection [was: Re: Copy from Firefox and paste into Terminal with Vim]

2024-02-06 Thread Max Nikulin
On 07/02/2024 00:38, Nicolas George wrote: Max Nikulin (12024-02-07): Shift Ctrl C: CtrlInsert is the standard counterpart to ShiftInsert. It may be a convention for applications other than terminals, however I am unsure what "standard" means for terminals. Konsole has "reverted"

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Andy Smith
Hi, On Tue, Feb 06, 2024 at 12:18:26PM +0100, Kamil Jońca wrote: > My main concern is if speed differences between SSD and HDD in one lvm > can make any problems. The default allocation policy for LVM ("normal") is to use an arbitrary PV that has space. So this means that unless you say so, you

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Andy Smith
Hi, On Tue, Feb 06, 2024 at 11:03:03AM +0100, Basti wrote: > If you use mdadm for RAID you can mark the slower disk as 'write-mostly' to > get more read speed. Both (MD) RAID-1 and RAID-10 will work this out by themselves, by the way, and tend to read from the fastest device. I have benchmarked

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Andy Smith
Hi, On Tue, Feb 06, 2024 at 09:04:13AM +0100, Hans wrote: > I am not sure, if it is possible, to do same in LVM. As far as I know, LVM > must also set the corrct devicenames in correct order, mustn't it? Neither LVM nor MD will have a problem with member devices changing their device path as

Re: firefox et avira

2024-02-06 Thread Kohler Gerard
Le 03/02/2024 à 15:33, Kohler Gerard a écrit : bonjour, je suis sous debian 5.10 depuis 48h j'ai des messages intempestifs d'avira à chaque fois que j'ouvre firefox, alors que je n'ai jamais installé ce logiciel. comment faire pour me débarrasser de cette plaie ? merci Gérard bonjour,

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Ralph Aichinger
On Tue, 2024-02-06 at 21:31 +0700, Max Nikulin wrote: > is active in terminal, it is possible to hold [Shift] to get mouse > events handled by terminal instead of Vim or another application > running in terminal. I think pressing shift does not work here in e.g. gnome-terminal, because there

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Nicolas George
Max Nikulin (12024-02-07): > Shift Ctrl C: CtrlInsert is the standard counterpart to ShiftInsert. > exec-formatted("sh -c 'xsel --output --primary | > \ > exec xsel --input --clipboard'", PRIMARY)\n\

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Max Nikulin
On 06/02/2024 21:57, Greg Wooledge wrote: Anything that came from a desktop environment is pretty exotic to me. I'm pretty old-school. If xterm can't do it, then I'll call it exotic. Rewrap on window resize is a convenient feature of libvte. Ctrl+Shift+V for xterm: xterm*vt100.translations:

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Greg Wooledge
On Tue, Feb 06, 2024 at 03:36:23PM +, debian-u...@howorth.org.uk wrote: > I know I don't like xterm so I never use it. I mainly use lxterminal > and sometimes gnome-terminal but they both must be 'exotic' since they > behave as David said. The following NEW packages will be installed:

Re: Fwd: Openstack images default password

2024-02-06 Thread Оксана Патакі
Plus   ~ qemu-system-aarch64 -m 2048M -cpu cortex-a57 -M virt -bios QEMU_EFI.fd -drive file=debian-12-generic-arm64-daily-20240204-1647.qcow2,format=qcow2 -device virtio-net-pci,netdev=net0 -netdev user,id=net0 -device virtio-gpu -nographic вт, 6 лют. 2024, 14:19 користувач Luna Jernberg

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread debian-user
Greg Wooledge wrote: > On Mon, Feb 05, 2024 at 10:28:53PM -0800, David Christensen wrote: > > Continuing from above in Vim in Insert mode, if I then > > simultaneously press the Ctrl, Shift, and v keys, and then release > > all keys, Vim inserts the contents of the clipboard; as confirmed > > by:

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Greg Wooledge
On Tue, Feb 06, 2024 at 09:38:11PM +0700, Max Nikulin wrote: > On 06/02/2024 19:28, Greg Wooledge wrote: > > On Mon, Feb 05, 2024 at 10:28:53PM -0800, David Christensen wrote: > > > Continuing from above in Vim in Insert mode, if I then simultaneously > > > press > > > the Ctrl, Shift, and v

solved: How can we change the keyboard layout? (was: what keyboard do you use?)

2024-02-06 Thread hw
On Tue, 2024-02-06 at 01:37 -0500, Brian Sammon wrote: > On Mon, 05 Feb 2024 21:06:30 +0100 > hw wrote: > > > Yes, it's a misunderstanding: How can we change the keyboard layout? > > [...] > https://medium.com/@canadaduane/key-remapping-in-linux-2021-edition-47320999d2aa So this allowed me to

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Max Nikulin
On 06/02/2024 19:28, Greg Wooledge wrote: On Mon, Feb 05, 2024 at 10:28:53PM -0800, David Christensen wrote: Continuing from above in Vim in Insert mode, if I then simultaneously press the Ctrl, Shift, and v keys, and then release all keys, Vim inserts the contents of the clipboard; as

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread tomas
On Tue, Feb 06, 2024 at 09:31:33PM +0700, Max Nikulin wrote: [...] > Concerning set "mouse=", I usually use it, but even when mouse handling is > active in terminal, it is possible to hold [Shift] to get mouse events > handled by terminal instead of Vim or another application running in >

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Max Nikulin
On 06/02/2024 18:33, Ralph Aichinger wrote: As others have written, vim has changed copy+paste defaults some time ago. Some even call this changing defaults "they broke copy+paste" . I am using vim in GUI terminal applications and I have not noticed it. Vim is a rare application that

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Max Nikulin
On 06/02/2024 13:28, David Christensen wrote: On 2/5/24 19:03, Max Nikulin wrote:     xclip -o -selection PRIMARY     xclip -o -selection CLIPBOARD That is useful. I expected that you would try both commands when vim is unable to paste. It would allow to discriminate whether it is Firefox

Re: How can we change the keyboard layout?

2024-02-06 Thread Stefan Monnier
> I had my share of discussions back then (before Wayland) in the > context of GNOME and I don't need that again. Discussions are tiresome, yes. Knowing it won't go well, it's important to keep them short. > But do keep your optimism: that's what makes the world better. I'm not very

Re: what keyboard do you use?

2024-02-06 Thread songbird
hw wrote: ... >> $80 for what i have now was acceptable. > > Which one is that? It must be an unusually sturdy one. Or did you > put a metal plate under it? Corsair K70 CORE RGB Mechanical Gaming Keyboard it is solid but stiff, it is also pretty quiet compared to a model M and has no feel

Re: How can we change the keyboard layout? (was: what keyboard do you use?)

2024-02-06 Thread hw
On Tue, 2024-02-06 at 11:28 +, debian-u...@howorth.org.uk wrote: > hw wrote: > > On Mon, 2024-02-05 at 14:34 -0600, David Wright wrote: > > > [...] > > > "The German layout differs from the English (US and UK) layouts in > > > four major ways: > > > > It's missing out on yet another

Re: what keyboard do you use?

2024-02-06 Thread songbird
hw wrote: > On Mon, 2024-02-05 at 08:46 -0500, songbird wrote: >> hw wrote: >> ... >> > It's a badly missing feature from gnome settings that we can't change >> > the key bindings. The layout must be defined somewhere, though. >> > Maybe someone knows where that is? >> >> in MATE there's

Re: On graphical environments [was: what keyboard do you use?]

2024-02-06 Thread tomas
On Tue, Feb 06, 2024 at 02:55:30PM +0100, hw wrote: > On Tue, 2024-02-06 at 06:33 +0100, to...@tuxteam.de wrote: > > On Mon, Feb 05, 2024 at 09:40:30PM +0100, hw wrote: > > > > [...] > > > > > Have you ever entered ipv4 addresses (and floats) on a German > > > keyboard? It's insane. > > > >

Re: On graphical environments [was: what keyboard do you use?]

2024-02-06 Thread hw
On Tue, 2024-02-06 at 06:33 +0100, to...@tuxteam.de wrote: > On Mon, Feb 05, 2024 at 09:40:30PM +0100, hw wrote: > > [...] > > > Have you ever entered ipv4 addresses (and floats) on a German > > keyboard? It's insane. > > While I do agree with other of your points (CTRL-] being one, > although

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread John Hasler
My .vimrc contains syntax on set mouse-=a And pasting works. VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Nov 20 2023 16:05:25) Included patches: 1-2116 -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: Of German keycap translations [was: How can we change the keyboard layout?]

2024-02-06 Thread hw
On Tue, 2024-02-06 at 13:32 +0100, to...@tuxteam.de wrote: > On Tue, Feb 06, 2024 at 01:07:24PM +0100, Ralph Aichinger wrote: > > [...] > > > But translating "Ctrl" to "Strg" (if you do not read it as "String > > or even "Strange" as some people do) is not one of these [...] > > Funny. I always

Re: Fwd: Openstack images default password

2024-02-06 Thread Оксана Патакі
yes login is debian but he need password and i dont use ssh вт, 6 лют. 2024, 06:44 користувач Luna Jernberg пише: > -- Forwarded message - > Från: Joost van Baal-Ilić > Date: tis 6 feb. 2024 kl 06:31 > Subject: Re: Fwd: Openstack images default password > To: Luna Jernberg > >

Re: Fwd: Openstack images default password

2024-02-06 Thread Luna Jernberg
https://www.mail-archive.com/debian-cloud@lists.debian.org/msg04646.html Found a thread about this from 2020 not using Openstack myself but maybe someone else here can confirm if its still the case you need to use/generate your own SSH key? Den tis 6 feb. 2024 kl 14:12 skrev Оксана Патакі : > >

Re: Many systemd units do not start anymore

2024-02-06 Thread debian-user
Christoph Pleger wrote: > Hello, > > on one of my server machines, suddenly many systemd units (e.g. cron, > autofs) do not start any more, neither at boot nor when trying to > start manually with "systemctl start ", this hangs till I abort > with Ctrl-C - though the commands defined in

Re: How can we change the keyboard layout? (was: what keyboard do you use?)

2024-02-06 Thread hw
On Tue, 2024-02-06 at 01:37 -0500, Brian Sammon wrote: > On Mon, 05 Feb 2024 21:06:30 +0100 > hw wrote: > > > Yes, it's a misunderstanding: How can we change the keyboard layout? > > I recently dug into this because I am running Debian on a > Chromebook, and I wanted to map the Google-key

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Greg Wooledge
On Tue, Feb 06, 2024 at 06:15:39AM -0500, Dan Ritter wrote: > https://www.oreilly.com/library/view/learning-the-vi/9780596529833/ch04s03.html > > The "+ and "* buffers will get filled with primary and clipboard > selections when they occur, or you can fill them yourself so > that other

Re: Instalação AbiWord

2024-02-06 Thread Leandro Guimarães Faria Corcete DUTRA
Le 05/02/2024 à 09:51, Humberto A. Sousa a écrit : Aproveitando o assunto, é possível inserir as fontes Linux no Windows ? Não há ‘fontes Linux’, a não ser talvez as fontes console. O GNU/Linux usa fontes padrão em seus vários ambientes gráficos disponíveis. Algumas das mais antigas são

Of German keycap translations [was: How can we change the keyboard layout?]

2024-02-06 Thread tomas
On Tue, Feb 06, 2024 at 01:07:24PM +0100, Ralph Aichinger wrote: [...] > But translating "Ctrl" to "Strg" (if you do not read it as "String > or even "Strange" as some people do) is not one of these [...] Funny. I always read it as "Strangulieren"... =:-o Cheers -- t signature.asc

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Greg Wooledge
On Mon, Feb 05, 2024 at 10:28:53PM -0800, David Christensen wrote: > Continuing from above in Vim in Insert mode, if I then simultaneously press > the Ctrl, Shift, and v keys, and then release all keys, Vim inserts the > contents of the clipboard; as confirmed by: > > xclip -o -selection

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Max Nikulin
On 06/02/2024 18:18, Kamil Jońca wrote: 1. now VG has two PV. Both are raid1 with two HDD. 2. I want to have VG with one PV as RAID1 with 2 HDD's and second PV as RAID1 with 2SSD's Just a warning. It seems, it is necessary to ensure that drives use the same block size, however my impression

Re: what keyboard do you use?

2024-02-06 Thread Greg Wooledge
On Tue, Feb 06, 2024 at 12:04:16PM +0100, hw wrote: > ls -la /etc/udev/hwdb.d/ > total 0 > drwxr-xr-x. 1 root root 0 Jan 22 01:00 . > drwxr-xr-x. 1 root root 82 Feb 5 13:03 .. > > But this is on Fedora, and perhaps Debian does it differently. unicorn:~$ ls /etc/udev hwdb.d/ rules.d/

Re: How can we change the keyboard layout? (was: what keyboard do you use?)

2024-02-06 Thread debian-user
Brian Sammon wrote: > On Mon, 05 Feb 2024 21:06:30 +0100 > hw wrote: > > > Yes, it's a misunderstanding: How can we change the keyboard > > layout? > > I recently dug into this because I am running Debian on a Chromebook, > and I wanted to map the Google-key (located next to the A key, where

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Ralph Aichinger
On Mon, 2024-02-05 at 15:14 -0800, David Christensen wrote: > I am unable to determine if the problem is Firefox, Vim, or something > else. > > Comments or suggestions? As others have written, vim has changed copy+paste defaults some time ago. Some even call this changing defaults "they broke

Re: Erreur suite à un apt upgrade

2024-02-06 Thread Fabien Dubois
J'ai pu redémarrer Debian par le noyau 6.6.17. apt upgrade : Donc, c'est le module Nvidia qui empêche l'installation du noyau 6.6.18. Mon pilote Nvidia 470 est celui pêché sur le dépôt free de Debian. Je n'ai jamais réussi à installer un pilote "nouveau".

Re: How can we change the keyboard layout?

2024-02-06 Thread hw
On Tue, 2024-02-06 at 10:57 +0100, Loris Bennett wrote: > [...] > OK, now I am with you. Indeed, I have an HP EliteBook 840 G6 which, to > my mind insanely, has no 'insert' key, but does have 'call' and 'hang > up' telephone keys, which are of no use to me. I have tried and failed > to remap

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Kamil Jońca
Kamil Jońca writes: > Marco Moock writes: > >> Am 06.02.2024 um 07:17:02 Uhr schrieb Kamil Jońca: >> >>> Should I worry about anything (speed differences or sth)? >> >> Speed differences will occur because reading and writing from/to the >> SSD will be much faster. > Of course, but can it make

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Dan Ritter
David Christensen wrote: > On 2/5/24 16:48, Dan Ritter wrote: > > David Christensen wrote: > > > Please provide a URL that describes the Vim "+ and "* buffers, how to > interact with them within Vim, how to interact with them from other apps, > etc..

Re: How can we change the keyboard layout? (was: what keyboard do you use?)

2024-02-06 Thread debian-user
hw wrote: > On Mon, 2024-02-05 at 14:34 -0600, David Wright wrote: > > [...] > > "The German layout differs from the English (US and UK) layouts in > > four major ways: > > It's missing out on yet another major way: Umlaute. If you reread the wikipedia page, you'll see that umlaut keys are

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Dan Ritter
Kamil Jońca wrote: > > Debian box with LVM > LVM uses 2 PV - raid devices each uses 2 HDD (rotating) > discs (with sata interfaces). > > Now I am considering replacing one PV with md device constisting of SSD > discs, so LVM will be have one "HDD" based pv and one SSD based PV. > Should I

Re: what keyboard do you use?

2024-02-06 Thread hw
On Tue, 2024-02-06 at 11:11 +0700, Max Nikulin wrote: > On 05/02/2024 18:37, hw wrote: > > With xmodmap, I was able to adjust the layout as needed. With > > wayland, I can't do that anymore > > Untested: > > https://who-t.blogspot.com/2020/02/user-specific-xkb-configuration-part-1.html >

Re: How can we change the keyboard layout?

2024-02-06 Thread Thomas Schmitt
Hi, Loris Bennett wrote: > As many have pointed out, it is short for 'Steuerung', but I have met > many Germans who refer to this key as 'String'. I am not sure why BASIC ? Or the popular bundle theory: [Strg] (= [Ctrl]) means "String", [AltGr] (= right side [Alt]) means "Altgriechisch" (=

Re: Erreur suite à un apt upgrade

2024-02-06 Thread ajh-valmer
On Monday 05 February 2024 22:39:49 Fabien Dubois wrote: > Le 05/02/2024 à 22:29, Fabien Dubois a écrit : > > sid, noyau 6.6.18, j'ai eu un souci similaire (avec le 470 aussi) . > > Les pilotes propriétaires nvidia semblent avoir subi une maj qui casse > > un peu tout, notamment la construction

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Basti
If you use mdadm for RAID you can mark the slower disk as 'write-mostly' to get more read speed. On 06.02.24 09:23, Marco Moock wrote: Am 06.02.2024 um 08:54:18 Uhr schrieb Kamil Jońca: Marco Moock writes: Am 06.02.2024 um 07:17:02 Uhr schrieb Kamil Jońca: Should I worry about

Re: How can we change the keyboard layout?

2024-02-06 Thread tomas
On Tue, Feb 06, 2024 at 11:35:34AM +0100, hw wrote: [...] > > Chances are that someone has an entirely workable suggestion, if not > > an outright solution [...] > It's not unusual that people don't like to hear the truth. I was following this thread with some interest. Now, I'm out. Cheers

Re: How can we change the keyboard layout?

2024-02-06 Thread hw
On Tue, 2024-02-06 at 09:17 +, Michael Kjörling wrote: > On 6 Feb 2024 00:11 +0100, from h...@adminart.net (hw): > > and for almost 30 years we had > > to manually switch on NumLock every time we started an X11 session > > numlockx has been around since _at least_ 2002, so over 20 years. >

Re: How can we change the keyboard layout?

2024-02-06 Thread hw
On Mon, 2024-02-05 at 22:25 -0600, David Wright wrote: > On Tue 06 Feb 2024 at 00:11:43 (+0100), hw wrote: > [...] > > How can it be so difficult to get basic things like that right? It > > still sucks because after more then 30 years, we still don't have a > > good way to change the keyboard

Re: How can we change the keyboard layout?

2024-02-06 Thread Loris Bennett
hw writes: > On Mon, 2024-02-05 at 15:26 +0100, Loris Bennett wrote: >> hw writes: >> >> > On Sun, 2024-02-04 at 18:23 +, Michael Kjörling wrote: >> > > On 4 Feb 2024 12:08 -0600, from n...@n0nb.us (Nate Bargmann): >> > > > xmodmap trickery? I am running GNOME on Wayland. >> > > >> > >

Re: about 64bits time_t transition and deborphan

2024-02-06 Thread Thomas Schmitt
Hi, Patrice Duroux wrote: > Out of curiosity, I started this transition on some packages from > experimental and I observed that deborphan is not without > «disruption». > [...] > Is this something to be reported to deborphan as it could also be in > some other cases than this time_t transition?

Re: How can we change the keyboard layout?

2024-02-06 Thread Michael Kjörling
On 6 Feb 2024 00:11 +0100, from h...@adminart.net (hw): > and for almost 30 years we had > to manually switch on NumLock every time we started an X11 session numlockx has been around since _at least_ 2002, so over 20 years. Depending on your exact definition of "almost 30 years" that leaves a gap

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Marco Moock
Am 06.02.2024 um 08:54:18 Uhr schrieb Kamil Jońca: > Marco Moock writes: > > > Am 06.02.2024 um 07:17:02 Uhr schrieb Kamil Jońca: > > > >> Should I worry about anything (speed differences or sth)? > > > > Speed differences will occur because reading and writing from/to the > > SSD will be

Re: Copy from Firefox and paste into Terminal with Vim

2024-02-06 Thread Klaus Singvogel
David Christensen wrote: > On 2/5/24 21:45, to...@tuxteam.de wrote: > > Try ":set mouse=" and see whether it helps. Perhaps it's that. That's the way. That's the fix for the root cause. > I am unable to correlate that Vim setting change to the Vim paste problems. But it's vim, which is changing

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Kamil Jońca
Marco Moock writes: > Am 06.02.2024 um 07:17:02 Uhr schrieb Kamil Jońca: > >> Should I worry about anything (speed differences or sth)? > > Speed differences will occur because reading and writing from/to the > SSD will be much faster. Of course, but can it make any data damage to lvm? I am

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Hans
Am Dienstag, 6. Februar 2024, 07:17:02 CET schrieb Kamil Jońca: Hi Kamil, I don't know, if this is working at all. The reason for this, is, the BIOS might cause trouble, because it might not always detect the drives in the correct order. For example, in my case I have several SATA drives,