Re: question about sound

2022-08-18 Thread mick.crane

On 2022-08-18 08:39, to...@tuxteam.de wrote:

On Wed, Aug 17, 2022 at 10:47:40PM +0100, mick.crane wrote:

On 2022-08-17 21:00, ghe2001 wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Anybody have anything to say about editing sound files?

In the 70s friends went to this house where there was a 14 year old 
Indian

mystic.
You were all supposed to wait downstairs until you were called to 
receive

'the knowledge'.
We all left after a day but one guy stayed, after days he got really 
angry.

Stormed up the stairs, " Give me the f#@king knowledge!"
funny old times.


TBH you packed two questions into your original mail. Complaining that
most people concentrate on one is kinda... well ;-)


I don't mean to appear am complaining.
Mention of teenage Guru was attempted humour.
There were 2 question marks but really one question.
"Is there a numpty's explanation what are these PulseAudio, Alsa, Jack?"
Noticed had sound from the speakers when selecting Pulseaudio as Audio 
System but then doing that again I had no sound.

Have no idea what an Audio System is.
I have found the Ardour6 manual.
The install system looks to have put me and pulse in audio group.
Ardour manual is saying this is possibly not a good idea because only 
one person can access soundcard at a time.
There may be an explanation why second attempt had no sound output 
because something had the soundcard because of user error.


regards

mick



Re: Cheat but no cheatsheets

2022-08-18 Thread tomas
On Thu, Aug 18, 2022 at 04:42:15PM -0400, Thomas George wrote:
> I installed cheat was describe as a quick way to check a command's options
> instead of referring  to its man page.

I guess you might get more help if you described what "cheat" is and where
you got it from.

There seems to be no [1] Debian package of this name, so we are left to
guess in which dark back alley of the whole Internet you found that ;-)

Cheers

[1] 
https://packages.debian.org/search?keywords=cheat=names=all=all

-- 
tomás


signature.asc
Description: PGP signature


Re: question about sound

2022-08-18 Thread David Wright
On Thu 18 Aug 2022 at 06:58:20 (-0400), Greg Wooledge wrote:
> On Wed, Aug 17, 2022 at 10:58:17PM -0500, David Wright wrote:
> > $ type soxy
> > soxy is a function
> > soxy () 
> > { 
> > [ -z "$1" ] && printf '%s\n' "Usage:${FUNCNAME[0]} 
> > path-to/sound-file-of-any-type [trim 20 2]
> > runs sox to play the file with any arguments given.
> > The example above reminds you to put the full argument." 1>&2 && return 
> > 1;
> > local From="$1";
> > shift;
> > sox -q "$From" -t alsa default "$@"
> > }
> 
> Pedantic note: your error checking can fail.  If the printf fails for
> some reason (e.g. because stderr has been closed, or is redirected to
> a file on a file system that's full), the return won't execute.

True—I guess I was willing to carry the risk. Thanks for noting that.

> It's best just to use "if" in the normal way:
> 
>   if [ -z "$1" ]; then
> printf ...
> return 1
>   fi
> 
> That way, the return will still be executed even if the printf fails.
> 
> If you *insist* on using && because you think it's tres chic or something,
> then you need to use a command group:
> 
>   [ -z "$1" ] && {
> printf ...
> return 1
>   }
> 
> But this is not the recommended practice.

Not so much très chic as bijou⁰. I can edit, eg
[ -z "$Thepagecount" ] && printf '%s\n' "$1 has no pages!" ¹>&2 && return 1
to
[ -z "$Thepagecount" ] && { printf '%s\n' "$1 has no pages!" ¹>&2 ; return 1 ; }
very easily. (I think I have about 350 such constructions in ~/.bash*.)

The attraction of a one-liner is partly because of screens
being around four times wider than high (characterwise).
Wouldn't it be nice if bash had Perl's die ….

⁰ adj. (Brit.)

¹ This is what I actually write, FYI.

Cheers,
David.



IP por DHCP dejó de funcionar en Debian "bullseye"

2022-08-18 Thread JavierDebian

Buenas noches.

Me ha pasado algo extraño.
Debian 11 "bullseye" con kernel 5.10.0-16-amd64.
Network-manager prohibido en el sistema, lo odio porque hace lo que quiere.
Computadora que funciona desde hace 6 años con configuración de red por 
DHCP automática, configurado "a mano" por interfaces.

resolvconf corriendo como demonio.

Hace un par de días, se puso remolona para tomar dirección IP. 
Reiniciado el enrutador y el equipo un par de veces, lo achaqué a 
problemas del enrutador o del servicio provisto por mi ISP, un CISCO 
Technicolor DPC3848VE DOCSIS 3.0, empresa Flow/Personal/Fibertel Argentina.


Hoy hizo lo mismo; intenté la solución anterior y no hubo caso.
Cambié cable de conexión, sin éxito.
"¿Será la placa de red?"
Arranqué Windows desde otra partición; conexión impecable, no es ni el 
cable ni la placa ni el enrutador.

Arranco un SystemRescueCD, y toma la dirección sin problemas.
Vuelvo a Debian, no toma dirección IP.
Levanto una máquina VirtualBox en Debian que corre un Win7 con la red en 
modo puente... toma la dirección sin inconvenientes


Configuro la red en forma manual, con IP fija y todo a mano
Funciona sin inconvenientes.

Vuelvo atrás, a configurar por DHCP automático; no funciona, pero sólo 
en Debian 11.
Cambio a kernel 5.10.0-13, no sea que el kernel nuevo tenga algún 
problema, aún siendo "stable"; sigue sin funcionar.


Ahora estoy en modo IP estático, funcionando sin problemas... salvo que 
no puedo volver a DHCP dinámico, porque no funciona.


Para usar la máquina, no me afecta, pero... NO ME GUSTA QUE EL SISTEMA 
HAGA COSAS QUE NO DEBERÍA HACER, O NO HAGA LO QUE SÍ.


Seguiré investigando.

Si a alguno le pasó algo así, escucho sugerencias.

Gracias.

JAP




Re: headless server with console on USB port

2022-08-18 Thread David Christensen

On 8/18/22 04:21, Rainer Dorsch wrote:

Hi,

is it possible to run a console on a USB port of a headless server?

The system is a Dell T20 machine

https://www.hardwareluxx.de/community/threads/dell-poweredge-t20.1031138/

(the page is in German, but I am not aware of an English version with a
similar level of detail)

rd@master:~$ inxi -M
Machine:   Type: Desktop System: Dell product: PowerEdge T20 v: 00 serial:

Mobo: Dell model: 0VD5HY v: A07 serial:  BIOS:
Dell v: A14 date: 11/27/2017
rd@master:~$

with several Intel USB host controller

rd@master:~$ lspci|grep -i usb
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family
USB xHCI (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family
USB EHCI #2 (rev 04)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family
USB EHCI #1 (rev 04)
rd@master:~$

How would I know to which of the multiple USB ports to connect to?



What about using the "Serial connector" on the back of the machine as a 
serial console?  See Dell PowerEdge T20 Owner's Manual, Figure 2, Item 9:


dl.dell.com/topicspdf/poweredge-t20_owners-manual_en-us.pdf


David



Cheat but no cheatsheets

2022-08-18 Thread Thomas George
I installed cheat was describe as a quick way to check a command's 
options instead of referring  to its man page.


A great convenience but cheat list responds no cheatsheet found for list 
instead listing available cheatsheets


Is there a file of cheatsheets to download?



digital stereo (HDMI) output configuration in pavucontrol won't stay off

2022-08-18 Thread Thomas George
In pavucontrol configuration I can set digital stereo (HDMI) output to 
off but it won't stay off.


Is there some way to configure the program so this is off permanently?

Or alternately to make the analog stereo output from my sound card the 
default configuration?




Re: headless server with console on USB port

2022-08-18 Thread Tim Woodall

On Thu, 18 Aug 2022, Rainer Dorsch wrote:


Hi,

is it possible to run a console on a USB port of a headless server?

The system is a Dell T20 machine

https://www.hardwareluxx.de/community/threads/dell-poweredge-t20.1031138/

(the page is in German, but I am not aware of an English version with a
similar level of detail)

rd@master:~$ inxi -M
Machine:   Type: Desktop System: Dell product: PowerEdge T20 v: 00 serial:

  Mobo: Dell model: 0VD5HY v: A07 serial:  BIOS:
Dell v: A14 date: 11/27/2017
rd@master:~$

with several Intel USB host controller

rd@master:~$ lspci|grep -i usb
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family
USB xHCI (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family
USB EHCI #2 (rev 04)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family
USB EHCI #1 (rev 04)
rd@master:~$

How would I know to which of the multiple USB ports to connect to?



Maybe not what you want but I've used a rpi4 with hdmi to usb capture to
control a pc from the bios. The pi4 can emulate the keyboard as well as
doing the hdmi capture.

I've even got some kicad schematics to control the power and reset and
monitor the power and usb leds. But I'm not a hardware developer so,
while it 'works for me' people who actually know what they're doing
might be horrified... but I can post them if they will be of interest.





Re: Debian live iso on usb returns grub

2022-08-18 Thread Thomas Schmitt
Hi,

Massimo Maiurana wrote;
> DD mode, as Rufus itself told me to use that mode in case of problems about
> booting.

We have to thank its author Pete Batard for bringing so many installation
ISOs onto their USB sticks.


> Indeed the Toshiba laptop is in legacy mode while the Asus one is in Efi
> mode. The latter at least was able to run Grub.

I assume the EFI partition was not partition 1 and thus survived.
But probably the GRUB software in that EFI partition wanted to jump onto
software which was in partition 1. So overwriting partition 1 by the ISO
left that GRUB software clueless.


Have a nice day :)

Thomas



Re: Raising volume past 100%

2022-08-18 Thread Bret Busby

On 19/8/22 01:32, David Griffith wrote:


My reply is at the bottom.  Please put your reply there too.
On Thu, 18 Aug 2022, Bret Busby wrote:

On 18/8/22 16:15, David Griffith wrote:


There is the continuing problem of built-in speakers on laptops being 
too quiet when running Linux.  I managed to fix this with something 
in /etc/asound.conf and an extra mate-volume-control applet added to 
the panel.  With this extra volume control, I was able to turn the 
audio far past 100% and even past 153%.  The laptop I'm working on 
needed to be wiped and the OS reinstalled.  Unfortunately I neglected 
to save or write down what I did to implement this volume control tweak.


Before I discovered this, I used /etc/asound.conf (or ~/.asoundrc) to 
add a "Pre-Amp" slider to Alsa.  This raises up the low end such that 
the really quiet audio stuff is loud enough.  I'm not sure if that 
had anything to do with the volume control tweak.


Would someone please help me with figuring out what I could have 
possibly done to make MATE's audio control applet to go as far past 
100% as I cared to raise it?


Do you have access to the MATE Control Center, through the 
applications menu?


If so, in there, is the Hardware -> Sound settings configurator

Also, in System -> Preferences -> Hardware -> Sound

Whilst this is on a UbuntuMATE system, I expect that you should, if 
you are using the MATE desktop environment, have access the same way, 
to the same functionalities.


I'm on a regular Debian system.  What you pointed me to is the same 
thing that I get if I right-click on the volume control applet and 
select "sound preferences".  I'm not clear on what I'm supposed to see 
there as it has no visible options to raise the maximum volume.





1. As a person whom strictly bottom posts as a rule, and, as this was 
clearly shown in the message above, your comment at the top of the 
message, is not appreciated.


2. See attachment. The slider goes past 100%, which, from your wording 
in your request, is what I understand that you seek.


..
Bret Busby
Armadale
West Australia
(UTC+0800)
..



Re: Raising volume past 100%

2022-08-18 Thread Bret Busby

On 19/8/22 03:04, David Griffith wrote:


On Fri, 19 Aug 2022, Bret Busby wrote:

On 19/8/22 01:32, David Griffith wrote:


My reply is at the bottom.  Please put your reply there too.
On Thu, 18 Aug 2022, Bret Busby wrote:

On 18/8/22 16:15, David Griffith wrote:


There is the continuing problem of built-in speakers on laptops 
being too quiet when running Linux.  I managed to fix this with 
something in /etc/asound.conf and an extra mate-volume-control 
applet added to the panel.  With this extra volume control, I was 
able to turn the audio far past 100% and even past 153%.  The 
laptop I'm working on needed to be wiped and the OS reinstalled.  
Unfortunately I neglected to save or write down what I did to 
implement this volume control tweak.


Before I discovered this, I used /etc/asound.conf (or ~/.asoundrc) 
to add a "Pre-Amp" slider to Alsa.  This raises up the low end such 
that the really quiet audio stuff is loud enough.  I'm not sure if 
that had anything to do with the volume control tweak.


Would someone please help me with figuring out what I could have 
possibly done to make MATE's audio control applet to go as far past 
100% as I cared to raise it?


Do you have access to the MATE Control Center, through the 
applications menu?


If so, in there, is the Hardware -> Sound settings configurator

Also, in System -> Preferences -> Hardware -> Sound

Whilst this is on a UbuntuMATE system, I expect that you should, if 
you are using the MATE desktop environment, have access the same 
way, to the same functionalities.


I'm on a regular Debian system.  What you pointed me to is the same 
thing that I get if I right-click on the volume control applet and 
select "sound preferences".  I'm not clear on what I'm supposed to 
see there as it has no visible options to raise the maximum volume.


1. As a person whom strictly bottom posts as a rule, and, as this was 
clearly shown in the message above, your comment at the top of the 
message, is not appreciated.


Sorry.  That tag has been part of my reply header for some time.  I'll 
reword it.


2. See attachment. The slider goes past 100%, which, from your wording 
in your request, is what I understand that you seek.


What I seek is 1) the ability to hover the mouse pointer over the volume 
applet and raise the volume past 100% using the mouse wheel and 2) the 
ability to click on the volume applet and use the slider that appears to 
raise the volume past 100%.  I already know how to bring up a dialog to 
do this.  I was able to do #1 before an untimely wipe and reinstall and 
am having trouble figuring out just what I did.





What is wrong with simply bringing up the Sound preferences window, and 
clicking on the position of the marker on the slider, and dragging it to 
the position wanted?


Your original query did not specify that you wanted instead, to be using 
a mouseover and the mouse wheel, instead of the buttons on the mouse.


..
Bret Busby
Armadale
West Australia
(UTC+0800)
..




Re: Raising volume past 100%

2022-08-18 Thread David Griffith


On Fri, 19 Aug 2022, Bret Busby wrote:

On 19/8/22 01:32, David Griffith wrote:


My reply is at the bottom.  Please put your reply there too.
On Thu, 18 Aug 2022, Bret Busby wrote:

On 18/8/22 16:15, David Griffith wrote:


There is the continuing problem of built-in speakers on laptops being too 
quiet when running Linux.  I managed to fix this with something in 
/etc/asound.conf and an extra mate-volume-control applet added to the 
panel.  With this extra volume control, I was able to turn the audio far 
past 100% and even past 153%.  The laptop I'm working on needed to be 
wiped and the OS reinstalled.  Unfortunately I neglected to save or write 
down what I did to implement this volume control tweak.


Before I discovered this, I used /etc/asound.conf (or ~/.asoundrc) to add 
a "Pre-Amp" slider to Alsa.  This raises up the low end such that the 
really quiet audio stuff is loud enough.  I'm not sure if that had 
anything to do with the volume control tweak.


Would someone please help me with figuring out what I could have possibly 
done to make MATE's audio control applet to go as far past 100% as I 
cared to raise it?


Do you have access to the MATE Control Center, through the applications 
menu?


If so, in there, is the Hardware -> Sound settings configurator

Also, in System -> Preferences -> Hardware -> Sound

Whilst this is on a UbuntuMATE system, I expect that you should, if you 
are using the MATE desktop environment, have access the same way, to the 
same functionalities.


I'm on a regular Debian system.  What you pointed me to is the same thing 
that I get if I right-click on the volume control applet and select "sound 
preferences".  I'm not clear on what I'm supposed to see there as it has no 
visible options to raise the maximum volume.


1. As a person whom strictly bottom posts as a rule, and, as this was clearly 
shown in the message above, your comment at the top of the message, is not 
appreciated.


Sorry.  That tag has been part of my reply header for some time.  I'll 
reword it.


2. See attachment. The slider goes past 100%, which, from your wording in 
your request, is what I understand that you seek.


What I seek is 1) the ability to hover the mouse pointer over the volume 
applet and raise the volume past 100% using the mouse wheel and 2) the 
ability to click on the volume applet and use the slider that appears to 
raise the volume past 100%.  I already know how to bring up a dialog to do 
this.  I was able to do #1 before an untimely wipe and reinstall and am 
having trouble figuring out just what I did.



--
David Griffith
d...@661.org

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Re: Debian live iso on usb returns grub

2022-08-18 Thread Massimo Maiurana

Thomas Schmitt ha scritto il 18/08/22 alle 20:02

Did you use Rufus' "DD" mode or did you let it do its usual thing of
unpacking the ISO into a partition of the USB stick ?


DD mode, as Rufus itself told me to use that mode in case of problems 
about booting.



Maybe the GRUB software on /dev/sdb was for the wrong firmware ?
Legacy BIOS vs. EFI.


Indeed the Toshiba laptop is in legacy mode while the Asus one is in Efi 
mode. The latter at least was able to run Grub.


Massimo Maiurana



Re: Debian live iso on usb returns grub

2022-08-18 Thread Thomas Schmitt
Hi,

Massimo Maiurana wrote:
> So i tried putting the image in the key using Rufus on windows and it works!

Did you use Rufus' "DD" mode or did you let it do its usual thing of
unpacking the ISO into a partition of the USB stick ?
(The latter is not advised by Debian Installation developers.)


> I suspect that the guide i was using (i don't remember where i found it) was
> misleading me as it said to copy the iso on /dev/sdb1, while i probably
> should have copy it to /dev/sdb instead.

Indeed you should have copied it to /dev/sdb.

I stumbled over the line in your initial report

> > > grub> linux (hd0,msdos1)/install.amd/gtk/vmlinuz root=/dev/sdb1

and got suspicious enough to ask

> > Does it work with "root=/dev/sdb" ?

Maybe you would have detected a difference in behavior which would have
proved that your ISO was not put to the proper place on the stick.
Partition 1 in a Debian installation ISO begins at block 0 and thus at
the same block where the overall device begins. So with the ISO at the
right place, there should be no difference ... normally ... :))

I guess you had partition 1 starting at non-0 and some GRUB debris on
/dev/sdb before the start of /dev/sdb1. That debris would then have
given you the grub> prompt.


> Now i tried the same usb key on another laptop, Toshiba, and it
> doesn't boot at all; at least the Asus returned the Grub command line.

Maybe the GRUB software on /dev/sdb was for the wrong firmware ?
Legacy BIOS vs. EFI.
Both firmware types begin the very first stage of booting non-firmware
at different starting points (MBR x86 code vs. EFI partition with FAT
filesystem and boot programs with predefined names).


Have a nice day :)

Thomas



Re: question about sound

2022-08-18 Thread Kushal Kumaran
On Thu, Aug 18 2022 at 09:39:23 AM,  wrote:
> On Wed, Aug 17, 2022 at 10:47:40PM +0100, mick.crane wrote:
>> On 2022-08-17 21:00, ghe2001 wrote:
>> > -BEGIN PGP SIGNED MESSAGE-
>> > Hash: SHA256
>> > 
>> > Anybody have anything to say about editing sound files?
>> 
>> In the 70s friends went to this house where there was a 14 year old Indian
>> mystic.
>> You were all supposed to wait downstairs until you were called to receive
>> 'the knowledge'.
>> We all left after a day but one guy stayed, after days he got really angry.
>> Stormed up the stairs, " Give me the f#@king knowledge!"
>> funny old times.
>
> TBH you packed two questions into your original mail. Complaining that
> most people concentrate on one is kinda... well ;-)
>
> And why audacity isn't in the Bookworm repo... perhaps it's temporary?
>

It fails to build because of incompatibility with new ffmpeg:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004598

Certainly sounds like a temporary problem.  According to
https://wiki.audacityteam.org/wiki/Release_Notes_3.2, support for ffmpeg
5.0 is coming in the next release.

-- 
regards,
kushal



Re: verouderde instellingen exim en spamhaus?

2022-08-18 Thread Richard Lucassen
On Thu, 18 Aug 2022 12:20:23 +0200
Gijs Hillenius  wrote:

> Mijn exim4.conf.templat bevat
> 
> .ifndef CHECK_RCPT_IP_DNSBLS
> CHECK_RCPT_IP_DNSBLS = \
> cbl.abuseat.org : \
> virbl.dnsbl.bit.nl : \
> zen.spamhaus.org
> .endif

Volgens mij is virbl.dnsbl.bit.nl al jaren terug gestopt.

R.

-- 
richard lucassen
http://contact.xaq.nl/



Re: Raising volume past 100%

2022-08-18 Thread David Griffith


My reply is at the bottom.  Please put your reply there too.
On Thu, 18 Aug 2022, Bret Busby wrote:

On 18/8/22 16:15, David Griffith wrote:


There is the continuing problem of built-in speakers on laptops being too 
quiet when running Linux.  I managed to fix this with something in 
/etc/asound.conf and an extra mate-volume-control applet added to the 
panel.  With this extra volume control, I was able to turn the audio far 
past 100% and even past 153%.  The laptop I'm working on needed to be wiped 
and the OS reinstalled.  Unfortunately I neglected to save or write down 
what I did to implement this volume control tweak.


Before I discovered this, I used /etc/asound.conf (or ~/.asoundrc) to add a 
"Pre-Amp" slider to Alsa.  This raises up the low end such that the really 
quiet audio stuff is loud enough.  I'm not sure if that had anything to do 
with the volume control tweak.


Would someone please help me with figuring out what I could have possibly 
done to make MATE's audio control applet to go as far past 100% as I cared 
to raise it?


Do you have access to the MATE Control Center, through the applications menu?

If so, in there, is the Hardware -> Sound settings configurator

Also, in System -> Preferences -> Hardware -> Sound

Whilst this is on a UbuntuMATE system, I expect that you should, if you are 
using the MATE desktop environment, have access the same way, to the same 
functionalities.


I'm on a regular Debian system.  What you pointed me to is the same thing 
that I get if I right-click on the volume control applet and select "sound 
preferences".  I'm not clear on what I'm supposed to see there as it has 
no visible options to raise the maximum volume.



--
David Griffith
d...@661.org

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Re: headless server with console on USB port

2022-08-18 Thread Reco
On Thu, Aug 18, 2022 at 06:28:56PM +0200, Rainer Dorsch wrote:
> Ah, I see, getting USB up early might be a problem.
> 
> Would a native serial interface on a PCI card be a better solution?

Same problem, different interface.
You need UART that's soldered on the motherboard. Sadly, there's no
substitutes to this.

And if you really considering PCI-X card, I suggest buying something
like [1].


[1] https://www.amazon.com/Dell-G8593-DRAC5-PCI-Controller/dp/B00450FDR6

Reco



Re: Debian live iso on usb returns grub

2022-08-18 Thread Massimo Maiurana

Thomas Schmitt ha scritto il 17/08/22 alle 20:53:>

I really wonder what on your system can confuse GRUB, so that it does not
get to the file /boot/grub/grub.cfg of the ISO which contains the menu
items which i see with qemu.


Well, looks like it's not only that system, which for the record is an 
Asus laptop. Now i tried the same usb key on another laptop, Toshiba, 
and it doesn't boot at all; at least the Asus returned the Grub command 
line.


So i tried putting the image in the key using Rufus on windows and it 
works! I suspect that the guide i was using (i don't remember where i 
found it) was misleading me as it said to copy the iso on /dev/sdb1, 
while i probably should have copy it to /dev/sdb instead.


Sorry for the noise :)

Massimo Maiurana



Re: No middle-click on GNOME app title bar in KDE

2022-08-18 Thread Curt
On 2022-07-26, Francois Gouget  wrote:
>
> So I have configured KDE to send a window to the background when I 
> middle click in its title bar [1]. But when I do on the 'title bar' of a 
> GNOME application (e.g. Gedit) nothing happens. [2]
>

gtk3-nocsd?

 gtk3-nocsd LD_PRELOADs a small library to disable the client
 side decorations (CSD) of Gtk+ 3.

 Since Gtk+ 3.10, its developers added a so-called header bar or custom
 title bar. With this and the client-side decoration, the original title
 bar and window border provided by the window manager are disabled by
 Gtk+. This makes all Gtk+ 3 programs look like alike, but have different
 handling from other windows on non-GNOME desktops. Even worse, this may
 break some window manager or compositors.

 Unfortunately, there is no reliable way of turning off CSDs in Gtk+
 directly. This library makes this possible.




Re: headless server with console on USB port

2022-08-18 Thread Tixy
On Thu, 2022-08-18 at 16:48 +0200, Rainer Dorsch wrote:
[...]
> I am wondering if ready-made usb-to-usb solutions exist, which contain the 
> conversion to serial and back to usb internally

I just googled 'usb null modem cable' and got this:
https://ftdichip.com/products/usb-nmc-2-5m/
which is available from lots of electronics suppliers, e.g.
https://www.digikey.de/de/products/detail/ftdi-future-technology-devices-international-ltd/USB-NMC-2-5M/2441364

-- 
Tixy



Re: headless server with console on USB port

2022-08-18 Thread Reco
Hi.

On Thu, Aug 18, 2022 at 04:48:34PM +0200, Rainer Dorsch wrote:
> I am wondering if ready-made usb-to-usb solutions exist, which contain the 
> conversion to serial and back to usb internally

I cannot call it "ready-made", but there's something similar - [1] which
may solve your problems.
It does not deal with serial per se, but achieves much more.
Some assembly is required though.


> or if there are a serial 
> crossover cable and two usb-to-serial adapters in some boxes in our cellar :-)

That will work, I have similar setup back in the day.
The main problems of such setup are:

- overcomplicated setup of GRUB's USB stack.

I.e. forget about seeing GRUB's menu.

- unless you're using self-built Linux kernel - forget about seeing
  those boot messages.

Because to convince the kernel to use that "console=ttyUSB0" argument
you'll need to load an appropriate kernel module first.
Such setup is good for saving you from the descent to the cellar in the
case of occasional network misconfiguration, but that's about only
problem it's good for.



Hardware platforms with built-in UART are easier in this regard, but -
it's very rare to have UART on a consumer-grade x86 motherboard.

[1] https://github.com/Fmstrat/diy-ipmi

Reco



Re: Apprendre à sécuriser un réseau domestique

2022-08-18 Thread Md


Le jeudi 18 août 2022 à 12:22 +0200, Fab a écrit :
> hello,
> 
> > domestique, n’est pas vulnérable à des attaques de l’intérieur, il n’y a 
> > personne de malveillant à l’intérieur. Donc cet aspect de la sécurité 
> > des réseaux d’entreprise ne me concerne pas. 
> 
> * Sauf si tu files ton accès wifi au copain qui vient chez toi ou aux 
> copains de tes enfants.
> * Sauf si tu as des devices connectés chez toi que tu ne connais pas : 
> (Chaine Hi-Hi, TV, Thermomix (si si), tablette et smartphone, domotique 
> , etc... )
> 
> Donc, je pense que même pour les réseaux domestiques, il faut contrôler 
> ce qui sort. Et si tu ne fais pas confiance à ta BOX [ce qui parait 
> plutôt raisonnable], tu peux installer un boitier FW juste après.
> 
> Il y aurait tellement de choses à rajouter. Bon courage dans tes 
> recherches, tu vas apprendre plein de trucs ;)
> 
> f.
> 
Bonjour,

dans un premier temps,la simplicité de UFW 
---> https://www.tecmint.com/setup-ufw-firewall-on-ubuntu-and-debian/

ce qui permet progressivement de se familiariser avec les tables/règles.
et un outil comme NETSTAT par ex.

--->https://www.tecmint.com/20-netstat-commands-for-linux-network-management/

Bon courage.
 



Re: headless server with console on USB port

2022-08-18 Thread Dan Ritter
Rainer Dorsch wrote: 
> is it possible to run a console on a USB port of a headless server?

Yes and no.

The T20 doesn't seem to have iDRAC (IPMI) support, so BIOS/UEFI
is not available through a serial console.

The first time you have an opportunity for a serial console is in GRUB;
then again you have an opportunity for the kernel output; then finally
you can have a login on a serial terminal.

You will need a USB to RS232 serial adapter, and then an appropriate
cable to talk to your terminal device. The other end can also be a USB
to RS232 serial adapter. In between you might have a 9 pin
serial cable or a specially wired RJ45 (looks like ethernet)
cable.

The name of the device should be something like /dev/ttyS0
(S1,S2,S3...) or can be /dev/ttyUSB0. USB ports can be renumbered on
each boot, but as long as there is only one serial adapter connected,
it should always be recognized as /dev/ttyUSB0

-dsr-



Re: Windows on VMware on Deb 11: safely usable?

2022-08-18 Thread Jeremy Ardley


On 18/8/22 7:48 pm, Jeremy Nicoll wrote:

On Wed, 17 Aug 2022, at 12:38, Jeremy Ardley wrote:


As an aside, a Windows host for a client sucks big time. Windows will
automatically restart periodically no matter what you do to prevent it.

How often does that happen?

I only ask because it doesn't for my pretty much always-on W8.1 laptop.

I /choose/ to cold restart it every few weeks, when I remember, but it's
not happening at random.

No Windows Updates get installed automatically on that machine.

I believe though that managing this gets harder on W10/W11 especially
if one does not have the "Pro" or "Enterprise" versions of the OS.



I use Windows 11, and previously Windows 10. I run a Windows 7 client 
because due to purely evil 'licensing' by Reckon I am unable to move 
software I have bought to any other system. Luckily I figured this was 
likely years ago and did the install on a VM (which is also banned by 
Reckon, but needs must)


I have followed any number of recipes to stop the Windows host reboot 
but none work; and I'm pretty sure Microsoft has a team plugging any 
work-arounds in near real-time. You may well be right that Enterprise 
managed systems don't have the same problem.


With regard to runing Windows clients, there may be restrictions on the 
version of client you can put in a VM - such as OEM versions may not be 
legally installed on a VM. The rules have changed over time and I don't 
guarantee to be up to date on which are presently applicable.



--
Jeremy



OpenPGP_signature
Description: OpenPGP digital signature


Re: Windows on VMware on Deb 11: safely usable?

2022-08-18 Thread Jeremy Nicoll
On Wed, 17 Aug 2022, at 12:38, Jeremy Ardley wrote:

> As an aside, a Windows host for a client sucks big time. Windows will 
> automatically restart periodically no matter what you do to prevent it. 

How often does that happen?

I only ask because it doesn't for my pretty much always-on W8.1 laptop.

I /choose/ to cold restart it every few weeks, when I remember, but it's
not happening at random.

No Windows Updates get installed automatically on that machine.

I believe though that managing this gets harder on W10/W11 especially
if one does not have the "Pro" or "Enterprise" versions of the OS.

-- 
Jeremy Nicoll - my opinions are my own.



Re: question about sound

2022-08-18 Thread Greg Wooledge
On Wed, Aug 17, 2022 at 10:58:17PM -0500, David Wright wrote:
> $ type soxy
> soxy is a function
> soxy () 
> { 
> [ -z "$1" ] && printf '%s\n' "Usage:  ${FUNCNAME[0]} 
> path-to/sound-file-of-any-type [trim 20 2]
>   runs sox to play the file with any arguments given.
>   The example above reminds you to put the full argument." 1>&2 && return 
> 1;
> local From="$1";
> shift;
> sox -q "$From" -t alsa default "$@"
> }

Pedantic note: your error checking can fail.  If the printf fails for
some reason (e.g. because stderr has been closed, or is redirected to
a file on a file system that's full), the return won't execute.

It's best just to use "if" in the normal way:

  if [ -z "$1" ]; then
printf ...
return 1
  fi

That way, the return will still be executed even if the printf fails.

If you *insist* on using && because you think it's tres chic or something,
then you need to use a command group:

  [ -z "$1" ] && {
printf ...
return 1
  }

But this is not the recommended practice.



Re: List-Archive URLs and slashes in Message Ids

2022-08-18 Thread Thomas Schmitt
Hi,

Paul Wise wrote:
> This issue has been present for a long time unfortunately.
> There is a workaround, you can use a URL query parameter instead:
> https://lists.debian.org/msgid-search/?m=YvogMm/B0cM/a...@einval.com

This works indeed.
I guess the proposal was already made to augment the URL format in the
List-Archive: header by such a "?m=" text snippet.


Have a nice day :)

Thomas



Re: Apprendre à sécuriser un réseau domestique

2022-08-18 Thread Fab

hello,

domestique, n’est pas vulnérable à des attaques de l’intérieur, il n’y a 
personne de malveillant à l’intérieur. Donc cet aspect de la sécurité 
des réseaux d’entreprise ne me concerne pas. 
* Sauf si tu files ton accès wifi au copain qui vient chez toi ou aux 
copains de tes enfants.
* Sauf si tu as des devices connectés chez toi que tu ne connais pas : 
(Chaine Hi-Hi, TV, Thermomix (si si), tablette et smartphone, domotique 
, etc... )


Donc, je pense que même pour les réseaux domestiques, il faut contrôler 
ce qui sort. Et si tu ne fais pas confiance à ta BOX [ce qui parait 
plutôt raisonnable], tu peux installer un boitier FW juste après.


Il y aurait tellement de choses à rajouter. Bon courage dans tes 
recherches, tu vas apprendre plein de trucs ;)


f.






verouderde instellingen exim en spamhaus?

2022-08-18 Thread Gijs Hillenius
Mijn exim4.conf.templat bevat

.ifndef CHECK_RCPT_IP_DNSBLS
CHECK_RCPT_IP_DNSBLS = \
cbl.abuseat.org : \
virbl.dnsbl.bit.nl : \
zen.spamhaus.org
.endif

maar .. ik krijg het idee dat deze regels achterhaald zijn. 

die eerste (cbl) is blijkbaar al een paar jaar terug vervangen door
xbl.spamhaus.org, lees ik nu net op  https://www.abuseat.org/cutover.html

Zou dit verklaren waarom ik  de laatste tijd meldingen krijg over
bounces van bendel.debian.org en van lists.gnu.org?

voorbeeld:

2022-08-18 12:10:01 H=lists.gnu.org [209.51.188.17] 
X=TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256 CV=no 
F= rejected RCPT 
: 209.51.188.17 is listed at cbl.abuseat.org 
(127.255.255.254: Error: open resolver; 
https://www.spamhaus.org/returnc/pub/2400:cb00:71:1024::a29e:52ca)



(en mails misloop die worden verzonden door diverse grote mail verzenders)

Iemand er meer kennis van?



Re : Re: Apprendre à sécuriser un réseau domestique

2022-08-18 Thread benoit
Le jeudi 18 août 2022 à 12:02, Basile Starynkevitch  
a écrit :

> On 18/08/2022 09:03, benoit wrote:
>
>> Bonjour à toutes et tous,
>>
>> Désolé pour cette demande un peu HS, mais je ne saurais pas l'énoncer à un 
>> moteur de recherche. Seul un humain peut me guider vers les apprentissages 
>> qui me seront utiles.
>>
>> Je recherche un tuto (par écrit pas en vidéo) au terme duquel je serai 
>> capable de sécuriser un réseau avec un niveau de sécurité domestique.
>>
>> Genre, mon réseau n’a aucun intérêt, mais j’ai pas envie que ce soit une 
>> passoire et que ma passerelle (avec son petit serveur web perso) soit 
>> utilisée pour mener une attaque sur un autre réseau. Mon réseau étant 
>> domestique, n’est pas vulnérable à des attaques de l’intérieur, il n’y a 
>> personne de malveillant à l’intérieur. Donc cet aspect de la sécurité des 
>> réseaux d’entreprise ne me concerne pas. Pas de contrôle parental a mettre 
>> en place non plus.
>>
>> Et aussi, comment sécuriser mon ordinateur portable quand je suis à 
>> l'extérieur sur un wifi ou que j'utilise la 4G.
>>
>> Je me suis acheté ce livre espérant en apprendre davantage, mais il est trop 
>> verbeux et je me suis découragé.
>>
>> https://www.editions-eni.fr/livre/securite-informatique-ethical-hacking-apprendre-l-attaque-pour-mieux-se-defendre-6e-edition-9782409033667
>>
>> Je voudrais un tuto qui explique en quelques lignes (et pas 50 pages) avant 
>> de montrer les commandes à taper.
>
> A mon avis ça ne peut pas exister. Le tutoriel devrait faire des 
> centaines de pages, pas quelques lignes ou paragraphes!!
>
> Il faut des années de travail pour comprendre les enjeux de la cybersecurité:
>
> - contre qui veut-on se protéger? L'adolescent boutonneux (isolé dans sa 
> chambre) ou bien les forces de cyberattaques d'un pays hostile?
> - quelles informations sont à garder "secretes" ou "privées"
> - les obligations légales RGPD 
> https://www.economie.gouv.fr/entreprises/reglement-general-sur-protection-des-donnees-rgpd
> - Cas particulier des données nominatives liées à la santé
> - Les données liées au secret des affaires, juridique, militaire, etc etc

C'est pour ça que je suis si précis dans ma demande, pour bien exclure des 
questions telles que : cyberattaques d'un pays hostile, obligations légales 
RGPD, données liées au secret des affaires, juridique, militaire, etc

On est bien sur un réseau domestique et je n'ai rien à protéger si ce n'est mes 
films préférés ou ma bibliothèque de livres électroniques dans le réseau 
interne via un serveur nfs, ainsi que mon site web perso avec les photo de 
vacance ou de mon chien ! :-)

Quand aux quelques codes sources des petits programmes que je développe en 
dilettante, je ne demande pas mieux qu'on vienne les lire ou qu'on me les 
prennes ! ;-)

--
Benoit

--
Benoit

Re: Apprendre à sécuriser un réseau domestique

2022-08-18 Thread Basile Starynkevitch


On 18/08/2022 09:03, benoit wrote:


Bonjour à toutes et tous,

Désolé pour cette demande un peu HS, mais je ne saurais pas l'énoncer 
à un moteur de recherche. Seul un humain peut me guider vers les 
apprentissages qui me seront utiles.




Le livre de Guy Pujolles, /les réseaux/, ISBN 2-212-11121-5 (ed. 
Eyrolles) n'est pas exhaustif sur la question (mais très bon) et dépasse 
le millier de pages (format environ A5).



Apprendre les réseaux en quelques pages relève de mon point de vue d'une 
fiction naïve.



--
Basile Starynkevitch
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/


Re: Apprendre à sécuriser un réseau domestique

2022-08-18 Thread Sabri KHEMISSA
Bonjour,

En complément :
- si ton serveur est accessible depuis Internet : le mettre dans un reseau
dédié (DMZ) et raccordé à ta box.
- et par dessus tout : mettre à jour ton serveur web très régulièrement.

Si tu es un peu paranoïaque :
- ajouter le mod_security sur ton serveur web (si c'est du apache).
- ajouter une sonde de détection d'intrusion sur ton réseau de type
suricata.

Le jeu. 18 août 2022 à 11:30, Sébastien NOBILI <
s-liste-debian-user-fre...@pipoprods.org> a écrit :

> Bonjour,
>
> Le 2022-08-18 09:03, benoit a écrit :
> > Je recherche un tuto (par écrit pas en vidéo) au terme duquel je serai
> > capable de sécuriser un réseau avec un niveau de sécurité domestique.
>
> Ça va être difficile d'être exhaustif car ta demande est très large.
>
> Tu pourrais commencer par (et ajouter des pierres à l'édifice peu à peu)
> :
>  - configurer ta box pour qu'elle laisse passer (en entrée)
> uniquement le trafic qui t'intéresse (donc port 443 puisque tu dis avoir
> un serveur Web, à moins qu'il n'ait pas vocation à être accessible
> depuis Internet, dans ce cas, aucun port ouvert en entrée)
>  - configurer ton Wi-Fi pour utiliser WPA2, avec une clé décente (un
> code auto-généré à rallonge ou bien une phrase entière tirée de ton
> poème préféré ou de ton imagination)
>  - (éventuellement) mettre en place un filtrage basé sur l'adresse
> MAC sur ton Wi-Fi
>  - mettre en place une configuration nftables sur ton/tes
> ordinateur(s)
>
> En cherchant "nftables débutant" sur un moteur de recherche, je suis
> tombé là-dessus, ça a l'air de couvrir le sujet de manière assez
> accessible :
>
>
> https://www.it-connect.fr/modules/utilisation-de-nftables-vos-premiers-pas/
>
> Principe de base d'une bonne stratégie de filtrage réseau : tout est
> interdit par défaut, tu autorises ce que tu as explicitement indiqué.
> Pour un poste de travail : tout le trafic entrant est interdit (sauf
> celui en lien avec une connexion déjà établie), tout le trafic sortant
> est autorisé.
>
> Sébastien
>
>


Re: Apprendre à sécuriser un réseau domestique

2022-08-18 Thread Basile Starynkevitch


On 18/08/2022 09:03, benoit wrote:


Bonjour à toutes et tous,

Désolé pour cette demande un peu HS, mais je ne saurais pas l'énoncer 
à un moteur de recherche. Seul un humain peut me guider vers les 
apprentissages qui me seront utiles.


Je recherche un tuto (par écrit pas en vidéo) au terme duquel je serai 
capable de sécuriser un réseau avec un niveau de sécurité domestique.


Genre, mon réseau n’a aucun intérêt, mais j’ai pas envie que ce soit 
une passoire et que ma passerelle (avec son petit serveur web perso) 
soit utilisée pour mener une attaque sur un autre réseau. Mon réseau 
étant domestique, n’est pas vulnérable à des attaques de l’intérieur, 
il n’y a personne de malveillant à l’intérieur. Donc cet aspect de la 
sécurité des réseaux d’entreprise ne me concerne pas. Pas de contrôle 
parental a mettre en place non plus.


Et aussi, comment sécuriser mon ordinateur portable quand je suis à 
l'extérieur sur un wifi ou que j'utilise la 4G.



Je me suis acheté ce livre espérant en apprendre davantage, mais il 
est trop verbeux et je me suis découragé.


https://www.editions-eni.fr/livre/securite-informatique-ethical-hacking-apprendre-l-attaque-pour-mieux-se-defendre-6e-edition-9782409033667

Je voudrais un tuto qui explique en quelques lignes (et pas 50 pages) 
avant de montrer les commandes à taper.




*A mon avis ça ne peut pas exister.* Le tutoriel devrait faire des 
centaines de pages, pas quelques lignes ou paragraphes!!


*Il faut des années de travail pour comprendre les enjeux de la 
cybersecurité:*


 * *contre qui veut-on se protéger? L'adolescent boutonneux *(isolé
   dans sa chambre)*ou bien les forces de cyberattaques d'un pays hostile?*
 * *quelles informations sont à garder "secretes" ou "privées"*
 * *les obligations légales RGPD
   
https://www.economie.gouv.fr/entreprises/reglement-general-sur-protection-des-donnees-rgpd
   
*
 * *Cas particulier des données nominatives liées à la santé*
 * *Les données liées au secret des affaires, juridique, militaire, etc
   etc
   *


NB. Je cherche des applications, des partenaires intéressés par 
*RefPerSys en http://refpersys.org/*



--
Basile Starynkevitch
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/


Re: Hoe belangrijk is een nieuwe kernel

2022-08-18 Thread Diederik de Haas
On woensdag 17 augustus 2022 18:59:50 CEST Cecil Westerhof wrote:
> > Met 'aptitude changelog linux-image-5.10.0-17-amd64' krijg je een lijst te
> > zien met alle wijzigingen die zijn toegepast en je kan die bekijken om te
> > bepalen hoe belangrijk die update voor jou is.
> 
> Dat geeft wel heel erg veel informatie.

Het is idd veel informatie, maar je hoeft er alleen door heen te scannen om te 
zien of er een item is die mogelijk relevant voor je is.
Veruit de meeste zijn dat niet.

Ik ben nu een beetje bekend met de kernel en ik snap de meeste dingen niet.

signature.asc
Description: This is a digitally signed message part.


Re: Apprendre à sécuriser un réseau domestique

2022-08-18 Thread Sébastien NOBILI

Bonjour,

Le 2022-08-18 09:03, benoit a écrit :
Je recherche un tuto (par écrit pas en vidéo) au terme duquel je serai 
capable de sécuriser un réseau avec un niveau de sécurité domestique.


Ça va être difficile d'être exhaustif car ta demande est très large.

Tu pourrais commencer par (et ajouter des pierres à l'édifice peu à peu) 
:
- configurer ta box pour qu'elle laisse passer (en entrée) 
uniquement le trafic qui t'intéresse (donc port 443 puisque tu dis avoir 
un serveur Web, à moins qu'il n'ait pas vocation à être accessible 
depuis Internet, dans ce cas, aucun port ouvert en entrée)
- configurer ton Wi-Fi pour utiliser WPA2, avec une clé décente (un 
code auto-généré à rallonge ou bien une phrase entière tirée de ton 
poème préféré ou de ton imagination)
- (éventuellement) mettre en place un filtrage basé sur l'adresse 
MAC sur ton Wi-Fi
- mettre en place une configuration nftables sur ton/tes 
ordinateur(s)


En cherchant "nftables débutant" sur un moteur de recherche, je suis 
tombé là-dessus, ça a l'air de couvrir le sujet de manière assez 
accessible :



https://www.it-connect.fr/modules/utilisation-de-nftables-vos-premiers-pas/


Principe de base d'une bonne stratégie de filtrage réseau : tout est 
interdit par défaut, tu autorises ce que tu as explicitement indiqué.
Pour un poste de travail : tout le trafic entrant est interdit (sauf 
celui en lien avec une connexion déjà établie), tout le trafic sortant 
est autorisé.


Sébastien



Re: HFS+ RW

2022-08-18 Thread Wouter Verhelst
On Thu, Jul 28, 2022 at 07:00:57PM +0200, Paul van der Vlis wrote:
> Op 28-07-2022 om 18:37 schreef Geert Stappers:
> > On Wed, Jul 27, 2022 at 01:25:39PM +0200, Paul van der Vlis wrote:
> > > Hallo,
> > > 
> > > Iemand vroeg me
> > > bestanden te kopieren naar een HFS+ geformatteerde disk (Apple 
> > > filesysteem).
> > 
> > "Waarom?"
> 
> Omdat hij een mooie grote HFS+ geformatteerde USB-schijf heeft, waarop nog
> veel ruimte vrij is.
> 
> En ik zijn andere schijf wou gebruiken als schijf voor een Linux backup...

rsync -avHP /pad/naar/data "mac:/Volumes/HFS+ disk"

is dan een veiliger optie?

-- 
 w@uter.{be,co.za}
wouter@{grep.be,fosdem.org,debian.org}

I will have a Tin-Actinium-Potassium mixture, thanks.



Re: Raising volume past 100%

2022-08-18 Thread Bret Busby

On 18/8/22 16:15, David Griffith wrote:


There is the continuing problem of built-in speakers on laptops being 
too quiet when running Linux.  I managed to fix this with something in 
/etc/asound.conf and an extra mate-volume-control applet added to the 
panel.  With this extra volume control, I was able to turn the audio far 
past 100% and even past 153%.  The laptop I'm working on needed to be 
wiped and the OS reinstalled.  Unfortunately I neglected to save or 
write down what I did to implement this volume control tweak.


Before I discovered this, I used /etc/asound.conf (or ~/.asoundrc) to 
add a "Pre-Amp" slider to Alsa.  This raises up the low end such that 
the really quiet audio stuff is loud enough.  I'm not sure if that had 
anything to do with the volume control tweak.


Would someone please help me with figuring out what I could have 
possibly done to make MATE's audio control applet to go as far past 100% 
as I cared to raise it?




Do you have access to the MATE Control Center, through the applications 
menu?


If so, in there, is the Hardware -> Sound settings configurator

Also, in System -> Preferences -> Hardware -> Sound

Whilst this is on a UbuntuMATE system, I expect that you should, if you 
are using the MATE desktop environment, have access the same way, to the 
same functionalities.


..
Bret Busby
Armadale
West Australia
(UTC+0800)
..




Re: question about sound

2022-08-18 Thread Siard
On Wed, 17 Aug 2022 20:00 +, ghe2001 wrote:
> Anybody have anything to say about editing sound files?
> 
> I started to answer the poster's question and found that, in their
> infinite wisdom, the Debian designers seem to have removed Audacity from
> the upcoming release, Bookworm.

I heard some weird things about Audacity. It has been accused of being
spyware. You can read more about it here:
https://en.wikipedia.org/wiki/Audacity_(audio_editor)#Reception

> Bad idea, IMHO.  Suggestions for replacements?  They are one or more
> Debian users that have relied on Audacity for years.

Here you'll find 19 Audacity replacements for Linux:
https://alternativeto.net/software/audacity/?platform=linux
Some of them are forks of Audacity.

> Mick, if you're still there, it might be possible to get it from their
> website:
> 
> https://www.audacityteam.org/download/

That is an AppImage, so it will certainly work - if you still want to use
it.



Raising volume past 100%

2022-08-18 Thread David Griffith



There is the continuing problem of built-in speakers on laptops being too 
quiet when running Linux.  I managed to fix this with something in 
/etc/asound.conf and an extra mate-volume-control applet added to the 
panel.  With this extra volume control, I was able to turn the audio far 
past 100% and even past 153%.  The laptop I'm working on needed to be 
wiped and the OS reinstalled.  Unfortunately I neglected to save or write 
down what I did to implement this volume control tweak.


Before I discovered this, I used /etc/asound.conf (or ~/.asoundrc) to add 
a "Pre-Amp" slider to Alsa.  This raises up the low end such that the 
really quiet audio stuff is loud enough.  I'm not sure if that had 
anything to do with the volume control tweak.


Would someone please help me with figuring out what I could have possibly 
done to make MATE's audio control applet to go as far past 100% as I cared 
to raise it?


--
David Griffith
d...@661.org



Re: question about sound

2022-08-18 Thread Curt
On 2022-08-17, mick.crane  wrote:
> On 2022-08-17 21:00, ghe2001 wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA256
>> 
>> Anybody have anything to say about editing sound files?
>
> In the 70s friends went to this house where there was a 14 year old 
> Indian mystic.
> You were all supposed to wait downstairs until you were called to 
> receive 'the knowledge'.
> We all left after a day but one guy stayed, after days he got really 
> angry.
> Stormed up the stairs, " Give me the f#@king knowledge!"
> funny old times.
> mick
>
>

After days of waiting the imparted knowledge consisted of your
realization that there was so such thing, and that you should therefore
stop looking for it.

So I guess you got it in a way (without really getting it).



Re: question about sound

2022-08-18 Thread tomas
On Wed, Aug 17, 2022 at 10:47:40PM +0100, mick.crane wrote:
> On 2022-08-17 21:00, ghe2001 wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA256
> > 
> > Anybody have anything to say about editing sound files?
> 
> In the 70s friends went to this house where there was a 14 year old Indian
> mystic.
> You were all supposed to wait downstairs until you were called to receive
> 'the knowledge'.
> We all left after a day but one guy stayed, after days he got really angry.
> Stormed up the stairs, " Give me the f#@king knowledge!"
> funny old times.

TBH you packed two questions into your original mail. Complaining that
most people concentrate on one is kinda... well ;-)

And why audacity isn't in the Bookworm repo... perhaps it's temporary?

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: question about sound

2022-08-18 Thread tomas
On Wed, Aug 17, 2022 at 08:00:17PM +, ghe2001 wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> Anybody have anything to say about editing sound files?
> 
> I started to answer the poster's question and found that, in their infinite 
> wisdom, the Debian designers seem to have removed Audacity from the upcoming 
> release, Bookworm.
> 
> Bad idea, IMHO.  Suggestions for replacements?  They are one or more Debian 
> users that have relied on Audacity for years.
> 
> 
> Mick, if you're still there, it might be possible to get it from their 
> website:
> 
> https://www.audacityteam.org/download/

It's packaged for Debian, so perhaps OP's life would be a tad
easier doing "apt install audacity"?

This is a Debian mailing list, after all :)

Cheers
-- 
t


signature.asc
Description: PGP signature


Re : Re: Gestion du ventilateur sur un PC portable.

2022-08-18 Thread benoit
Bonjour Bernard,

Merci pour votre réponse.
Si ça ne fonctionne pas avec ça, c'est que le problème est matériel ou qu'un 
truc m'a échappé dans le bios.

--
Benoit


Envoyé avec la messagerie sécurisée Proton Mail.

--- Original Message ---
Le lundi 15 août 2022 à 23:55, Bernard Schoenacker 
 a écrit :


> 
> - Mail original -
> 
> > De: "benoit" benoit...@protonmail.ch
> > À: "TScholler" tschol...@free.fr
> > Cc: debian-user-french@lists.debian.org
> > Envoyé: Lundi 15 Août 2022 15:00:57
> > Objet: Re: Gestion du ventilateur sur un PC portable.
> > 
> > Bonjour,
> > 
> > C'est la question que je me pause ! ;-)
> > J'écris ce message sur un ordinateur portable HP et le ventilo est
> > inaudible, je crois même qu'il ne tourne pas. Mais si je laisse cet
> > ordi allumé sans OS, par exemple dans le menu du BIOS, alors le
> > ventilo tourne en permanence.
> > Ce qui me fait supposer qu'un logiciel(mais je ne sais pas lequel)
> > gère le ventilo en fct de la t° du CPU.
> > Mais quel est ce logiciel ?
> > C'est la question que je me pose pour l'installer sur le vieux pc
> > portable qui me sert de mini serveur domestique.
> 
> 
> Bonjour,
> 
> Pour la gestion du cpu et du ventilateur, je ne vois que 3 paquets :
> 
> lm-sensors
> 
> https://deb.debian.org/debian/pool/main/l/lm-sensors/lm-sensors_3.6.0-7_amd64.deb
> 
> fancontrol
> 
> https://deb.debian.org/debian/pool/main/l/lm-sensors/fancontrol_3.6.0-7_all.deb
> 
> 
> cpufreqd
> 
> https://deb.debian.org/debian/pool/main/c/cpufreqd/cpufreqd_2.4.2-2.3_amd64.deb
> 
> 
> 
> Làch der e Scholle :
> 
> https://www.francebleu.fr/emissions/de-witz-vom-daa/lach-der-e-scholle
> 
> Merci pour votre aimable attention
> 
> Bien à vous
> 
> Bernard



Apprendre à sécuriser un réseau domestique

2022-08-18 Thread benoit
Bonjour à toutes et tous,

Désolé pour cette demande un peu HS, mais je ne saurais pas l'énoncer à un 
moteur de recherche. Seul un humain peut me guider vers les apprentissages qui 
me seront utiles.

Je recherche un tuto (par écrit pas en vidéo) au terme duquel je serai capable 
de sécuriser un réseau avec un niveau de sécurité domestique.

Genre, mon réseau n’a aucun intérêt, mais j’ai pas envie que ce soit une 
passoire et que ma passerelle (avec son petit serveur web perso) soit utilisée 
pour mener une attaque sur un autre réseau. Mon réseau étant domestique, n’est 
pas vulnérable à des attaques de l’intérieur, il n’y a personne de malveillant 
à l’intérieur. Donc cet aspect de la sécurité des réseaux d’entreprise ne me 
concerne pas. Pas de contrôle parental a mettre en place non plus.

Et aussi, comment sécuriser mon ordinateur portable quand je suis à l'extérieur 
sur un wifi ou que j'utilise la 4G.

Je me suis acheté ce livre espérant en apprendre davantage, mais il est trop 
verbeux et je me suis découragé.

https://www.editions-eni.fr/livre/securite-informatique-ethical-hacking-apprendre-l-attaque-pour-mieux-se-defendre-6e-edition-9782409033667

Je voudrais un tuto qui explique en quelques lignes (et pas 50 pages) avant de 
montrer les commandes à taper.

Tous est sous debian, ça ne m’intéresse pas de savoir sécuriser un Windows ou 
un mac.
Si j’ai envie d’en savoir plus sur une attaque j’irai chercher l’info dans ce 
livre.

Si je recherche moi même, n'y connaissant rien en sécurité, je risque de m'y 
perdre ou de passer à coté de notions importantes...

Si vous pouviez me guider vers les compétences nécessaire

Merci d’avance

–

Benoit

Envoyé avec la messagerie sécurisée [Proton Mail](https://proton.me/).

Re: List-Archive URLs and slashes in Message Ids

2022-08-18 Thread Paul Wise
Thomas Schmitt wrote:

> something's wrong with the msgid-search URLs for Message-Ids with "/".

This issue has been present for a long time unfortunately.

> Does anybody have an idea how to follow the List-Archive hint without
> entering the Message-Id part manually into lists.debian.org/msgid-search ?

There is a workaround, you can use a URL query parameter instead:

https://lists.debian.org/msgid-search/?m=YvogMm/B0cM/a...@einval.com

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part