Re: Linux machine hit by ransomware

2025-07-10 Thread David Christensen
On 7/10/25 16:37, rickm...@shaw.ca wrote: On 2025-07-10 04:57, Greg Wooledge wrote: On 7/9/25 22:14, Rick Macdonald wrote: In 30 years I've never seen an isolated network. May I ask how this might be done? An alternative example (with no Wi-Fi): * One switch or hub. Connect to power.

Re: Linux machine hit by ransomware

2025-07-10 Thread rickmacd
On 2025-07-10 04:57, Greg Wooledge wrote: > On Wed, Jul 09, 2025 at 23:23:29 -0700, David Christensen wrote: >> On 7/9/25 22:14, Rick Macdonald wrote: >>> In 30 years I've never seen an isolated network. May I ask how this >>> might be done? >> Assuming an Internet gateway with 4 LAN ports and Wi-

Re: Linux machine hit by ransomware

2025-07-10 Thread Joe
On Thu, 10 Jul 2025 06:57:10 -0400 Greg Wooledge wrote: > On Wed, Jul 09, 2025 at 23:23:29 -0700, David Christensen wrote: > > On 7/9/25 22:14, Rick Macdonald wrote: > > > In 30 years I've never seen an isolated network. May I ask how > > > this might be done? > > > > Assuming an Internet ga

Re: Linux machine hit by ransomware

2025-07-10 Thread Greg Wooledge
On Wed, Jul 09, 2025 at 23:23:29 -0700, David Christensen wrote: > On 7/9/25 22:14, Rick Macdonald wrote: > > In 30 years I've never seen an isolated network. May I ask how this > > might be done? > > Assuming an Internet gateway with 4 LAN ports and Wi-Fi, and a server with 1 > LAN port, turn off

Re: Linux machine hit by ransomware

2025-07-09 Thread David Christensen
On 7/9/25 22:14, Rick Macdonald wrote: On 2025-07-09 18:43, David Christensen wrote: On 7/9/25 10:39, Rick Macdonald wrote: I had a question that I forgot to add to my initial long post. This was since "top" didn't show any great CPU usage, could the encryption have been performed on another

Re: Linux machine hit by ransomware

2025-07-09 Thread Rick Macdonald
On 2025-07-09 18:43, David Christensen wrote: On 7/9/25 10:39, Rick Macdonald wrote: I had a question that I forgot to add to my initial long post. This was since "top" didn't show any great CPU usage, could the encryption have been performed on another machine (Windows or one of my 3 Androi

Re: Linux machine hit by ransomware

2025-07-09 Thread David Christensen
f an attack on it. This is my mother's PC. She passed away at age 100 a year ago. The PC is on and connected to the network, but I don't do much on it. I also booted up 1 of my 3 Android Kodi boxes. No new attacks on my Linux server. I'll look at the other 2 next. The on

Re: Linux machine hit by ransomware

2025-07-09 Thread Andy Smith
Hi, On Wed, Jul 09, 2025 at 02:00:15PM -0600, Rick Macdonald wrote: > I t seems something is opening every file in my Media share: The thing is that something like Kodi will be scanning through all the files it has access to in order to update its media library, for example, as an intended part o

Re: Linux machine hit by ransomware

2025-07-09 Thread Rick Macdonald
On 2025-07-09 12:26, Šarūnas Burdulis wrote: On 7/9/25 1:39 PM, Rick Macdonald wrote: ... I checked, and sure enough, smb.conf had world-writeable permissions. I've seen where some Kodi web pages suggest this. I've had it this way for many years, but now I have made it read-only. In samba

Re: Linux machine hit by ransomware

2025-07-09 Thread Šarūnas Burdulis
On 7/9/25 1:39 PM, Rick Macdonald wrote: ... I checked, and sure enough, smb.conf had world-writeable permissions. I've seen where some Kodi web pages suggest this. I've had it this way for many years, but now I have made it read-only. In samba logs you might be able to see which hosts did wh

Re: Linux machine hit by ransomware

2025-07-09 Thread Rick Macdonald
On 2025-07-07 23:02, to...@tuxteam.de wrote: On Mon, Jul 07, 2025 at 09:44:11PM +0200, Detlef Vollmann wrote: [...] The main point is to find out which system was hit. According to the description it looks like the Linux server itself wasn't hit, but a different system that can access

Re: Linux machine hit by ransomware

2025-07-09 Thread Andy Smith
Hi, On Wed, Jul 09, 2025 at 07:17:25AM -0400, Michael Stone wrote: > On Mon, Jul 07, 2025 at 07:17:36AM +0200, john doe wrote: > > In this case, a perimeter firewall will not help. > > > > You likely got compromised by downloading something from the internet or > > via e-mail. > > That is unlike

Re: Linux machine hit by ransomware

2025-07-09 Thread Michael Stone
On Mon, Jul 07, 2025 at 07:17:36AM +0200, john doe wrote: In this case, a perimeter firewall will not help. You likely got compromised by downloading something from the internet or via e-mail. That is unlikely if the generated files were owned by nobody rather than the user.

Re: Linux machine hit by ransomware

2025-07-07 Thread David Christensen
On 7/6/25 19:47, Rick Macdonald wrote: After running Debian for nearly 30 years (and other distros prior to that), my Linux server has been hit by a ransomware attack about 11 days ago. On 7/7/25 17:18, David Christensen wrote: Please boot live media in the server, open a root terminal, mount

Re: Linux machine hit by ransomware

2025-07-07 Thread Alexander V. Makartsev
ńca had guessed. Samba (mis-)configuration probably to blame for user "nobody" (meaning shares were accessible anonymously without password) and "777/666 permissions" (too liberal user mask was set and\or Windows doesn't know how to set linux permissions). So is there

Re: Linux machine hit by ransomware

2025-07-07 Thread tomas
On Mon, Jul 07, 2025 at 09:44:11PM +0200, Detlef Vollmann wrote: [...] > The main point is to find out which system was hit. > According to the description it looks like the Linux server itself > wasn't hit, but a different system that can access files on the server > via net

Re: Linux machine hit by ransomware

2025-07-07 Thread David Christensen
On 7/6/25 19:47, Rick Macdonald wrote: I apologize for the length of this question. After running Debian for nearly 30 years (and other distros prior to that), my Linux server has been hit by a ransomware attack about 11 days ago. I would power off all computers on your network. Only

Re: Linux machine hit by ransomware

2025-07-07 Thread Detlef Vollmann
On 7/7/25 05:28, Karl Vogel wrote: On Sun 06 Jul 2025 at 22:55:22 (-0400), Rick Macdonald wrote: After running Debian for nearly 30 years (and other distros prior to that), my Linux server has been hit by a ransomware attack about 11 days ago. I have backups, so nothing important has been

Re: Linux machine hit by ransomware

2025-07-07 Thread Van Snyder
On Mon, 2025-07-07 at 00:24 -0400, Felix Miata wrote: > I stopped running samba a year or more ago. If I have something to > get onto > Windows, or something to get off of it, I boot Linux. That need is > rare. It was > probably last year when I last had any reason to boot Windows.

Re: Linux machine hit by ransomware

2025-07-07 Thread Greg
On 2025-07-07, Karl Vogel wrote: >>> On Sun 06 Jul 2025 at 22:55:22 (-0400), Rick Macdonald wrote: > >> After running Debian for nearly 30 years (and other distros prior to that), >> my Linux server has been hit by a ransomware attack about 11 days ago. >> I have bac

Re: Linux machine hit by ransomware

2025-07-07 Thread Kamil Jońca
Rick Macdonald writes: > I apologize for the length of this question. > > After running Debian for nearly 30 years (and other distros prior to > that), my Linux server has been hit by a ransomware attack about 11 > days ago. I have backups, so nothing important has been lost

Re: Linux machine hit by ransomware

2025-07-06 Thread john doe
On 7/7/25 06:02, Russell L. Harris wrote: On Sun, Jul 06, 2025 at 08:47:22PM -0600, Rick Macdonald wrote: After running Debian for nearly 30 years (and other distros prior to that), my Linux server has been hit by a ransomware attack about 11 days ago. Another machine running firewall

Re: Linux machine hit by ransomware

2025-07-06 Thread Cindy Sue Causey
On Sun, 2025-07-06 at 20:47 -0600, Rick Macdonald wrote: > I apologize for the length of this question. > > After running Debian for nearly 30 years (and other distros prior to > that), my Linux server has been hit by a ransomware attack about 11 > days > ago. I have b

Re: Linux machine hit by ransomware

2025-07-06 Thread Felix Miata
Karl Vogel composed on 2025-07-06 23:28 (UTC-0400): > I don't know the attack method, but I'd suspect smb first I stopped running samba a year or more ago. If I have something to get onto Windows, or something to get off of it, I boot Linux. That need is rare. It was probably las

Re: Linux machine hit by ransomware

2025-07-06 Thread tomas
On Mon, Jul 07, 2025 at 04:02:26AM +, Russell L. Harris wrote: > On Sun, Jul 06, 2025 at 08:47:22PM -0600, Rick Macdonald wrote: > > After running Debian for nearly 30 years (and other distros prior to > > that), my Linux server has been hit by a ransomware attack about

Re: Linux machine hit by ransomware

2025-07-06 Thread Russell L. Harris
On Sun, Jul 06, 2025 at 08:47:22PM -0600, Rick Macdonald wrote: After running Debian for nearly 30 years (and other distros prior to that), my Linux server has been hit by a ransomware attack about 11 days ago. Another machine running firewall sofware is cheap (in terms of electricity, noise

Re: Linux machine hit by ransomware

2025-07-06 Thread Karl Vogel
>> On Sun 06 Jul 2025 at 22:55:22 (-0400), Rick Macdonald wrote: > After running Debian for nearly 30 years (and other distros prior to that), > my Linux server has been hit by a ransomware attack about 11 days ago. > I have backups, so nothing important has been lost at this point

Re: OT: This city is dumping Microsoft Office and Windows for OnlyOffice and Linux

2025-07-01 Thread Timothy M Butterworth
On Tue, Jul 1, 2025 at 10:16 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > On Tue, Jul 1, 2025 at 3:49 PM Jeffrey Walton wrote: > > > > It appears US President Trump is good for Linux. > > > > >From "This city is dumping Microso

Re: OT: This city is dumping Microsoft Office and Windows for OnlyOffice and Linux

2025-07-01 Thread Timothy M Butterworth
On Tue, Jul 1, 2025 at 3:49 PM Jeffrey Walton wrote: > > It appears US President Trump is good for Linux. > > >From "This city is dumping Microsoft Office and Windows for OnlyOffice > and Linux - here's why", > <https://www.zdnet.com/article/this-city-is-d

Re: OT: This city is dumping Microsoft Office and Windows for OnlyOffice and Linux

2025-07-01 Thread Marco Möller
On 01.07.25 21:48, Jeffrey Walton wrote: It appears US President Trump is good for Linux. From "This city is dumping Microsoft Office and Windows for OnlyOffice and Linux - here's why", <https://www.zdnet.com/article/this-city-is-dumping-microsoft-office-and-windows-for-on

OT: This city is dumping Microsoft Office and Windows for OnlyOffice and Linux

2025-07-01 Thread Jeffrey Walton
It appears US President Trump is good for Linux. >From "This city is dumping Microsoft Office and Windows for OnlyOffice and Linux - here's why", <https://www.zdnet.com/article/this-city-is-dumping-microsoft-office-and-windows-for-onlyoffice-and-linux-heres-why/>: Is i

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

Re: Linux friendly FM tuner on USB device - available?

2025-06-25 Thread Dan Purgert
; My web search turned up little relevant detail. > > > > > > > > Suggestions? > > > > > > > > TIA > > > The chipset is important. The RTL2832U is working well and is well > > > suported in > > > linux. > > > > >

Re: Linux friendly FM tuner on USB device - available?

2025-06-25 Thread Richard Owlett
On 6/23/25 7:53 PM, Van Snyder wrote: On Mon, 2025-06-23 at 06:53 -0500, Richard Owlett wrote: I'm old enough to remember pocket radios of the fifties/sixties. I looking for a USB device to plug into my laptop running Debian 12 so I can listen to a local station while working. I'd also want to r

Re: Linux friendly FM tuner on USB device - available?

2025-06-25 Thread Richard Owlett
to a local station while working. I'd also want to record as MP3 for listening at a more convenient time. My web search turned up little relevant detail. Suggestions? TIA The chipset is important. The RTL2832U is working well and is well suported in linux. As GUI most people are using GQR

Re: Linux friendly FM tuner on USB device - available?

2025-06-25 Thread Timothy M Butterworth
Korea I always tried to get DVB-TV to work on Linux but never found a device and software for it. I usually do not use streaming audio/video from the internet as I use a 5G metered connection to the internet. I get 10 Gig of Hotspot and I have two phones so I get 20 Gig Total hotspot a month. I a

Re: Linux friendly FM tuner on USB device - available?

2025-06-24 Thread Richard Owlett
so want to record as MP3 for listening at a more convenient time. My web search turned up little relevant detail. Suggestions? TIA The chipset is important. The RTL2832U is working well and is well suported in linux. As GUI most people are using GQRX in linux, but I heard, some windows gui

Re: Linux friendly FM tuner on USB device - available?

2025-06-24 Thread Richard Owlett
On 6/23/25 9:28 AM, Dan Purgert wrote: On Jun 23, 2025, Richard Owlett wrote: On 6/23/25 7:10 AM, Dan Purgert wrote: On Jun 23, 2025, Richard Owlett wrote: I'm old enough to remember pocket radios of the fifties/sixties. I looking for a USB device to plug into my laptop running Debian 12 so I

Re: Linux friendly FM tuner on USB device - available?

2025-06-24 Thread Dan Purgert
On Jun 24, 2025, Richard Owlett wrote: > On 6/23/25 9:28 AM, Dan Purgert wrote: > > On Jun 23, 2025, Richard Owlett wrote: > > > [https://www.adafruit.com/product/1497 approaches my goal] > > > > That adafruit one is OK. I'm not a big fan of the MCX connector, since > > you're a bit tied to that

Re: Linux friendly FM tuner on USB device - available?

2025-06-23 Thread 🦓
Op di 24 jun 2025 om 04:05 schreef 🦓 : > arent sum chip antennae good enough to decode fm radio? didya ask > r...@gnu.org? (i was talking software radio hacking your libre foss bluetooth driver without any usb dongles (since wifi antennae have been observing colleagues thru tel aviv university

Re: Linux friendly FM tuner on USB device - available?

2025-06-23 Thread Van Snyder
On Mon, 2025-06-23 at 06:53 -0500, Richard Owlett wrote: > I'm old enough to remember pocket radios of the fifties/sixties. > I looking for a USB device to plug into my laptop running Debian 12 > so I > can listen to a local station while working. I'd also want to record > as > MP3 for listening

Re: Linux friendly FM tuner on USB device - available?

2025-06-23 Thread Dan Purgert
On Jun 23, 2025, Richard Owlett wrote: > On 6/23/25 7:10 AM, Dan Purgert wrote: > > On Jun 23, 2025, Richard Owlett wrote: > > > I'm old enough to remember pocket radios of the fifties/sixties. > > > I looking for a USB device to plug into my laptop running Debian 12 so > > > I can listen to a loca

Re: Linux friendly FM tuner on USB device - available?

2025-06-23 Thread Hans
record as > MP3 for listening at a more convenient time. > > My web search turned up little relevant detail. > > Suggestions? > > TIA The chipset is important. The RTL2832U is working well and is well suported in linux. As GUI most people are using GQRX in linux, but I heard

Re: Linux friendly FM tuner on USB device - available?

2025-06-23 Thread Richard Owlett
On 6/23/25 7:10 AM, Dan Purgert wrote: On Jun 23, 2025, Richard Owlett wrote: I'm old enough to remember pocket radios of the fifties/sixties. I looking for a USB device to plug into my laptop running Debian 12 so I can listen to a local station while working. I'd also want to record as MP3 for

Re: Linux friendly FM tuner on USB device - available?

2025-06-23 Thread John Dow
> On 23 Jun 2025, at 13:10, Dan Purgert wrote: > > On Jun 23, 2025, Richard Owlett wrote: >> I'm old enough to remember pocket radios of the fifties/sixties. >> I looking for a USB device to plug into my laptop running Debian 12 so >> I can listen to a local station while working. I'd also want

Re: Linux friendly FM tuner on USB device - available?

2025-06-23 Thread Dan Purgert
On Jun 23, 2025, Richard Owlett wrote: > I'm old enough to remember pocket radios of the fifties/sixties. > I looking for a USB device to plug into my laptop running Debian 12 so > I can listen to a local station while working. I'd also want to record > as MP3 for listening at a more convenient tim

Linux friendly FM tuner on USB device - available?

2025-06-23 Thread Richard Owlett
I'm old enough to remember pocket radios of the fifties/sixties. I looking for a USB device to plug into my laptop running Debian 12 so I can listen to a local station while working. I'd also want to record as MP3 for listening at a more convenient time. My web search turned up little relevant

[OFF TOPIC] Recommended backup software to clone Android (Linux) phones to image files

2025-06-09 Thread Turritopsis Dohrnii Teo En Ming
Subject: Recommended backup software to clone Android (Linux) phones to image files Good day from Singapore, Acronis True Image backup software can be used to clone Windows 10 and 11 to image files with the extension of .tibx. I am wondering if Acronis True Image backup software can be used

Re: What file does Linux use to...

2025-05-25 Thread COMCAST
/var/lib/NetworkManager/internal-05c32b5f-6a7e-4b7b-a858-a19fd3d6a5a3-wlo1.lease /var/lib/NetworkManager/internal-4eb92ca8-bc1c-3546-9ba9-cfd0dc4fda00-enp0s25.lease These are the two files I was looking for. I found them quite by accident. I hope you will find them useful.

Re: What file does Linux use to...

2025-05-23 Thread Greg
On 2025-05-20, Charles Curley wrote: > On Tue, 20 May 2025 12:04:16 -0400 > COMCAST wrote: > >> That's a lot of drivel... or are you just wishing to see what you can >> publish? > > It's rather good advice, even if it is a bit much and unsolicited. I'll > add to it: insulting people does not end

Re: What file does Linux use to...

2025-05-22 Thread Andy Smith
Hi, On Thu, May 22, 2025 at 04:39:56PM -, Greg wrote: > On 2025-05-19, David Christensen wrote: > > When posting to a mailing list, the Subject line is crucial. Yours is > > No, it is not, and it should not contain essential information because > hardly anyone ever gives it more than a rap

Re: What file does Linux use to...

2025-05-22 Thread Nicolas George
Greg (HE12025-05-22): > > When posting to a mailing list, the Subject line is crucial. Yours is > No, it is not, Yes it is. >and it should not contain essential information because It definitely should contain all the information essential for deciding if the mail is worth read

Re: What file does Linux use to...

2025-05-22 Thread Greg
On 2025-05-19, David Christensen wrote: > > When posting to a mailing list, the Subject line is crucial. Yours is No, it is not, and it should not contain essential information because hardly anyone ever gives it more than a rapid glance. And please refrain, now that we're giving posting advic

Re: What file does Linux use to...

2025-05-20 Thread tomas
On Tue, May 20, 2025 at 12:04:16PM -0400, COMCAST wrote: > That's a lot of drivel... or are you just wishing to see what you can > publish? If this is your reaction, I'll spare you my drivel, too. You won't hear from me further, promised. Cheers -- t signature.asc Description: PGP signature

Re: What file does Linux use to...

2025-05-20 Thread Charles Curley
On Tue, 20 May 2025 12:04:16 -0400 COMCAST wrote: > That's a lot of drivel... or are you just wishing to see what you can > publish? It's rather good advice, even if it is a bit much and unsolicited. I'll add to it: insulting people does not endear you to them. We're all volunteers here, and w

Re: What file does Linux use to...

2025-05-20 Thread COMCAST
does in Linux use to the store network address in? On 5/19/25 11:11, COMCAST wrote: Close bu no cooky. My install of Debian docent even have those files. Please proofread your posts and use the spell checker in your mail client. Your posts indicate that you are experiencing the X-Y Problem

Re: What file does Linux use to...

2025-05-19 Thread David Christensen
Please use interleaved posting style rather than top-posting style: https://en.wikipedia.org/wiki/Posting_style On 5/18/25 06:42, COMCAST wrote: > What file does in Linux use to the store network address in? On 5/19/25 11:11, COMCAST wrote: Close bu no cooky. My install of Debian doc

Re: What file does Linux use to...

2025-05-19 Thread COMCAST
Close bu no cooky. My install of Debian docent even have those files. On 5/18/25 11:35, Nicholas Geovanis wrote: On Sun, May 18, 2025, 9:16 AM wrote: On Sun, May 18, 2025 at 09:42:45AM -0400, COMCAST wrote: What file does in Linux use to the store network address in? If you mean "what

Re: What file does Linux use to...

2025-05-18 Thread Greg Wooledge
On Sun, May 18, 2025 at 10:35:37 -0500, Nicholas Geovanis wrote: > If you mean "what file contains the IP address and hostname of my own > server?": It depends whether you use NetworkManager to configure networking > or the older style. > > In the older style the config file goes in /etc/sysconfig

Re: What file does Linux use to...

2025-05-18 Thread Nicholas Geovanis
M Nicholas Geovanis wrote: > On Sun, May 18, 2025, 9:16 AM wrote: > >> On Sun, May 18, 2025 at 09:42:45AM -0400, COMCAST wrote: >> > What file does in Linux use to the store network address in? >> > > If you mean "what file contains the IP address and hostname

Re: What file does Linux use to...

2025-05-18 Thread Nicholas Geovanis
On Sun, May 18, 2025, 9:16 AM wrote: > On Sun, May 18, 2025 at 09:42:45AM -0400, COMCAST wrote: > > What file does in Linux use to the store network address in? > If you mean "what file contains the IP address and hostname of my own server?": It depends whether you

Re: What file does Linux use to...

2025-05-18 Thread Felix Miata
COMCAST composed on 2025-05-18 09:42 (UTC-0400): > What file does in Linux use to the store network address in? That depends on context. e.g. local ethernet port may be configured via ifupdown, or Network Manager, or systemd-network, and you may be using DHCP to determine its IP, or set it

Re: What file does Linux use to...

2025-05-18 Thread tomas
On Sun, May 18, 2025 at 09:42:45AM -0400, COMCAST wrote: > What file does in Linux use to the store network address in? Whose network address? And: what do you mean by "store"? Could you please explain what you are trying to do? Cheers -- t signature.asc Description: PGP signature

What file does Linux use to...

2025-05-18 Thread COMCAST
What file does in Linux use to the store network address in?

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-05 Thread Stefan Monnier
> This looks strange for me, as I would think, the AP on the computer > would also need some processing time for recognition, correction and > routing to the host. Try it! If you notice an important performance penalty, *then* come back with the numbers and the details of your setup, so someone c

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-05 Thread John Hasler
Hans writes: > This looks strange for me, as I would think, the AP on the computer > would also need some processing time for recognition, correction and > routing to the host. Every packet is routed by the kernel. There is no seperate "AP". How much delay matters? Ping should be under a millis

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-05 Thread Joe
On Sun, 30 Mar 2025 15:40:07 +0200 Hans wrote: > > Then use NGINX with RTMP-module listening on its standard port and > streaming with RTMP from Computer A to Computer B to the standard > port. > > Everything without any AP or router between. > > The stream can then be made visible with VLC

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-05 Thread Henrik Ahlgren
Hans writes: > yes, I already am aware of this, but this I wanted to avoid. It will be then > again a new hop, which causes delay (and I suppose, a software router is > sklower than a hardware device). I haven't tried this, but take a look at: https://wiki.debian.org/WiFi/AdHoc https://help.u

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-04 Thread Greg
On 2025-03-30, John Hasler wrote: > Hans writes: >> This looks strange for me, as I would think, the AP on the computer >> would also need some processing time for recognition, correction and >> routing to the host. > > Every packet is routed by the kernel. There is no seperate "AP". > > How much

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-04 Thread Hans
Am Sonntag, 30. März 2025, 21:41:30 CEST schrieb debian-u...@howorth.org.uk: > Timothy M Butterworth wrote: > > [snip] > > > If you make the storage server the access point > > What storage server? > I thought this was about live video display from a drone? Oh sorry, maybe I did the wrong expr

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-04 Thread Timothy M Butterworth
and you corectly, the software AP on the computer does > not > delay anything although it needs processing time? > WiFi operates in four modes: Access Point, Client, Repeater/range extender and ad-hoc. From what you are describing you want to set up an Ad-Hoc WiFi network. In an Ad-H

[SOLVED] Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-31 Thread Hans
Hi folks, thank you very much for all your respose! It was so hepfull amnd I have again again a lot. You showed me different ways using software AP, ad-hoc and gave me many informations. I will test all these things now, what will take me some time. All my questions are fully answered and so

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread debian-user
Timothy M Butterworth wrote: [snip] > If you make the storage server the access point What storage server? I thought this was about live video display from a drone?

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread David Wright
On Sun 30 Mar 2025 at 15:40:07 (+0200), Hans wrote: > > What new hop? You said you had the setup: > > > > hostA≡E--cat5/6--cable--∃≡hostB > > no, I have no cable setup, I just said, I know, how to setup when using a > cable. Maybe I did not use the correct English idiom... Yes

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread Joe
On Sun, 30 Mar 2025 15:40:07 +0200 Hans wrote: > Hi David, > > > What new hop? You said you had the setup: > > > > hostA≡E--cat5/6--cable--∃≡hostB > > > > no, I have no cable setup, I just said, I know, how to setup when > using a cable. Maybe I did not use the correct Eng

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread Hans
Hi David, > What new hop? You said you had the setup: > > hostA≡E--cat5/6--cable--∃≡hostB > no, I have no cable setup, I just said, I know, how to setup when using a cable. Maybe I did not use the correct English idiom... > where E and ∃ are ethernet sockets. (You don't norm

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread Hans
Am Samstag, 29. März 2025, 19:21:39 CEST schrieb Stefan Monnier: > >> You need to make one PC an access point. I think most guides are > > > > yes, I already am aware of this, but this I wanted to avoid. It will > > be then again a new hop, which causes delay (and I suppose, > > a software router

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Joe
On Sat, 29 Mar 2025 16:37:39 +0100 Hans wrote: > > You need to make one PC an access point. I think most guides are > > designed to then connect that AP to the rest of the network, so > > that the AP is useful to wifi-only devices, but you can just > > ignore that. > > > > Example at: > > > >

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Stefan Monnier
>> You need to make one PC an access point. I think most guides are > yes, I already am aware of this, but this I wanted to avoid. It will > be then again a new hop, which causes delay (and I suppose, > a software router is sklower than a hardware device). No, if one of the PCs is the AP, then c

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread David Wright
On Sat 29 Mar 2025 at 16:37:39 (+0100), Hans wrote: > > You need to make one PC an access point. I think most guides are > > designed to then connect that AP to the rest of the network, so > > that the AP is useful to wifi-only devices, but you can just > > ignore that. > > > > Example at: > > >

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Hans
> You need to make one PC an access point. I think most guides are > designed to then connect that AP to the rest of the network, so > that the AP is useful to wifi-only devices, but you can just > ignore that. > > Example at: > > http://souktha.github.io/misc/create-ap-linuxpc/ > > Cheers, >

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread jeremy ardley
On 29/3/25 23:41, Hans wrote: It is not important, if a router is givng the devices an IP-address. So I do not need any dhcp. The IP-addresses can of course be set manually by me. The more problem I see, will be the encryption and passkey-exchange, if needed. However, I do not need encryption,

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Hans
To clarify the access point will typically assign a subset of a class-C > range for DHCP. It will usually be O.K. to assign static addresses in > the same class C but out of the DHCP range > > An alternative depending on the router is to configure the router to > have fixed DHCP addresses based o

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread jeremy ardley
On 29/3/25 23:01, jeremy ardley wrote: On 29/3/25 22:53, Hans wrote: But is this possible with wifi, too? My idea was working with fixed IP`s and give computer A the IP-address from computer B as gateway, and the other way round. Of course I my thinking was wrong (otherwise it would have be

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread jeremy ardley
On 29/3/25 22:53, Hans wrote: But is this possible with wifi, too? My idea was working with fixed IP`s and give computer A the IP-address from computer B as gateway, and the other way round. Of course I my thinking was wrong (otherwise it would have been worked). The WiFi router usually assi

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread David Wright
On Sat 29 Mar 2025 at 15:53:01 (+0100), Hans wrote: > > just a question: Is it possible, to connect two computers with linux via wlan > without any router? > > I know, it is working with ethernet cable and crossover-cable. > > But is this possible with wifi, too? My

OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Hans
Dear list, just a question: Is it possible, to connect two computers with linux via wlan without any router? I know, it is working with ethernet cable and crossover-cable. But is this possible with wifi, too? My idea was working with fixed IP`s and give computer A the IP-address from

Re: Linux image package install failure

2025-03-24 Thread Jeffrey Walton
gt; >> Package failed to install:Error while installing package: > >> installed linux-image-6.1.0-32-amd64 package post-installation script > >> subprocess returned error exit status 1 > > > > Then read backwards until you find the error message from the > > su

Re: Linux image package install failure

2025-03-24 Thread Xiyue Deng
Nicolas George writes: > Barry Newberger (HE12025-03-24): >> package: dpkg >> version: 1.21.22 (amd64) >> >> Using Discover update following error occurred: >> >> Package failed to install:Error while installing package: >> installed linux-image-6.

Re: Linux image package install failure

2025-03-24 Thread Erwan David
> update-initramfs: failed for /boot/initrd.img-6.1.0-32-amd64 with 1. > > run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 > > dpkg: error processing package linux-image-6.1.0-32-amd64 (--configure): > > installed linux-image-6.1.0-32-amd64 package

Re: Linux image package install failure

2025-03-24 Thread Felix Miata
ts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 > dpkg: error processing package linux-image-6.1.0-32-amd64 (--configure): > installed linux-image-6.1.0-32-amd64 package post-installation script > subprocess returned error exit status 1 > Setting up linux-imag

Re: Linux image package install failure

2025-03-24 Thread Nicolas George
Barry Newberger (HE12025-03-24): > package: dpkg > version: 1.21.22 (amd64) > > Using Discover update following error occurred: > > Package failed to install:Error while installing package: > installed linux-image-6.1.0-32-amd64 package post-installation script > subpro

Re: Linux image package install failure

2025-03-24 Thread Greg Wooledge
On Mon, Mar 24, 2025 at 08:05:32 -0500, Barry Newberger wrote: > Setting up linux-image-6.1.0-32-amd64 (6.1.129-1) ... > /etc/kernel/postinst.d/dkms: > dkms: running auto installation service for kernel 6.1.0-32-amd64. > dkms: autoinstall for kernel: 6.1.0-32-amd64. > /etc/ke

Linux image package install failure

2025-03-24 Thread Barry Newberger
package: dpkg version: 1.21.22 (amd64) Using Discover update following error occurred: Package failed to install:Error while installing package: installed linux-image-6.1.0-32-amd64 package post-installation script subprocess returned error exit status 1 Ran following: uname -r 6.1.0-31-amd64

Re: no-code web builder application for Linux

2025-03-01 Thread Arbol One
25 11:58 PM, to...@tuxteam.de wrote: On Fri, Feb 28, 2025 at 10:16:18AM -0500, Arbol One wrote: Hello to all. I find myself looking for a way to increase productivity with the aid of an all purpose no-code web builder application for Linux. What I am looking for is something that is more suited for a

Re: no-code web builder application for Linux

2025-03-01 Thread Cindy Sue Causey
; > all purpose no-code web builder application for Linux. What I am > > > looking for > > > is something that is more suited for a small to medium business. > > I've taken plone and Drupal for short test-drives. Plone is python, > Drupal is PHP. These are officially

Re: no-code web builder application for Linux

2025-03-01 Thread Nicholas Geovanis
> On Fri, Feb 28, 2025 at 10:16:18AM -0500, Arbol One wrote: > > Hello to all. > > > > I find myself looking for a way to increase productivity with the aid of > an > > all purpose no-code web builder application for Linux. What I am looking > for > > is so

Re: no-code web builder application for Linux

2025-03-01 Thread Greg
On 2025-02-28, Arbol One wrote: > an all purpose no-code web builder application for Linux. What I am What is a web builder appplication and what does it do?

Re: no-code web builder application for Linux

2025-03-01 Thread Richard Owlett
On 2/28/25 11:58 PM, to...@tuxteam.de wrote: On Fri, Feb 28, 2025 at 10:16:18AM -0500, Arbol One wrote: Hello to all. I find myself looking for a way to increase productivity with the aid of an all purpose no-code web builder application for Linux. What I am looking for is something that is

Re: no-code web builder application for Linux

2025-03-01 Thread jeremy ardley
On 1/3/25 13:58, to...@tuxteam.de wrote: On Fri, Feb 28, 2025 at 10:16:18AM -0500, Arbol One wrote: Hello to all. I find myself looking for a way to increase productivity with the aid of an all purpose no-code web builder application for Linux. What I am looking for is something that is more

  1   2   3   4   5   6   7   8   9   10   >