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

Re: no-code web builder application for Linux

2025-02-28 Thread tomas
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

no-code web builder application for Linux

2025-02-28 Thread Arbol One
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 small to medium business. In my research I found “https://zapier.com/blog/best-no-code

Re: Debian GNU/Linux 9 is now available - from Trixie?!

2024-12-31 Thread Rafał Lichwała
laptop and two PCs) and on all of them there is the same strange issue: Discover application (the one for app management under KDE Plasma) shows the green box (at the top of the app window) with text: "Debian GNU/Linux 9 is now available." - with button "Upgrade Now" on

Debian GNU/Linux 9 is now available - from Trixie?!

2024-12-31 Thread Rafał Lichwała
Hi, I've got Debian Trixie installed on three different machines (one laptop and two PCs) and on all of them there is the same strange issue: Discover application (the one for app management under KDE Plasma) shows the green box (at the top of the app window) with text: "Debian G

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-12 Thread Timothy M Butterworth
On Thu, Dec 12, 2024 at 11:39 AM Muhammad Nadeem Anjum wrote: > Dear Timothy, > > Thank you for sharing your experience and mentioning the Linux > Professional Institute (LPI). I’ve heard of LPI before, and it’s great to > know that you’ve already earned their Linux Essentia

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-12 Thread Muhammad Nadeem Anjum
Dear Timothy, Thank you for sharing your experience and mentioning the Linux Professional Institute (LPI). I’ve heard of LPI before, and it’s great to know that you’ve already earned their Linux Essentials and Security Essentials certifications—congratulations on those achievements! I

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-11 Thread Muhammad Nadeem Anjum
Dear John Doe, Yes, I am actively seeking job opportunities and looking to enhance my career in Linux administration and cloud administration. I am eager to find valuable resources and opportunities to grow my expertise in these domains. Best regards, Muhammad Nadeem Anjum On 30/11/2024

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-02 Thread Greg Wooledge
On Mon, Dec 02, 2024 at 11:45:11 +0100, Yassine Chaouche wrote: > Le 12/1/24 à 12:58, Andrew M.A. Cater a écrit : > > Debian official IRC channels are now pretty much all on oftc. liberachat is > > fine - and you may find the same folk are also on #debian in both - > > but you may well get directed

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-02 Thread Yassine Chaouche
Le 12/1/24 à 12:58, Andrew M.A. Cater a écrit : On Sun, Dec 01, 2024 at 09:42:34AM +0100, Yassine Chaouche wrote: Hello Muhammad! and for more real-time interaction I like to hang out on the #linux channel on liberachat IRC servers, or, if it's debian specific, on the #debian channel

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-01 Thread Andrew M.A. Cater
On Sun, Dec 01, 2024 at 09:42:34AM +0100, Yassine Chaouche wrote: > Hello Muhammad! > > and for more real-time interaction I like to hang out on the #linux channel > on liberachat IRC servers, > or, if it's debian specific, on the #debian channel (also on liberachat). >

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-01 Thread Yassine Chaouche
sometimes go to is the linuxquestions.org forums, and for more real-time interaction I like to hang out on the #linux channel on liberachat IRC servers, or, if it's debian specific, on the #debian channel (also on liberachat). Some specific software communities prefer to use other IRC servers like

Re: where is mail.log and the changing Linux ecosystem

2024-11-30 Thread tomas
On Sat, Nov 30, 2024 at 07:09:54PM -0500, Greg Wooledge wrote: > On Sun, Dec 01, 2024 at 11:02:07 +1100, George at Clug wrote: > > Is there a "list of coming major design changing in Linux" somewhere on the > > Internet? Could make my life easier if there was. > >

Re: where is mail.log and the changing Linux ecosystem

2024-11-30 Thread George at Clug
On Sunday, 01-12-2024 at 11:09 Greg Wooledge wrote: > On Sun, Dec 01, 2024 at 11:02:07 +1100, George at Clug wrote: > > Is there a "list of coming major design changing in Linux" somewhere on the > > Internet? Could make my life easier if there was. > > I wo

Re: where is mail.log and the changing Linux ecosystem

2024-11-30 Thread Greg Wooledge
On Sun, Dec 01, 2024 at 11:02:07 +1100, George at Clug wrote: > Is there a "list of coming major design changing in Linux" somewhere on the > Internet? Could make my life easier if there was. I would just like to point out that there isn't a single "Linux ecosystem&quo

Re: where is mail.log and the changing Linux ecosystem

2024-11-30 Thread George at Clug
nks for the cute video. I enjoyed watching and then reading through the comments, followed by some research on the topic. I have a hard enough time getting to know Linux, but the rate of change that is happening not only causes me confusion about what is current, but also adds the burden of rele

Re: Seeking Resources for Advanced Linux Server Administration

2024-11-30 Thread john doe
On 11/30/24 03:39, Muhammad Nadeem Anjum wrote: Dear Experts, We are not experts by any means. I am an experienced Linux server administrator, having started my journey with Red Hat Linux 6.0 in 1999. Over the years, I have worked with various Linux distributions such as CentOS and Ubuntu

Re: Seeking Resources for Advanced Linux Server Administration

2024-11-30 Thread Michael Kjörling
On 30 Nov 2024 07:39 +0500, from deb...@nexgntech.com (Muhammad Nadeem Anjum): > I would greatly appreciate it if you could recommend any active mailing > lists, forums, or discussion groups where Linux server administrators > regularly exchange ideas, troubleshoot issues, and share

Seeking Resources for Advanced Linux Server Administration

2024-11-29 Thread Muhammad Nadeem Anjum
Dear Experts, I am an experienced Linux server administrator, having started my journey with Red Hat Linux 6.0 in 1999. Over the years, I have worked with various Linux distributions such as CentOS and Ubuntu Server, addressing diverse requirements and applications. My past experience

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-25 Thread gene heskett
On 11/24/24 12:06, Hans wrote: Hello Alexander, thank you very much for your response. Short answer: Not usable. Hmm, that is a pity. Long answer: As a rule of thumb, never trust AliExpress product descriptions. +100 or more. I bought a voron trident, $1300 + ship, 3 years ago? Carton a

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-25 Thread Alexander V. Makartsev
On 24.11.2024 22:05, Hans wrote: Long answer: As a rule of thumb, never trust AliExpress product descriptions. You have to always look up _specifications_ on Intel official website or websites of other vendors.Seller claims this device has N100 CPU [1], but in Characteristics section it is actual

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Stefan Monnier
> I am frustrated that I cannot perceive any performance improvements in > CPUs since the 4th Gen i7s. This is likely due to the software I use > does not gain any perceptible improvement from running on > a faster CPU? Not really, it's simply that, since the end of [Dennard scaling](https://en.wi

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread George at Clug
On Monday, 25-11-2024 at 03:39 Stefan Monnier wrote: > > a CPU that is less than the performance of an i5. > > Side note: such a description is not very useful because a 10 year old > i7 can be significantly less powerful than a recent i3. While ymmv is valid, I favour i7 CPUs (and Ryzen 7) ov

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread George at Clug
. Using a Store has some advantages in providing some form of "vetting" of software that is admitted to the store. This is a security concept, similar to how I (usually) only install programs for Linux from Debian's repositories, and only deviate if the software is well known

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Jeffrey Walton
On Sun, Nov 24, 2024 at 12:52 PM wrote: > > Ahh, ok, thanks -- that's pretty clear that there is no memory slot, and, even > though I wouldn't use the laptop for much -- to demo some software "on the > road", 4 MB is very limiting. The SSD might be soldered onto the motherboard, too. I found that

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread rhkramer
You're mostly right, I'm not terribly sorry, but I don't use it on every email or post I make -- on debian-user typically only the first post in a thread I might start or possibly in the first comment I make to a thread. I've fixed the sig separator. But let me ask you, do you complain to those

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Tom Furie
On Sun, Nov 24, 2024 at 12:34:17PM -0500, rhkra...@gmail.com wrote: > But let me ask you, do you complain to those that quote all or most of the > previous posts in a thread when they have no relevant comment about most of > what they've quoted? Now and then, yes. Though it often doesn't have m

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread rhkramer
Thanks to all who replied. With only 4 GB, I'm not interested in that laptop, but I was maybe most concerned about S-mode (in Windows). I assume that would not keep me from installing Linux, I mean, presumably I can still get into the BIOS (or the newer (to me) style of BIOS) and load

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Hans
Hello Alexander, thank you very much for your response. > Short answer: Not usable. Hmm, that is a pity. > Long answer: > As a rule of thumb, never trust AliExpress product descriptions. > You have to always look up _specifications_ on Intel official website or > websites of other vendors.Sel

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Stefan Monnier
> a CPU that is less than the performance of an i5. Side note: such a description is not very useful because a 10 year old i7 can be significantly less powerful than a recent i3. Stefan

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Dan Ritter
Hans wrote: > I discovered some small laptops (10 inch and 7 inch), with an Intel N100 > processor, up to 16 GB RAM and ump to 1 TB disk. But shipped with windows. > > 2 questions: > > 1. Does one have any experience, if the N100 cpu is usable for fluently work? > These processors are also b

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread rhkramer
Ahh, ok, thanks -- that's pretty clear that there is no memory slot, and, even though I wouldn't use the laptop for much -- to demo some software "on the road", 4 MB is very limiting. On Saturday, November 23, 2024 06:39:12 PM George at Clug wrote: > The link you provided about the Laptop states

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Alexander V. Makartsev
On 24.11.2024 14:21, Hans wrote: Following the discussion here, iI would like to ask something. I discovered some small laptops (10 inch and 7 inch), with an Intel N100 processor, up to 16 GB RAM and ump to 1 TB disk. But shipped with windows. 2 questions: 1. Does one have any experience, if

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Hans
ke network analysis, data rescue, office and much more. It shall run debian, kali-linux, maybe athena-os and (as it is already installed) Windows_11. Most important is ruinning debian and kali. However, the question is: Will the N100 be fast enough for fluently working with it? (My comparision is

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread tomas
On Sun, Nov 24, 2024 at 09:51:16AM +0100, Geert Stappers wrote: [...] > Way too kind. > > Calling cheap asses cheap asses is IMNSHO better kindness for mankind. Don't be so harsh on people. Rather be harsh on the corps fleecing them. Trying to get a cheap computer is understandable if your bud

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-24 Thread Geert Stappers
that I will be able to load Linux on > > that > > laptop -- can anyone tell me for sure? That should be the vendor. And if the vendor doesn't care, don't care about that vendor. > > PS: I'd also want to expand the RAM and I have to find out if I can do that. >

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-23 Thread rhkramer
Oops, failed to send to the list -- resending. On Saturday, November 23, 2024 06:15:45 PM George at Clug wrote: > On Sunday, 24-11-2024 at 07:44 rhkra...@gmail.com wrote: > > Ahh, with respect to RAM, there is an empty SODIMM slot and at least one > > site has installed an 8 GB stick there for a t

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-23 Thread George at Clug
Hi, The link you provided about the Laptop states: "Memory Slot (Available) 0", indicating you would not be able to upgrade the memory. I believe you can put in an M.2 NVMe and then install Linux to that NVMe, that way you can still boot Windows as well as Linux? I would be

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-23 Thread George at Clug
On Sunday, 24-11-2024 at 07:44 rhkra...@gmail.com wrote: > Ahh, with respect to RAM, there is an empty SODIMM slot and at least one site > has installed an 8 GB stick there for a total of 12 GB -- I'm not sure what > the maximum additional RAM could be. (The factory installed 4 GB is soldered

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-23 Thread Andrew M.A. Cater
On Sat, Nov 23, 2024 at 03:38:56PM -0500, rhkra...@gmail.com wrote: > I see an attractive deal on a laptop that is shipped with Windows 11 in > S-mode > (link below). > > I assume (I know), but am not sure that I will be able to load Linux on that > laptop -- can anyon

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-23 Thread Charles Curley
On Sat, 23 Nov 2024 15:38:56 -0500 rhkra...@gmail.com wrote: > 64GB SSD Sorry, I can't tell you for sure if Linux will load on one of these, not having done the experiment. I can tell you that I would not plan on dual booting. I have Windows 11 on two of my machines here, and have sh

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-23 Thread Tom Furie
On Sat, Nov 23, 2024 at 03:38:56PM -0500, rhkra...@gmail.com wrote: > > Rh Kramer > > -- > rhk > > | Sorry about the sig -- some people think it is too long -- it is my soapbox. No, you aren't, and you know you aren't. So drop the fake apology. Over 40 lines of sig on an approx 20 line email! At

Re: Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-23 Thread rhkramer
Ahh, with respect to RAM, there is an empty SODIMM slot and at least one site has installed an 8 GB stick there for a total of 12 GB -- I'm not sure what the maximum additional RAM could be. (The factory installed 4 GB is soldered in). On Saturday, November 23, 2024 03:38:56 PM rhkra...@gmail.

Linux on a Laptop shipped with Windows 11 in S-mode

2024-11-23 Thread rhkramer
I see an attractive deal on a laptop that is shipped with Windows 11 in S-mode (link below). I assume (I know), but am not sure that I will be able to load Linux on that laptop -- can anyone tell me for sure? PS: I'd also want to expand the RAM and I have to find out if I can do that. c

Re: Smart UPS-communication setup failure against linux cluster

2024-11-18 Thread john doe
On 11/18/24 12:45, Gupta, Tulika wrote: Dear support team I have purchased a new APC UPS which I want to connect with four Linux Debian clusters. The APC UPS Model: SURTD3000XLIM (APC model) has one serial com connector and one USB connector on the back of the UPS. Two cables were provided

Re: Smart UPS-communication setup failure against linux cluster

2024-11-18 Thread Charles Curley
le (goes to the serial com connector of UPS) and > also b) an USB-A to mini-USB cable connector. I used both the cables > to connect to our two Linux clusters. That last sentence is your first mistake. You should use either the serial cable or the USB cable, not both. Connect it to one compute

Smart UPS-communication setup failure against linux cluster

2024-11-18 Thread Gupta, Tulika
Dear support team I have purchased a new APC UPS which I want to connect with four Linux Debian clusters. The APC UPS Model: SURTD3000XLIM (APC model) has one serial com connector and one USB connector on the back of the UPS. Two cables were provided alongwith the UPS purchase- a) RJ-45 to DB

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread jeremy ardley
On 13/10/24 08:36, William Torrez Corea wrote: I configure a file for example /etc/network/interfaces.d Configure the file, save and exit but the changes are not made. I need to make a second configuration. For me it is a waste of time. What happened? -- With kindest regards, William.

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Charles Curley
On Sat, 12 Oct 2024 18:36:34 -0600 William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d /etc/network/interfaces.d is a directory; I suspect you mean you write a configuration file in /etc/network/interfaces.d. > > Configure the file, save and exit but the chan

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Dan Ritter
se to happen? Most Linux systems do not monitor their config files for changes and then adopt them automatically. (There are a few programs that do, but they are exceptions.) For interfaces.d, I would expect a change after an ifup/ifdown command. If the file is not saved to disk, there are bigger problems. -dsr-

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Greg Wooledge
On Sat, Oct 12, 2024 at 18:36:34 -0600, William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d That's a directory, not a file. > Configure the file, save and exit but the changes are not made. I need to > make a second configuration. > > For me it is a waste of ti

Configuration of files on Debian GNU/Linux

2024-10-12 Thread William Torrez Corea
I configure a file for example /etc/network/interfaces.d Configure the file, save and exit but the changes are not made. I need to make a second configuration. For me it is a waste of time. What happened? -- With kindest regards, William. *Larry Wall invented a messy programming language --

Re: Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Michael
On Wednesday, October 9, 2024 11:30:36 AM CEST, Alexis Grigoriou wrote: root@architect:~# dpkg -l 'linux-image*' if someone would ask me, i would recommend to type (as root): get rid of the old/unnecessary files: # apt-get --purge autoremove reinstall the current kernel:

Re: Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Max Nikulin
On 09/10/2024 16:30, Alexis Grigoriou wrote: root@architect:~# apt-cache policy linux-image-amd64 linux-image-amd64: Installed: (none) Install this package and it will pull latest kernel. Perhaps you need to fix nvidia issues as well.

Re: Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Greg Wooledge
On Wed, Oct 09, 2024 at 05:55:34 -0400, Timothy M Butterworth wrote: > What version of Debian are you running? You should not have kernel 5.10.0 > and 6.1.0. He doesn't. The vast majority of those kernel packages are in the "rc" state (removed, but configuration files are not purged). Most likel

Re: Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Alexis Grigoriou
chitect:~# cat /etc/apt/sources.list # deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main #deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main deb http://deb.debian.org/debian/ bookworm main non

Re: Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Timothy M Butterworth
> this kernel. All other Bookworm installations are running 6.1.0.26- > > > amd64. I installed 6.1.0.26 manually but I got a lot of errors > > > during > > > boot and no GUI. > > > > > From the affected system, please show the output of: > > > >

Re: Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Michael Kjörling
On 9 Oct 2024 12:30 +0300, from ale...@nanoid.net (Alexis Grigoriou): > This is an excerpt from /etc/syslog: > > 2024-10-07T19:33:45.474746+03:00 architect systemd-modules-load[320]: > Error running install command 'modprobe nvidia-modeset ; modprobe -i > nvidia-current-drm ' for module nvidia_drm

Re: Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Alexis Grigoriou
t; amd64. I installed 6.1.0.26 manually but I got a lot of errors > > during > > boot and no GUI. > > > From the affected system, please show the output of: > > $ apt-cache policy linux-image-amd64 root@architect:~# apt-cache policy linux-image-amd64 linux-image-a

Re: Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Michael Kjörling
t and no GUI. >From the affected system, please show the output of: $ apt-cache policy linux-image-amd64 $ dpkg -l 'linux-image*' $ sudo cat /etc/apt/preferences /etc/apt/preferences.d/* 2>/dev/null IIRC the kernel issues were around 6.1.0-13, so if your system is on 6.1.0-

Stuck with linux 6.1.0.17-amd64

2024-10-09 Thread Alexis Grigoriou
Hello list, It seems like one of my Debian Bookworm installations is stuck on this kernel. All other Bookworm installations are running 6.1.0.26- amd64. I installed 6.1.0.26 manually but I got a lot of errors during boot and no GUI. I remember there was an issue regarding a kernel update a few

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-22 Thread David Wright
(-0500), Richard Owlett wrote: > > > > > Is the AMD64 version of "Debian GNU/Linux Installation Guide" > > > > > available as a single file. > > > > > > > > > > I need it available when the network is not. > > > > > &

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-22 Thread Richard Owlett
On 09/19/2024 09:16 AM, Richard Owlett wrote: Is the AMD64 version of "Debian GNU/Linux Installation Guide" available as a single file. I need it available when the network is not. IF you have *already* installed Debian, the individual HTML files and compressed copies of the PDF

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-21 Thread Richard Owlett
On 09/20/2024 10:57 AM, David Wright wrote: On Fri 20 Sep 2024 at 07:53:28 (-0500), Richard Owlett wrote: On 09/19/2024 10:04 AM, David Wright wrote: On Thu 19 Sep 2024 at 09:16:25 (-0500), Richard Owlett wrote: Is the AMD64 version of "Debian GNU/Linux Installation Guide" avai

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-20 Thread David Wright
On Fri 20 Sep 2024 at 07:53:28 (-0500), Richard Owlett wrote: > On 09/19/2024 10:04 AM, David Wright wrote: > > On Thu 19 Sep 2024 at 09:16:25 (-0500), Richard Owlett wrote: > > > Is the AMD64 version of "Debian GNU/Linux Installation Guide" > > > available as

  1   2   3   4   5   6   7   8   9   10   >