Re: more problems with su and sudo

2025-06-30 Thread David Christensen
On 6/30/25 18:58, Maureen L Thomas wrote: Ok guys, I finally had to reinstall Debian bookworm and lost all my passwords.  I did get a refund on the VPN but have spent the last three days changing all my passwords to get into the bills and pay them.  I went for PIA VPN and followed instructions

Re: more problems with su and sudo

2025-06-30 Thread Titus Newswanger
On 6/30/25 21:55, Titus Newswanger wrote: The time I accidentally locked myself out of sudo, I mounted the locked hdd on another linux pc and edited the shadow file, copying the hash for sudo with the known password to the drive with the unknown password. I would not recommend trying that unl

Re: more problems with su and sudo

2025-06-30 Thread Titus Newswanger
On 6/30/25 20:58, Maureen L Thomas wrote: Ok guys, I finally had to reinstall Debian bookworm and lost all my passwords.  I did get a refund on the VPN but have spent the last three days changing all my passwords to get into the bills and pay them.  I went for PIA VPN and followed instructio

more problems with su and sudo

2025-06-30 Thread Maureen L Thomas
Ok guys, I finally had to reinstall Debian bookworm and lost all my passwords.  I did get a refund on the VPN but have spent the last three days changing all my passwords to get into the bills and pay them.  I went for PIA VPN and followed instructions to get me into the root area. When I went

Re: Dual booting problem

2025-06-30 Thread David Christensen
On 6/30/25 17:36, David Christensen wrote: +1 for multi-boot via multiple drives. Mobile racks facilitate changing drives: https://www.startech.com/en-us/hdd/mobile-racks https://www.startech.com/en-us/hdd/m2-removable-pcie-n1 I should add -- only insert one bootable drive at a time. This

Re: Dual booting problem

2025-06-30 Thread David Christensen
On 6/30/25 13:59, Van Snyder wrote: I'm working on an ASUS computer for a deceased colleague's widow. He had Fedora 28 on a HDD. I installed Debian 12 on an NVME drive. She also wanted Windoze 11 so I installed it on another NVME drive. The boot mode was set to "legacy" but the Windoze installe

Re: Dual booting problem

2025-06-30 Thread Felix Miata
Van Snyder composed on 2025-06-30 14:46 (UTC-0700): > On Mon, 2025-06-30 at 17:26 -0400, Felix Miata wrote: >> Debian needs to be installed in UEFI mode for its Grub to be able to>> chain >> Win11's >> bootloader. > The netinst Debian 12 DVD I downloaded wouldn't boot in EFI mode. How > do I i

Re: Dual booting problem

2025-06-30 Thread Van Snyder
On Mon, 2025-06-30 at 17:26 -0400, Felix Miata wrote: > Debian needs to be installed in UEFI mode for its Grub to be able to > chain Win11's > bootloader. The netinst Debian 12 DVD I downloaded wouldn't boot in EFI mode. How do I install Debian 12 in EFI mode. Can I change it after it's installed

Re: Dual booting problem

2025-06-30 Thread Felix Miata
Van Snyder composed on 2025-06-30 13:59 (UTC-0700): > If I want to have dual boot, instead of telling the BIOS which > partition to boot, must I essentially start over with the Debian > install i EFI mode (if I can find an installer DVD that will boot EFI)? > I don't want to muck with the Fedora i

Dual booting problem

2025-06-30 Thread Van Snyder
I'm working on an ASUS computer for a deceased colleague's widow. He had Fedora 28 on a HDD. I installed Debian 12 on an NVME drive. She also wanted Windoze 11 so I installed it on another NVME drive. The boot mode was set to "legacy" but the Windoze installer DVD wouldn't even boot until it was

Re: A more minimal task-*-desktop

2025-06-30 Thread Michael Paoli
> The only issue I have with tasksel, is that sometimes I wish a more > minimal environment. Then don't use tasksel to install package(s). One can, however, use tasksel to list its tasks, and from those, the corresponding package(s), and in turn, from those, the dependencies and recommends thereo

Re: tput help

2025-06-30 Thread Michael Paoli
I think you want delete, rather than erase, so use tput dch1 or tput dch 1. Erase simply replaces the character(s) with blank(s), whereas delete removes the character(s), shifting those to the right, to the left. E.g.: (row=3; sleep=2; cols=$(tput cols) && tput clear && (while [ $row -gt 0 ]; do e

Re: A more minimal task-*-desktop

2025-06-30 Thread Greg
On 2025-06-29, Federico Kircheis wrote: > At the end of the day, I want to avoid a small subset or programs that > should not affect the functionality of the desktop (KDE should not stop > working if firefox is the default browser intsead of konqueror) and that > take a lot of space (I think l

Where to report bugs (was: Trixie Keyboard Shortcut Issues within VMWare)

2025-06-30 Thread Jeffrey Walton
On Mon, Jun 30, 2025 at 9:14 AM David Kennedy wrote: > > I was informed on the Debian Subreddit that this is where I should report an > issue so just adding my post here too. No, that advice is wrong. Debian's Bug Tracking system is discussed at and

Re: A more minimal task-*-desktop

2025-06-30 Thread Richard Owlett
On 6/30/25 8:46 AM, Dan Ritter wrote: Federico Kircheis wrote: I could not use tasksel and install only what I want, but then I have to learn/verify all programs that are required for a functional environment. Don't use a tasksel desktop. Install one of these metapackages for KDE: kde-full

Re: More effective searching

2025-06-30 Thread Richard Owlett
On 6/30/25 6:42 AM, Loris Bennett wrote: Jan Claeys writes: On Tue, 2025-06-24 at 07:27 -0500, Richard Owlett wrote: Side Issue -- Google and DuckDuckGo seem more interested in quantity rather than quality. Any pointers to search engine with friendly Boolean search? TIA "You" "can" "try" "p

Re: A more minimal task-*-desktop

2025-06-30 Thread Dan Ritter
Federico Kircheis wrote: > I could not use tasksel and install only what I want, but then I have to > learn/verify all programs that are required for a functional environment. > Don't use a tasksel desktop. Install one of these metapackages for KDE: kde-full/stable 5:142 amd64 complete KDE S

Re: More effective searching

2025-06-30 Thread Richard Owlett
On 6/30/25 5:59 AM, Jan Claeys wrote: On Tue, 2025-06-24 at 07:27 -0500, Richard Owlett wrote: Side Issue -- Google and DuckDuckGo seem more interested in quantity rather than quality. Any pointers to search engine with friendly Boolean search? TIA "You" "can" "try" "putting" "double" "quotes"

Re: Docker tutorial

2025-06-30 Thread Jonathan Dowland
I was startled to discover the wiki page Cloud/CreateDockerImage even recommended some scripts *I* wrote, because I'd added them to the page a decade ago. I've just removed those sections, as those scripts are unmaintained and so it was misleading. On Mon Jun 30, 2025 at 12:16 AM BST, Borden w

Re: More effective searching

2025-06-30 Thread Loris Bennett
Jan Claeys writes: > On Tue, 2025-06-24 at 07:27 -0500, Richard Owlett wrote: >> Side Issue -- Google and DuckDuckGo seem more interested in quantity >> rather than quality. Any pointers to search engine with friendly >> Boolean search? TIA > > "You" "can" "try" "putting" "double" "quotes" "arou

More effective searching (was: Linux friendly FM tuner on USB device - available?)

2025-06-30 Thread Jan Claeys
On Tue, 2025-06-24 at 07:27 -0500, Richard Owlett wrote: > Side Issue -- Google and DuckDuckGo seem more interested in quantity > rather than quality. Any pointers to search engine with friendly > Boolean search? TIA "You" "can" "try" "putting" "double" "quotes" "around" "every" "word" AND "word

Trixie Keyboard Shortcut Issues within VMWare

2025-06-30 Thread David Kennedy
I was informed on the Debian Subreddit that this is where I should report an issue so just adding my post here too. I wasn't sure what package this would be related to so happy to resent this if anybody would like to suggest it and I can resubmit for a particular package to the bugs email. Thank

RDV SNAISO - démo ERP & CRM Informatique

2025-06-30 Thread Philippe LIMA
Bonjour, Je vous propose de convenir d’un rendez-vous dans les prochains jours afin de vous présenter Eden ERP & CRM, une solution complète et modulaire conçue pour optimiser la gestion de votre activité. Eden permet notamment à nos clients dans le domaine Réseaux/Intégrateurs/Services Informa