Re: ssh, where do the host come from

2025-05-17 Thread David Wright
On Fri 16 May 2025 at 14:57:15 (-0400), Greg Wooledge wrote: > On Fri, May 16, 2025 at 16:39:15 +0100, Chris Green wrote: > > fxkl4...@protonmail.com wrote: > > > when i type ssh and two tabs i get a list of host > > > numeric and names > > > where do they come from > > > > Assuming you are using

Re: inadyn client

2025-05-17 Thread Timothy M Butterworth
On Fri, May 16, 2025 at 1:12 PM wrote: > Moin, > > > > ich probiere mich gerade an inadyn. > > > > Per cmd-line funktioniert es, also service nicht…. > > > > inadyn -l 10 -n -1 -f /etc/inadyn.conf > > inadyn[1605265]: In-a-dyn version 2.10.0 -- Dynamic DNS update client. > > inadyn[1605265]: Cach

Re: kotlin package and dependencies

2025-05-17 Thread Dan Ritter
Federico Kircheis wrote: > I'm using the kotlin package since I wanted to use the kotlinc compiler, and > noticed that it lists following packages as dependencies > > * ant > * libmaven-compiler-plugin-java > * libmaven-plugin-tools-java > * libmaven3-core-java > > > I'm not using ant or ma

exim configuration.

2025-05-17 Thread peter
/etc/stunnel/stunnel.conf has [smtp] client = yes accept = localhost:106 connect = mail.easthope.ca:465 Then swaks -s localhost -p 106 -f pe...@easthope.ca -t pe...@easthope.ca sends a test message. Whereas exim is configured according to https://wiki.debian.org/Exim and swaks -s localhost -p 25

Re: Preparing for Debian 13

2025-05-17 Thread Andrew M.A. Cater
On Sat, May 17, 2025 at 03:16:53PM +, Andy Smith wrote: > Hi, > > On Fri, May 16, 2025 at 06:56:11PM -0400, Default User wrote: > > Concerning the points raised: > > I still did not see any statement of which concrete problems or issues > you did actually want to tackle. For example it is a w

Re: Preparing for Debian 13

2025-05-17 Thread Andy Smith
Hi, On Fri, May 16, 2025 at 06:56:11PM -0400, Default User wrote: > Concerning the points raised: I still did not see any statement of which concrete problems or issues you did actually want to tackle. For example it is a waste of time people giving advice about the upgrade route if you have deci

Installing Bookworm on two old laptops : wifi now inoperative since airplane mode can’t be disabled

2025-05-17 Thread bd
Hi to Everyone, Concerning the older laptop – a DELL Inspiron 1525 – 32bits, about 20 yrs old which previously ran Hardy Heron (ubuntu 8.04) in dual boot with Windows XP, where I first installed a 32bits version of Bookworm a little more than a month ago (I think it was april 8th), there was,

Re: ssh, where do the host come from

2025-05-17 Thread Greg Wooledge
On Sat, May 17, 2025 at 16:37:07 +0300, Henrik Ahlgren wrote: > and it is quite rare to SSH into localhost. It's not something I do on a daily basis, but I've done it several times, because it's an excellent way to test various things, such as changes to your dot files, sshd configuration, PAM con

Re: Preparing for Debian 13

2025-05-17 Thread Henrik Ahlgren
Default User writes: > 1) sudo df -h > Filesystem Size Used Avail Use% Mounted on > /dev/nvme0n1p2 23G 8.7G 13G 41% / > /dev/nvme0n1p5 1.8G 140K 1.7G 1% /tmp Why not enable tmp.mount (tmpfs)? In most use cases, /tmp is not really utilized much – pointless to waste 2 GB of valua

Re: ssh, where do the host come from

2025-05-17 Thread Henrik Ahlgren
fxkl4...@protonmail.com writes: > and i also see it looks in ~/.ssh/known_hosts > i also have several i don't recognize You are probably wondering about the default IPv6 entries in /etc/hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters Of course, it

Re: Preparing for Debian 13

2025-05-17 Thread Greg
On 2025-05-16, Andy Smith wrote: > Hi, > > On Fri, May 16, 2025 at 11:50:41AM +0100, Richmond wrote: >> /var can grow significantly over time due to logs, databases, and other >> persistent services, so I can understand why someone might put it on its >> own partition. > > When we're talking about

Re: Preparing for Debian 13

2025-05-17 Thread David Christensen
On 5/16/25 15:56, Default User wrote: Hi. Thanks for the replies! Concerning the points raised: 1) sudo df -h Filesystem Size Used Avail Use% Mounted on /dev/nvme0n1p2 23G 8.7G 13G 41% / /dev/nvme0n1p5 1.8G 140K 1.7G 1% /tmp /dev/nvme0n1p6 199G 53G 136G 28% /home /dev/nvm

kotlin package and dependencies

2025-05-17 Thread Federico Kircheis
Hello, I'm using the kotlin package since I wanted to use the kotlinc compiler, and noticed that it lists following packages as dependencies * ant * libmaven-compiler-plugin-java * libmaven-plugin-tools-java * libmaven3-core-java I'm not using ant or maven, so this install (through tran