Re: [OT] bash help

2025-04-17 Thread Joe Zeff
On 04/17/2025 11:21 PM, Mike Wright wrote: btw. this is a great bash cheatsheet https://devhints.io/bash So is this one: https://tldp.org/LDP/abs/html/ -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-l

Re: [OT] bash help

2025-04-17 Thread Samuel Sieb
On 4/17/25 10:21 PM, Mike Wright wrote: I'm trying to write a bash script.  There are 4 arrays: base10 base16 base62 base70. I want to match an array based on two digits provided by argument $1. e.g.  getArray 70 would select base70 This should show what you need. #/usr/bin/bash array1=(1

[OT] bash help

2025-04-17 Thread Mike Wright
Hey Gurus, I'm trying to write a bash script. There are 4 arrays: base10 base16 base62 base70. I want to match an array based on two digits provided by argument $1. e.g. getArray 70 would select base70 I've looked at substitutions, and {parameter,bash,brace} expansions. This substitution

Re: mariadb-admin flush logs?

2025-04-17 Thread Alex
Hi, Historically, when the 'mariadb-admin' / 'mysql-admin' was used, it > first needed to be configured, so the 'mariadb-admin' / 'mysql-admin' > would have the necessary login credentials available. > > That changed starting MariaDB 10.4, with the unix socket > authentication, as described in the

Re: mounting usb disks

2025-04-17 Thread Paolo Galtieri
I did a little more investigating.  This time I tried it on F42.  I plugged in the first drive: Apr 17 06:48:51 terrapin kernel: usb 4-2.4.3: new SuperSpeed USB device number 13 using xhci_hcd Apr 17 06:48:51 terrapin kernel: usb 4-2.4.3: New USB device found, idVendor=0bc2, idProduct=231a, bc

Re: mounting usb disks

2025-04-17 Thread George N. White III
On Wed, Apr 16, 2025 at 8:48 PM Paolo Galtieri wrote: > Folks, > under F40 when I login after booting my system all my externally attached > usb drives are mounted. Today I upgraded that system to F41 and now only a > subset of the drives are mounted. Here is what I see in the log for one of >

Re: The answer is here: Fedora Linux 42!

2025-04-17 Thread Patrick O'Callaghan
On Fri, 2025-04-18 at 00:12 +0930, Tim via users wrote: > While Evolution has an option to ignore threads, it doesn't seem to do > anything other than italicise the ignored messages in the message list. > I can't find any option that either hides them, or simply collapses > them (automatically) all

Re: The answer is here: Fedora Linux 42!

2025-04-17 Thread Sam Varshavchik
Tim via users writes: While there's that, I was thinking more on the user's side. Have you seen mail clients with filtering as good as on news agents? Yes. IIRC, cone is still packaged in Fedora. If not, it's straightforward to build the rpm from the source tarball. Ignore a thread - the