[Solved]: What DE to replace GNOME with?

2024-05-31 Thread DdB
Am 31.05.2024 um 12:57 schrieb DdB: > Hello, > > while being on old-old-stable still (buster) and preparing for an > upgrade to bookworm, i noticed, that GNOME once again lost compatibility > to my preferred extensions, giving me a hard choice to either go on with > my outdated system as long as p

Re: tree with dir size

2024-05-31 Thread Greg Wooledge
On Fri, May 31, 2024 at 09:35:59PM -0500, David Wright wrote: > If a coloured ] is unimportant, I suppose you could use: > > tree --du -Fh whatever | grep --color '][[:space:]][[:space:]].*/$' You don't need to count spaces. Just '].*/$' would suffice. We already know we want to start with th

Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Max Nikulin
On 01/06/2024 01:52, Thomas Schmitt wrote: debug1: Offering public key:/home/.../.ssh/id_rsa RSA SHA256:... [...] The Debian 12 ssh client is obviously willing to try ssh-rsa. My reading of /usr/share/doc/openssh-client/NEWS.Debian.gz is that ssh-rsa means SHA1 while clients offers SHA256

Re: Question About Free File Transfering Apps

2024-05-31 Thread David Wright
On Fri 31 May 2024 at 17:30:19 (+0100), mick.crane wrote: > On 2024-05-31 13:58, gene heskett wrote: > > On 5/30/24 20:09, mick.crane wrote: > > > On 2024-05-29 15:07, Carter Zhang wrote: > > > > Are there any free apps for GNU/Linux and Android to share files over > > > > LAN? There have already b

Re: tree with dir size

2024-05-31 Thread David Wright
On Fri 31 May 2024 at 16:03:22 (-0400), Greg Wooledge wrote: > On Fri, May 31, 2024 at 09:18:03PM +0200, Franco Martelli wrote: > > On 31/05/24 at 02:18, Greg Wooledge wrote: > > > Confusing and useless. I still don't have a better answer than this: > > > > > > hobbit:~$ tree --du -Fh /tmp/x | gr

[Lynx-dev] ANN: lynx2.9.2

2024-05-31 Thread Karen Lewellen
current as of May 31 2024. The current version of lynx is 2.9.2 It's available at https://lynx.invisible-island.net/ https://invisible-island.net/archives/lynx/ Development & patches: https://lynx.invisible-island.net/current/index.html Files: https://invisible-isla

Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Jeffrey Walton
On Fri, May 31, 2024 at 7:08 PM Thomas Schmitt wrote: > > i still have network access to a Debian 8 system, to which i logged in > from Debian 11 via ssh and a ssh-rsa key. After the upgrade to Debian 12 > ssh fails with this public key authentication. > The probably relevant messages from a run o

Re: After upgrade, what do you do about "removed" and "obsolete" packages ?

2024-05-31 Thread Florent Rougon
Le 01/06/2024, Florent Rougon a écrit: > FWIW, removal of “obsolete or local” packages is easily done > interactively in aptitude: you go the the corresponding section of the > main screen, hit Enter, etc. The [ key recursively unfolds a section > (use ] to fold it back). You ask to purge a packa

Re: After upgrade, what do you do about "removed" and "obsolete" packages ?

2024-05-31 Thread Florent Rougon
Le 31/05/2024, "Thomas Schmitt" a écrit: > Then it offered me a list with slightly frightening wildcards: > > The following packages will be REMOVED: > fuse* libreoffice-avmedia-backend-gstreamer* linux-image-4.19.0-17-amd64* > linux-image-4.19.0-20-amd64* linux-image-4.19.0-9-amd64* py

[solved] Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Thomas Schmitt
Hi, the following line in ~/.ssh/config did the trick: PubkeyAcceptedAlgorithms +ssh-rsa This lets ssh -v report: debug1: Offering public key: /home/.../.ssh/id_rsa RSA SHA256:... debug1: Server accepts key: /home/.../.ssh/id_rsa RSA SHA256:... Authenticated to ... ([...]:22) using "pub

Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Michael Kjörling
On 31 May 2024 20:52 +0200, from scdbac...@gmx.net (Thomas Schmitt): > The ssh-rsa key was generated by Debian 10. man ssh-keygen of buster > says the default of option -b with RSA was 2048. > (Does anybody know how to analyze a key file in regard to such > parameters ?) $ ssh-keygen -l -f $pubkey

Re: tree with dir size

2024-05-31 Thread Greg Wooledge
On Fri, May 31, 2024 at 09:18:03PM +0200, Franco Martelli wrote: > On 31/05/24 at 02:18, Greg Wooledge wrote: > > Confusing and useless. I still don't have a better answer than this: > > > > hobbit:~$ tree --du -Fh /tmp/x | grep /$ > > [7.8M]/tmp/x/ > > └── [4.0K] y/ > > It could be improved ad

Re: tree with dir size

2024-05-31 Thread Franco Martelli
On 31/05/24 at 02:18, Greg Wooledge wrote: Confusing and useless. I still don't have a better answer than this: hobbit:~$ tree --du -Fh /tmp/x | grep /$ [7.8M]/tmp/x/ └── [4.0K] y/ It could be improved adding the "-a" switch to show also the hidden directories and the "--color" switch to th

Re: What DE to replace GNOME with?

2024-05-31 Thread Stefan Monnier
> while being on old-old-stable still (buster) and preparing for an > upgrade to bookworm, i noticed, that GNOME once again lost compatibility > to my preferred extensions, giving me a hard choice to either go on with > my outdated system as long as possible, or find a replacement and change > my w

No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Thomas Schmitt
Hi, i still have network access to a Debian 8 system, to which i logged in from Debian 11 via ssh and a ssh-rsa key. After the upgrade to Debian 12 ssh fails with this public key authentication. The probably relevant messages from a run of ssh -vvv are: debug1: Offering public key: /home/.../.s

Re: Question About Free File Transfering Apps

2024-05-31 Thread tomas
On Fri, May 31, 2024 at 01:16:28PM -0400, Greg Wooledge wrote: > On Fri, May 31, 2024 at 05:30:19PM +0100, mick.crane wrote: > > I only drag stuff in and out of the directory in Thunar. Dragging from the > > directory takes a copy. I wondered what would happen if somebody deleted a > > file while y

Re: After upgrade, what do you do about "removed" and "obsolete" packages ?

2024-05-31 Thread Thomas Schmitt
Hi, just for the archive: I think i found the source code which emits the "[...]" strings of apt-list: https://sources.debian.org/src/apt/2.9.4/apt-private/private-output.cc/#L292 The possible status strings are: [installed,upgradable to: ...] [installed,local] [installed,auto-removabl

Re: Question About Free File Transfering Apps

2024-05-31 Thread Greg Wooledge
On Fri, May 31, 2024 at 05:30:19PM +0100, mick.crane wrote: > I only drag stuff in and out of the directory in Thunar. Dragging from the > directory takes a copy. I wondered what would happen if somebody deleted a > file while you were half way through fetching it. If you're copying a file, that m

Re: Question About Free File Transfering Apps

2024-05-31 Thread tomas
On Fri, May 31, 2024 at 05:30:19PM +0100, mick.crane wrote: [...] > I only drag stuff in and out of the directory in Thunar. Dragging from the > directory takes a copy. I wondered what would happen if somebody deleted a > file while you were half way through fetching it. This will depend on the

Re: Question About Free File Transfering Apps

2024-05-31 Thread mick.crane
On 2024-05-31 13:58, gene heskett wrote: On 5/30/24 20:09, mick.crane wrote: On 2024-05-29 15:07, Carter Zhang wrote: Are there any free apps for GNU/Linux and Android to share files over LAN? There have already been LocalSend, LanXchange, LANDrop, NitroShare, Sharik, Warpinator, TrebleShot, bu

Re: After upgrade, what do you do about "removed" and "obsolete" packages ?

2024-05-31 Thread Curt
On 2024-05-30, Thomas Schmitt wrote: > > Nevertheless it would be nice to find documentation about this kind of > info in the output of "apt list". I found this from an old post about Synaptic (the apt front-end), in the latter's "help page": Obsolete or locally installed - Display only packag

Re: Audio broken by kernel update

2024-05-31 Thread eben
On 5/31/24 10:04, Evgeny Kapun wrote: After I upgraded my system, my integrated sound card (Intel HDA) stopped working properly. The sound plays, but it is severely distorted. If I boot the same system with an older kernel, it works. Currently, I am using kernel 6.6.13+bpo-amd64, because newer v

Re: What DE to replace GNOME with?

2024-05-31 Thread Jeffrey Walton
On Fri, May 31, 2024 at 10:03 AM DdB wrote: > > while being on old-old-stable still (buster) and preparing for an > upgrade to bookworm, i noticed, that GNOME once again lost compatibility > to my preferred extensions, giving me a hard choice to either go on with > my outdated system as long as po

Audio broken by kernel update

2024-05-31 Thread Evgeny Kapun
After I upgraded my system, my integrated sound card (Intel HDA) stopped working properly. The sound plays, but it is severely distorted. If I boot the same system with an older kernel, it works. Currently, I am using kernel 6.6.13+bpo-amd64, because newer versions that I tried don't work (in

Re: Question About Free File Transfering Apps

2024-05-31 Thread Greg Wooledge
On Fri, May 31, 2024 at 08:58:34AM -0400, gene heskett wrote: > On 5/30/24 20:09, mick.crane wrote: > > On 2024-05-29 15:07, Carter Zhang wrote: > > > Are there any free apps for GNU/Linux and Android to share files over > > > LAN? There have already been LocalSend, LanXchange, LANDrop, > > > Nitro

Re: What DE to replace GNOME with?

2024-05-31 Thread George at Clug
DdB, "What DE to replace GNOME with?" - 'which GUI is your personal preference' is my favourite topic.  Back in the 'old days, I used to study GUIs and write GUI applications to help simplify user experiences. If you like Gnome, would Cinnamon be a good GUI for you? I grew up with text bas

Re: Question About Free File Transfering Apps

2024-05-31 Thread gene heskett
On 5/30/24 20:09, mick.crane wrote: On 2024-05-29 15:07, Carter Zhang wrote: Are there any free apps for GNU/Linux and Android to share files over LAN? There have already been LocalSend, LanXchange, LANDrop, NitroShare, Sharik, Warpinator, TrebleShot, but they have respective problems.  I don

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-31 Thread Max Nikulin
On 31/05/2024 15:10, Vincent Lefevre wrote: https://github.com/flatpak/xdg-desktop-portal/issues/999 I'm wondering whether there could be a same cause. I can imagine that mutt may start a GUI handler for some attachment and that application uses XDG desktop portal. However I would expect that

What DE to replace GNOME with?

2024-05-31 Thread DdB
Hello, while being on old-old-stable still (buster) and preparing for an upgrade to bookworm, i noticed, that GNOME once again lost compatibility to my preferred extensions, giving me a hard choice to either go on with my outdated system as long as possible, or find a replacement and change my way

Re: Anybody Skype users here?

2024-05-31 Thread Richmond
"Juan R.D. Silva" writes: > Hi folks, > > I use Skype installed from Debian official repo. A couple of days ago > it refused to update reporting "server timed out". After looking into > it, I found that MS removed Skype.deb package from their server and > basically forces everyone to use Snap pa

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-31 Thread Vincent Lefevre
On 2024-05-31 10:10:32 +0200, Vincent Lefevre wrote: > On 2024-05-31 10:02:57 +0700, Max Nikulin wrote: > > Do you mean that mutt properly exits unless it receives SIGTERM in the > > course of shutdown process? > > I think that this was not the first time I did a shutdown while Mutt > was still ru

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-31 Thread Vincent Lefevre
On 2024-05-31 10:02:57 +0700, Max Nikulin wrote: > Do you mean that mutt properly exits unless it receives SIGTERM in the > course of shutdown process? I think that this was not the first time I did a shutdown while Mutt was still running. But this was the first time it did not exit. > I would tr