Re: how to stop reboot from delete'n directory

2020-07-01 Thread Nicolas George
emd unit would be overkill, rc.local is fine). https://manpages.debian.org/stretch/systemd/tmpfiles.d.5.en.html tmpfiles.d - Configuration for creation, deletion and cleaning of volatile and temporary files Regards, -- Nicolas George signature.asc Description: PGP signature

Re: How To Permanently Add-to a Users PATH Statement in the Bash Shell

2020-07-07 Thread Nicolas George
ferred in these cases) Regards, -- Nicolas George signature.asc Description: PGP signature

Re: How To Permanently Add-to a Users PATH Statement in the Bash Shell

2020-07-07 Thread Nicolas George
Jonathan Dowland (12020-07-07): > Not in the default PATH either. No, but probably one of the first things anybody who has non-elementary use will have configured anyway. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: delimiters with more than one character? ...

2020-07-14 Thread Nicolas George
, you might as well throw bash away and write the entire program > in perl instead. I concur. And I would advise against using the features of perl that makes it automatically behave somewhat like awk or others, with implicit parameters and the like. Better write what you mean explicitly and readably. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: delimiters with more than one character? ...

2020-07-14 Thread Nicolas George
it easily: $ a="abcxydefxyghi"; echo ${(s:xy:)a} abc def ghi I leave as an exercise the task of properly escaping backslash and pipe if necessary. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: delimiters with more than one character? ...

2020-07-14 Thread Nicolas George
,$4,$5}' Have you considered that pipes without backslashes are not supposed to be separators? Regards, -- Nicolas George signature.asc Description: PGP signature

Re: delimiters with more than one character? ...

2020-07-15 Thread Nicolas George
limiter cannot work in all cases. Regards, -- Nicolas George

Re: delimiters with more than one character? ...

2020-07-15 Thread Nicolas George
Bob Weber (12020-07-15): > which replaces \| with a single character which is known not to be in > the input data For the third time, and on top of what other people have told you: THERE ARE NO CHARACTERS KNOWN NOT TO BE IN THE INPUT. Regards, -- Nicolas George signature.asc Descr

Re: delimiters with more than one character?

2020-07-16 Thread Nicolas George
3 \| c\|123abc "; > $s.put'; > 34 + 45 | abc | 1 2 3 | c|123abc Observe your output carefully. You'll notice that the string you defined does not actually contain any backslash. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: delimiters with more than one character? ...

2020-07-17 Thread Nicolas George
Zenaan Harkness (12020-07-17): > And mount /tmp as ramdisk ftw. tmpfs is not a ramdisk. Regards, -- Nicolas George signature.asc Description: PGP signature

tmpfs is not a ramdisk (was: delimiters with more than one character? ...)

2020-07-17 Thread Nicolas George
disappear you want. If all you want is not to have to worry about cleaning up, then you are good with tmpfs. If you are worried that sensitive data may end up on disk, then encrypt your swap with an ephemeral key. Regards, -- Nicolas George signature.asc Description: PGP signature

SANE default scanner

2020-07-27 Thread Nicolas George
tell them each time? Thanks. -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
nately, it does not work: for GUI tools, this environment variable pre-selects the device in the device selection dialog, but it does not make it appear if it is not detected (?!???@!%@?!!!?). Also, it works for only one scanner. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
very bad taste for xsane to somehow scan my whole network just in case a scanner happens to be there.) Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
etime you > must add your own into this lib. Thanks, but that is for USB, I am asking for network. To summarize: I want to tell SANE URLs for network-connected scanners so that they can be presented to the users in GUI dialogs. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
resented to the users in GUI dialogs. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
crap from HP. After all, the scanner works, my problem is only a UI problem. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
There is no bug to debug, this is useless. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
nothing like the provided examples: 192.168.0.15 ::1 localhost scan-server.office.lan net.conf is for scanner shared with SANE's protocol. Notice the "hpaio:" fake URL protocol. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
ch? Well, in between explaining why all the answers I got do not match the question, I RTFS, and it seems indeed it is not possible with SANE. What stupid design. As for the hpaio backend, it relies on CUPS to find networked printers, but CUPS will not be always running. What stupid design. R

Re: SANE default scanner

2020-07-27 Thread Nicolas George
ects networked scanners by querying CUPS for networked printers. But I do not want CUPS running. This is not a bug, just a completely idiotic design. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
Brian (12020-07-27): > libsane-hpaio needs CUPS to deal with scanners? Imagination is a great > asset. Sometimes! If you do not believe me, just RTFS or use ldd and nm to check. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
Brian (12020-07-27): > Ok, libsane-hpaio requires libcups.so.2. That's nowhere near requiring > CUPS, in particular cups-daemon. The printing system is not involved > with scanning. This is the last time I grace you with a reply. As I have told you twice now, unlike you, I have read the source cod

Re: SANE default scanner

2020-07-27 Thread Nicolas George
Siard (12020-07-27): > It looks simple to me, or am I missing something? Does it add the scanner in Gimp's scanner menu? Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-27 Thread Nicolas George
Nicolas George (12020-07-27): > Well, in between explaining why all the answers I got do not match the > question, I RTFS, and it seems indeed it is not possible with SANE. What > stupid design. > > As for the hpaio backend, it relies on CUPS to find networked printers, > bu

Re: SANE default scanner

2020-07-27 Thread Nicolas George
27;t, that's pretty obvious looking at the source code: - The only way to have SANE-using applications see the scanner is that hpaio detects it. - The only way to have hpaio detect the scanner is to have CUPS running, the corresponding printer configured and hpaio allowed to connect to it. Bot

Re: SANE default scanner

2020-07-28 Thread Nicolas George
r > missing feature. The fact that this option did not exist first and before probing is what I call a design mistake. And the fact that hpaio relies on CUPS is inexcusable. There is no doubt it can be done. I just doubt it will. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Capture screen with mencoder

2020-07-28 Thread Nicolas George
recommended except for DVDs. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: SANE default scanner

2020-07-29 Thread Nicolas George
ould be better invested in an external work-around, it would be less effort than forking, and more convenient. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Capture screen with mencoder

2020-07-29 Thread Nicolas George
etails than you did here. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Support for AMD Ryzen 3 3200U

2020-07-30 Thread Nicolas George
Nicolas George (12020-06-27): > I need to buy a new computer. I am considering one based on the > AMD Ryzen 3 3200U, more precisely the ZOTAC ZBOX CA621 Nano. > > From what I read on the web, it seems I would be able to get it working > with Debian Testing. > > Can someb

Multiple keyboard layouts on the Linux console

2020-08-04 Thread Nicolas George
's key [1] yields '&' unshifted and '1' shifted. To handle that, you would have to find an unused key code, and then use loadkeys table to map it. Hope this helps somebody. Regards, -- Nicolas George 8<----8<----8<8< evdev_map.c -

Re: SANE default scanner

2020-08-07 Thread Nicolas George
them each time? > > > > Thanks. > > > I've just yesterday got a partial success by just adding this > into /etc/sane.d/saned.conf > > tcp 192.168.9.114 Thank you. But hpaio and saned are two different protocols, and apparently SANE lacks a cross-protocol c

Re: Disks renamed after update to 'testing'...?

2020-08-18 Thread Nicolas George
Thomas Schmitt (12020-08-18): > I only deem *UUID as safe, unless the same names on different devices > are intented and always only one of those devices will be connected. UUID can get duplicated too. Just have somebody copy the whole block device with "good ol' dd". Re

Re: increasing size of /run

2018-07-13 Thread Nicolas George
you can restart it. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: increasing size of /run

2018-07-13 Thread Nicolas George
Curt (2018-07-13): > Why not (not a rhetorical question)? Because requiring unusual system configuration for user programs is not convenient in the long run. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: CDROM will not play a music cd.

2018-07-22 Thread Nicolas George
D PCM data: 10 Mo/mn, transparent stereo Opus: <~1 Mo/mn. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: CDROM will not play a music cd.

2018-07-22 Thread Nicolas George
y, anything but smooth and continuous. Rip the CD. Regards, -- Nicolas George signature.asc Description: Digital signature

Problems with kernel 4.17.0-1-amd64

2018-07-25 Thread Nicolas George
re not yet loaded from disk.) Regards, -- Nicolas George signature.asc Description: Digital signature

Re: can't install jmtpfs of stretch(i386)

2018-08-05 Thread Nicolas George
The following information may help to resolve the situation: > > The following packages have unmet dependencies: >  jmtpfs : Depends: fuse but it is not going to be installed > E: Unable to correct problems, you have held broken packages. It works here. Your problem is not with secur

Re: (solved)Re: can't install jmtpfs of stretch(i386)

2018-08-05 Thread Nicolas George
you do not have respect for the persons on this list, then you do not deserve respect in return. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: (solved)Re: can't install jmtpfs of stretch(i386)

2018-08-05 Thread Nicolas George
T BkRl (2018-08-05): > Sorry Nicolas Saying sorry when you do it again is a lie. Good bye, this is the last you will hear of me. -- Nicolas George signature.asc Description: Digital signature

Re: As seen above: use of su vs sudo

2018-08-07 Thread Nicolas George
ns to access any user's account. On a single-user machine, it is one and the same. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: As seen above: use of su vs sudo

2018-08-07 Thread Nicolas George
of the system (beyond > just the user's account) to be something worth securing, even on a > single-user system. Maybe. But it does not need to be *more* secure than the user's account. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: As seen above: use of su vs sudo

2018-08-07 Thread Nicolas George
from them. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: As seen above: use of su vs sudo

2018-08-07 Thread Nicolas George
path, for example (in that malevolent person's effort to elevate > himself to superuser status). Indeed. It protects you from semi-competent crackers. With incompetent ones, is is not needed, with competent ones it is useless. You judge if it is worth the hassle. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: What time is it, really?

2018-08-09 Thread Nicolas George
lose to the computer clock. If you are looking at the time I underlined above, I am pretty sure (looking at the source) that it is the local time, not the time returned by the server. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: OT: What time is it, really?

2018-08-09 Thread Nicolas George
ence that it does? Regards, -- Nicolas George signature.asc Description: Digital signature

Re: OT: What time is it, really?

2018-08-09 Thread Nicolas George
er. You were right to use a complete implementation of NTP. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: What time is it, really?

2018-08-09 Thread Nicolas George
default configuration. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: What time is it, really?

2018-08-09 Thread Nicolas George
ry to find out how to obtain > this file, etc. You mean, like installing the ntp-doc package, maybe ? Regards, -- Nicolas George signature.asc Description: Digital signature

Re: New su behavior in util-linux 2.32

2018-08-11 Thread Nicolas George
Pétùr (2018-08-11): > The new 'su' is useless for me because it cannot launch root program. Maybe learn how to use $PATH? Regards, -- Nicolas George signature.asc Description: Digital signature

Re: Problems with kernel 4.17.0-1-amd64

2018-08-11 Thread Nicolas George
Hi. An update on this: Nicolas George (2018-07-25): > The device for the audio controller takes about 0.3 seconds to open. I > have just rebooted on 4.16, and with it the delay is imperceptible. (And > yes, 0.3 seconds for that is a problem for me.) The audio device is > listed as &q

Re: Problems with kernel 4.17.0-1-amd64

2018-08-11 Thread Nicolas George
ler helps. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: ISO file to sd card: Disk /dev/sdb doesn't contain a valid partition table

2018-08-14 Thread Nicolas George
t does not contain a MBR-style partition table. You can try to mount /dev/sdb itself. But you are probably doing something wrong in the first place. What is your endgame? Regards, -- Nicolas George signature.asc Description: Digital signature

Re: ISO file to sd card: Disk /dev/sdb doesn't contain a valid partition table

2018-08-14 Thread Nicolas George
local10 (2018-08-14): > The goal here is to create an sd card containg a bootable windows 7 > image, I need to test something quick in windows. The iso file  is a > windows 7 image. Then I suspect you would have more luck asking people familiar with windows. Regards, -- Nicol

Re: Bash true/false builtings undocumented? "false" not working?

2018-08-17 Thread Nicolas George
e same thing as the standard and non-builtin true and false? > $ test $? && Stop right there. "test $?" does not do what you think it does. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: Bash true/false builtings undocumented? "false" not working?

2018-08-17 Thread Nicolas George
pr to make numerical computations, but in this instance it is completely overkill. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: what is special about unrar-free when we have unar ?

2018-08-21 Thread Nicolas George
x27;t know ? The unrar package is not free. Read this: https://www.debian.org/intro/free Regards, -- Nicolas George signature.asc Description: Digital signature

Re: what is special about unrar-free when we have unar ?

2018-08-21 Thread Nicolas George
Michael Stone (2018-08-21): > Read more closely. :) Please elaborate. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: sometimes i go huh (grep result)

2018-08-27 Thread Nicolas George
invalid option -- 'g' Same as above. > me@ant(28)$ env | grep '\-g' > CFLAGS=-g grep sees the argument starting with a backslash, it is not an option, therefore it is the regexp. But backshash-dash could have had a special semantic, like backslash-parentheses. > me@a

Re: mailing list vs "the futur"

2018-09-02 Thread Nicolas George
John Hasler (2018-09-02): > Some email clients have filtering. Get one. This kind of answer is despicable. You would deserve that Curt subscribes your address to all junk mail lists he can find. You would just have to filter them. Regards, -- Nicolas George

Re: mailing list vs "the futur"

2018-09-02 Thread Nicolas George
Dan Purgert (2018-09-02): > Difference is, Curt chose to subscribe to this list, which happens to > carry this thread This list is about using Debian. This thread is not. Therefore, this thread is pollution on this list. I will personally refrain from polluting further. Regards, -- N

Re: [Off-topic] Was: mailing list vs "the futur"

2018-09-04 Thread Nicolas George
f some people is boundless. Regards, -- Nicolas George

Re: Bug#908349: firefox-esr: no sound after upgrading from 52.9 to 60.2

2018-09-09 Thread Nicolas George
ory next. > Freedom sometimes sucks; the lack thereof always sucks :) Hear, hear. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: where does fvwm get its xterm icon?

2018-09-17 Thread Nicolas George
Kleene, Steven (kleenesj) (2018-09-17): > I can't figure out where fvwm is getting the xpm icon for an xterm. AFAIK, Fvwm get most windows icons (as opposed to menu / button icons) from the applications themselves. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: where does fvwm get its xterm icon?

2018-09-21 Thread Nicolas George
imple except that > the package required never made it past squeeze, so you'd need to > visit the archives, specifically: The real fix is even simpler: start your X11 clients from Fvwm's InitFunction, not from .xinitrc. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: cannot open display: localhost:0.0

2018-09-23 Thread Nicolas George
Étienne Mollier (2018-09-23): > or removing “-nolisten” to Xorg parameters: Finally somebody in this thread who payed attention in the last fifteen years... Regards, -- Nicolas George signature.asc Description: Digital signature

Re: where does fvwm get its xterm icon?

2018-09-24 Thread Nicolas George
is just because I have spent a significant part of the week-end surrounded by multimedia jargon.) Regards, -- Nicolas George signature.asc Description: Digital signature

Re: Color of the active window title bar in ubuntu-mate?

2022-08-22 Thread Nicolas George
; !MWMDecor Style "Gajim" !MWMDecor Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Color of the active window title bar in ubuntu-mate?

2022-08-22 Thread Nicolas George
~/.fvwm2rc, so I doubt it will be useful for you, sorry. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Color of the active window title bar in ubuntu-mate?

2022-08-22 Thread Nicolas George
my mother > used to say. I think I had heard of it but forgotten. It works, but LD_PRELOADs are fragile. A patched version of Gtk+3 would be more robust. Also, IIRC, somebody maintains a set of patches somewhere, and I have a bookmark somewhere. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Bookworm: Firefox v102 seems to be hanging quite often

2022-08-22 Thread Nicolas George
it since the last upgrade two days ago. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Softraid & partclone

2022-08-23 Thread Nicolas George
ning? Read the device that contains the data, /dev/mdX. Or add your new drive to the RAID, wait for synchronization, then remove it. Regards, -- Nicolas George signature.asc Description: PGP signature

5 GHz hostapd stopped working

2022-08-31 Thread Nicolas George
0211/parameters/ieee80211_regdom FR and it did not change anything. Can anybody suggest something to try? Thanks in advance. -- Nicolas George signature.asc Description: PGP signature

Re: Mouse / Tablet

2022-10-17 Thread Nicolas George
axis. I think some of the answers you seek can be found there: https://lists.debian.org/debian-user/2020/02/msg00755.html Regards, -- Nicolas George

Re: debian/rules @variable@ syntax

2022-11-01 Thread Nicolas George
jeremy ardley (12022-11-01): > If it's not Makefile, it's quite possibly cmake I strongly doubt that Debian uses cmake for its packaging. Source? -- Nicolas George signature.asc Description: PGP signature

Re: debian/rules @variable@ syntax

2022-11-01 Thread Nicolas George
jeremy ardley (12022-11-01): > cmake has inbuilt support for deb packaging cmake can have all the features it wants, if Debian does not use it, then talking about it is a waste of time. Do you have a source that shows Debian uses cmake for its packaging? -- Nicolas George signature.

Re: which gui text editor support correct rendering of multiple languages

2022-11-01 Thread Nicolas George
bian bullseye. I just tested, mousepad and jedit accept accents perfectly well. You have another problem somewhere else. OTOH, jedit does not run with my default 6G limit on addressspace and does not understand X11 middle-mouse paste → apt-get purge this shit. Regards, -- Nicolas George s

Re: which gui text editor support correct rendering of multiple languages

2022-11-01 Thread Nicolas George
bit character set. I checked that mousepad and jedit, the two editors mentioned by the OP, work well even with LC_CTYPE=C. I did not go to testing if they save and reopen the file correctly, only pasting. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: deduplicating file systems: VDO with Debian?

2022-11-08 Thread Nicolas George
Curt (12022-11-08): > Redundancy sounds a lot like a back up. RAID also sounds a lot like a backup, and the R means redundant. Yet raid is not a backup. -- Nicolas George

Re: deduplicating file systems: VDO with Debian?

2022-11-09 Thread Nicolas George
BOY and the backup tool runs before you notice it, you still have the precious data in the previous generation. Regards, -- Nicolas George

Re: deduplicating file systems: VDO with Debian?

2022-11-10 Thread Nicolas George
our data off-site at the same rate as you duplicate it on a second local drive. That means your off-site data will survive an EMP, but you will lose minutes / hours / days of data prior to the EMP. OTOH, RAID will not survive an EMP, but it will prevent all data loss caused by isolated hardware failure. -- Nicolas George

Re: deduplicating file systems: VDO with Debian?

2022-11-10 Thread Nicolas George
mail did not stop at the line you quoted. Reading mails to the end is usually a good practice to avoid missing information. -- Nicolas George

Re: deduplicating file systems: VDO with Debian?

2022-11-10 Thread Nicolas George
Curt (12022-11-10): > Why restate it then needlessly? To NOT state that you were wrong when you were not. This branch of the discussion bores me. Goodbye. -- Nicolas George

Re: just saying

2022-11-25 Thread Nicolas George
n boost and benefit from all the gratis code without giving anything in return. But there is even better than “Free Software”: Libre Software, because it avoids all the “as in free beer” / “as in free speech” shenanigans. Regards, -- Nicolas George

Re: xfce install

2022-12-24 Thread Nicolas George
n i do btw sudo > apt-get install xfce4. > anhybody a solution for this? When you ask for help about a command that failed, you do not make a sentence to explain, you copy-paste the command (including the shell prompt) and its output. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: xfce install

2022-12-24 Thread Nicolas George
e material for the FAQ? Regards, -- Nicolas George signature.asc Description: PGP signature

Re: xfce install

2022-12-26 Thread Nicolas George
Greg Wooledge (12022-12-24): > 2) export LC_ALL=C I have considered suggesting this, but some locales are required for programs to work correctly (LC_CTYPE), and some other locales might be the cause for the issue and disabling them would make debugging harder. Regards, -- Nicolas Geo

Re: Wear levelling on micro-sd cards

2022-12-26 Thread Nicolas George
ocontroller of the SD card is capable of decoding filesystem data structures to find out which sectors are unused? I find it rather surprising. That implies a SD card could discard data from deleted file, defeating recovery tools and steganography. If find it highly doubtful. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Wear levelling on micro-sd cards

2022-12-26 Thread Nicolas George
which > would be available for erasure and reuse the that repeated write. Unless the card is brand new, “what flash blocks contain data” is “all of them”. The information whether a block is used or not used resides in the filesystem data structures. -- Nicolas George signature.asc Description: PGP signature

Re: Wear levelling on micro-sd cards

2022-12-27 Thread Nicolas George
me, you have a 64GB card, with just a 4GB partition Pathologically underused. A more typical use of a card would be “damn, my camera/phone/recorder tells me the card is full, I need to copy a few things to the cloud”. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: Wear levelling on micro-sd cards

2022-12-27 Thread Nicolas George
hat capacity. Good for you. But constructors will not design cards for this niche use case. Cards that gets almost filled are common, constructors will have optimized their process to handle them. -- Nicolas George signature.asc Description: PGP signature

Re: X11 and hot-plugged keyboards and multiple layouts

2022-12-29 Thread Nicolas George
Nicolas George (12020-02-19): > 8<8<8<8< xi2watch.c >8>8>8>8 Hi. I am replying to my own mail of three years ago where I explained how to configure X11 to set different layouts on different keyboards and handle hot-plugging witho

Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread Nicolas George
olutely not an efficient security measure. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: X11 and hot-plugged keyboards and multiple layouts

2023-01-10 Thread Nicolas George
ngs. If not, then you need to get it to work reliably before you can consider automating it. Regards, -- Nicolas George

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Nicolas George
uld someone let me know what the change is and what is the new convention > being used? The .so symbolic are not for running programs, they are for building them. For running, you only need the .so.vers links. If a program dynamically loads directly a .so, it is probably bugged. Regards, -- Nicolas George

Re: Unexpected permission denied

2023-01-25 Thread Nicolas George
---+ 1 root video81, 3 Jan 25 08:33 video3 The + at the end of the permissions means there are ACLs on these devices, allowing the console user to access them. ACLs are implemented using extended attributes. The fancy security systems like SE Linux use them too. Regards, -- Nicolas George

Re: Unexpected permission denied

2023-01-25 Thread Nicolas George
ommand to be executed in an environment closer to the one that causes the problem, and therefore is more likely to reveal it. Use any command of your choice instead of sudo of course. Regards, -- Nicolas George

<    1   2   3   4   5   6   7   8   9   10   >