Re: Question About Free File Transfering Apps

2024-05-29 Thread gene heskett
On 5/29/24 13:34, Monte Milanuk wrote: SyncThing On 5/29/24 07: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 proble

Re: Question About Free File Transfering Apps

2024-05-29 Thread Andy Smith
Hi, On Wed, May 29, 2024 at 10:07:17PM +0800, 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. Your post is

Re: "Repeaters", etc.

2024-05-29 Thread Andy Smith
Hello, On Tue, May 28, 2024 at 01:49:52PM -0400, Paul M Foster wrote: > I've never see a 3 phase in a house. Common in commercial/industrial, > though. There is a domestic property in Cambridge, UK, with 3 phase and multiple consumer units, some of which run circuits at 120v instead of 240v. 😀 T

Re: "Repeaters", etc.

2024-05-29 Thread David Christensen
On 5/29/24 03:36, Roger Price wrote: On Tue, 28 May 2024, David Christensen wrote: On 5/28/24 00:28, Roger Price wrote: I wired my place Cat5. A lot of work, and I regretted it.  I live in the hills behind Nice, an area with a lot of lightning.  The overhead line to my place took a hit and tha

Re: "Repeaters", etc.

2024-05-29 Thread Andy Smith
Hi, On Tue, May 28, 2024 at 01:03:57PM +0100, Richmond wrote: > Andy Smith writes: > > On Tue, May 28, 2024 at 11:31:29AM +0100, mick.crane wrote: > >> Is there not some system that runs ethernet over the mains wiring or did I > >> misunderstand it. > > > > It works extremely poorly, if at all. >

Re: Question About Free File Transfering Apps

2024-05-29 Thread Monte Milanuk
On 5/29/24 07:58, Curt wrote: I travel to https://pairdrop.net/ on both devices on the LAN for the occasional file transfer. There is an Android app, although you don't need one (merely a browser). Thanks for that... I may have to set that up with my wife's iPhone.  Getting her to use SyncT

Re: Strange difference between bullseye and bookworm.

2024-05-29 Thread Tim Woodall
On Tue, 28 May 2024, Tim Woodall wrote: On Tue, 28 May 2024, Tim Woodall wrote: I start a new user namespace as follows: (The special bashrc is just because there are some things in my default one that (expectedly) don't work in the lxc user namespace) I then mount an overlayfs on top of t

Re: Question About Free File Transfering Apps

2024-05-29 Thread Monte Milanuk
SyncThing On 5/29/24 07: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.

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-29 Thread Max Nikulin
On 29/05/2024 07:44, Vincent Lefevre wrote: But I don't understand why there was a timeout. Does this mean that mutt didn't react to SIGTERM? Any reason? Have you tried to send SIGTERM to mutt? If it ignores this signal or the reaction is some prompt then you need to find another way to stop m

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

2024-05-29 Thread Max Nikulin
On 29/05/2024 23:20, Thomas Schmitt wrote: How could i get a list of only the automatically installed obsolete packages ? (I still did not find any documentation about the '~c' or '~o' with "apt list".) apt-patterns(7) and dpkg(1). Apt can not distinguish packages installed by dpkg directly an

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

2024-05-29 Thread Mike Kupfer
Thomas Schmitt wrote: > But i am not sure whether the commercial package which i have to keep > will be preserved with "apt autoremove". > Is there a way to do a dry run which only tells what would happen if i > were more courageous ? When I use "apt autoremove", I am given a list of proposed rem

Re: Question About Free File Transfering Apps

2024-05-29 Thread Charles Curley
On Wed, 29 May 2024 22:07:17 +0800 Carter Zhang wrote: > but they have respective problems. We can't advise you very well if we don't know what you think their respective problems are. A more important question: What problem would you like to solve? -- Does anybody read signatures any more?

Re: "Repeaters", etc. - FRITZ!Box 7490

2024-05-29 Thread Jeffrey Walton
On Tue, May 28, 2024 at 10:43 AM Paul M Foster wrote: > > On Tue, May 28, 2024 at 04:43:38AM -0400, Michael Grant wrote: >[...] > > To be clear, the wifi is the part that is at your property. There are > > some providers termed WISPs (wireless internet service providers) that > > use wifi (not 4G

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

2024-05-29 Thread Thomas Schmitt
Hi, i wonder why none of the electricians on this list has an anecdote to share about dealing with "obsolete" packages after upgrade. No triumphs, defeats, or global catastrophes ? I wrote: > > https://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.en.h tml#purge-removed-package

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-29 Thread Curt
On 2024-05-29, Vincent Lefevre wrote: > During the latest shutdown: > > May 29 01:55:05 qaa systemd[1]: Stopping session-2.scope - Session 2 of User > vinc17... > [...] > May 29 01:55:26 qaa systemd[1]: session-2.scope: Stopping timed out. Killing. > May 29 01:55:26 qaa systemd[1]: session-2.scop

Re: Question About Free File Transfering Apps

2024-05-29 Thread Curt
On 2024-05-29, 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=2E I just go to https://pairdrop.net/ on the

Re: Question About Free File Transfering Apps

2024-05-29 Thread Richard
KDE connect? That has clients for many systems. But the question is, what's the issue with the existing solutions? It's quite a useless task to recommend file transfer apps when they all have the same issue you try to avoid. Richard

Re: Question About Free File Transfering Apps

2024-05-29 Thread Hans
rsync - which is biderectional and uses checksums for correct transfer. Best Hans

Re: Question About Free File Transfering Apps

2024-05-29 Thread eben
On 5/29/24 10: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. scp / sshd nc, but you don't get authenticati

Re: Question About Free File Transfering Apps

2024-05-29 Thread Dan Ritter
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. On the Debian side, options include: - SFTP and SCP via

Re: "Repeaters", etc. - FRITZ!Box 7490

2024-05-29 Thread Curt
On 2024-05-28, Paul M Foster wrote: > On Tue, May 28, 2024 at 03:13:26PM -, Curt wrote: > >> On 2024-05-28, Paul M Foster wrote: >> > but I'd rather not. Since the wifi signal will permeate the whole house, it >> > seemed more reasonable to plant a device in each room which could pick up >> >

Question About Free File Transfering Apps

2024-05-29 Thread Carter Zhang
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. signature.asc Description: PGP signature

Re: Touchpad not detected by kernel on ThinkPad X13 Gen5

2024-05-29 Thread Sébastien Villemot
Le lundi 27 mai 2024 à 19:32 +0200, Sébastien Villemot a écrit : > I recently bought a ThinkPad X13 Gen5 (benefiting from the discount > generously offered by Lenovo to Debian Developers). > However, I still can’t get the touchpad to work. It is apparently not > recognized by the kernel, since the

Re: "Repeaters", etc.

2024-05-29 Thread Paul M Foster
On Wed, May 29, 2024 at 06:47:18AM -0400, Jessica Litwin wrote: >On Mon, May 27, 2024 at 17:09 Paul M Foster ><[1]pa...@quillandmouse.com> wrote: > > Folks: > At some point this year, I'm moving into a new house, and it is not > wired > for internet > >From experi

Re: "Repeaters", etc.

2024-05-29 Thread Roger Price
On Tue, 28 May 2024, David Christensen wrote: On 5/28/24 00:28, Roger Price wrote: I wired my place Cat5. A lot of work, and I regretted it.  I live in the hills behind Nice, an area with a lot of lightning.  The overhead line to my place took a hit and thanks to the Cat5 conductivity I lost eq

Re: "Repeaters", etc.

2024-05-29 Thread Jessica Litwin
On Mon, May 27, 2024 at 17:09 Paul M Foster wrote: > Folks: > > At some point this year, I'm moving into a new house, and it is not wired > for internet >From experience, if your house was framed with metal studs, whole house wifi will be annoying. You'll likely need multiple access points and

Re: "Repeaters", etc.

2024-05-29 Thread debian-user
David Wright wrote: > I was under the impression that 3-phase to a private residence > contravenes building regulations, as that would make 440V available > for you to electrocute yourself. No, it's perfectly possible - just look at your local DNO's website. It's necessary when there's a large p