Re: Debian repository -- any well documented PDF to HTML converters?

2025-03-19 Thread Yassine Chaouche
Le 3/19/25 à 14:52, Richard Owlett a écrit : [...] I has a *problem*. The PDF can collapse sub-points. The HTML *cannot*. I think I saw a javascript code on emacswiki that does that for html exports from org-mode documents, but sorry, I didn't take any notes about it... Best, -- yassine -- s

[SOLVED] Re: macchanger - will not change MAC at boot

2025-03-19 Thread Hans
Am Mittwoch, 19. März 2025, 14:38:08 CET schrieb Greg: > On 2025-03-19, Hans wrote: > > Hi Geert, > > > > the desired goal is, that my original MAC will never appear after boot. As > > dpkg-reconfigure macchanger claims this to do, in real it does not. > > Seems we've been through this before in

Re: graphics card in debian

2025-03-19 Thread Greg
On 2025-03-19, wrote: > > On Wed, Mar 19, 2025 at 02:56:08PM -, Greg wrote: >> On 2025-03-19, wrote: >> >> >> How can I check the graphics card model of my computer and how can I >> >> >> test the floating-point computing capability of the graphics card? >> >> > sudo lspci -v | grep -A 1

Re: [SOLVED] Re: macchanger - will not change MAC at boot

2025-03-19 Thread Stefan Monnier
>> > the desired goal is, that my original MAC will never appear after boot. As >> > dpkg-reconfigure macchanger claims this to do, in real it does not. >> Seems we've been through this before in 2022 (sorry that it's Google Groups >> which I thought was defunct but anyway): >> https://groups.googl

Re: [SOLVED] Re: macchanger - will not change MAC at boot

2025-03-19 Thread Hans
Am Mittwoch, 19. März 2025, 16:24:15 CET schrieb Stefan Monnier: > >> > the desired goal is, that my original MAC will never appear after boot. > >> > As > >> > dpkg-reconfigure macchanger claims this to do, in real it does not. > >> > >> Seems we've been through this before in 2022 (sorry that it

Re: graphics card in debian

2025-03-19 Thread tomas
On Wed, Mar 19, 2025 at 03:28:06PM -, Greg wrote: [...] > I'm after nothing. Fine. Then we can consider the case resolved? Cheers -- t signature.asc Description: PGP signature

Re: macchanger - will not change MAC at boot

2025-03-19 Thread Hans
It is often leaving my LAN, because I am often on the road with my laptop. And it is not the lan interface important, but the wifi interface. But this is not the main point: I can change the MAC manually when I must or want. And my person is not the goal, I am thinking of the people, which wan

Re: recursively share NFS

2025-03-19 Thread Stefan Monnier
> In essence, what you are asking is "how can I re-share an NFS share > that I'm mounting as a client, to another client". > To the best of my knowledge, this is not possible. > > However, what *is* possible, because I've done it, is to mount an NFS > share and then share that via Samba. I assume

Re: recursively share NFS

2025-03-19 Thread Eben King
On 3/19/25 15:05, Greg Wooledge wrote: On Wed, Mar 19, 2025 at 14:53:51 -0400, Eben King wrote: I have this machine "alexandria". It mounts a directory from the nas via NFS. When I export a parent directory on alexandria, the mount point appears empty, even though you can ssh to it and see

Re: recursively share NFS

2025-03-19 Thread An Liu
AFAIK, Exporting a nfs mounted location is possible via nfs-ganesha An template config will be like Ganesha.conf: EXPORT { Export_ID = 1; Path = "/mnt/nfs_mount"; Pseudo = "/re_export"; Access_Type = RW; Protocols = 4; Transports = TCP; FSAL { Name = VFS

Re: recursively share NFS

2025-03-19 Thread Eben King
On 3/19/25 16:19, to...@tuxteam.de wrote: On Wed, Mar 19, 2025 at 02:53:51PM -0400, Eben King wrote: I have this machine "alexandria". It mounts a directory from the nas via NFS. When I export a parent directory on alexandria, the mount point appears empty, even though you can ssh to it and

Re: recursively share NFS

2025-03-19 Thread tomas
On Thu, Mar 20, 2025 at 01:29:39AM -0400, Eben King wrote: > > > On 3/19/25 16:19, to...@tuxteam.de wrote: > > On Wed, Mar 19, 2025 at 02:53:51PM -0400, Eben King wrote: > > > I have this machine "alexandria". It mounts a directory from the nas > > > via NFS. When I export a parent directory on

Re: macchanger - will not change MAC at boot

2025-03-19 Thread Dan Purgert
On Mar 19, 2025, Hans wrote: > Hi Geert, > > the desired goal is, that my original MAC will never appear after > boot. As dpkg-reconfigure macchanger claims this to do, in real it > does not. Is this PC physically leaving your LAN? If not, changing the MAC isn't going to do all that much. > >

Re: macchanger - will not change MAC at boot

2025-03-19 Thread Hans
Hi Geert, the desired goal is, that my original MAC will never appear after boot. As dpkg-reconfigure macchanger claims this to do, in real it does not. My background thouhgts are: When using maachanger in TAILS, then it will never protect the victim. Of course, one can always write a script,

Re: macchanger - will not change MAC at boot

2025-03-19 Thread Greg
On 2025-03-19, Hans wrote: > Hi Geert, > > the desired goal is, that my original MAC will never appear after boot. As > dpkg-reconfigure macchanger claims this to do, in real it does not. > Seems we've been through this before in 2022 (sorry that it's Google Groups which I thought was defunct bu

Re: Debian repository -- any well documented PDF to HTML converters?

2025-03-19 Thread Richard Owlett
On 3/19/25 8:59 AM, Yassine Chaouche wrote: Le 3/19/25 à 14:52, Richard Owlett a écrit : [...] I has a *problem*. The PDF can collapse sub-points. The HTML *cannot*. I think I saw a javascript code on emacswiki that does that for html exports from org-mode documents, but sorry, I didn't take

Re: graphics card in debian

2025-03-19 Thread tomas
On Wed, Mar 19, 2025 at 02:42:52PM -, Greg wrote: > On 2025-03-19, jeremy ardley wrote: > > > > On 19/3/25 11:04, tim wade wrote: > >> > >> How can I check the graphics card model of my computer and how can I > >> test the floating-point computing capability of the graphics card? > > > > > >

Re: graphics card in debian

2025-03-19 Thread Greg
On 2025-03-19, wrote: > >> >> How can I check the graphics card model of my computer and how can I >> >> test the floating-point computing capability of the graphics card? >> > sudo lspci -v | grep -A 1 -i "VGA compatible controller" >> I don't think you need elevated privileges for that. > >

Re: macchanger - will not change MAC at boot

2025-03-19 Thread Dan Purgert
On Mar 19, 2025, Hans wrote: > It is often leaving my LAN, because I am often on the road with my > laptop. And it is not the lan interface important, but the wifi > interface. For clarification -- I was saying "your LAN" in the sense of "home", not in reference to the interface. > [...] > Howeve

Re: recursively share NFS

2025-03-19 Thread Greg Wooledge
On Wed, Mar 19, 2025 at 14:53:51 -0400, Eben King wrote: > I have this machine "alexandria". It mounts a directory from the nas > via NFS. When I export a parent directory on alexandria, the mount > point appears empty, even though you can ssh to it and see everything > there that should be. How

Re: [SOLVED] Re: macchanger - will not change MAC at boot

2025-03-19 Thread Andy Smith
Hi, On Wed, Mar 19, 2025 at 04:34:48PM +0100, Hans wrote: > Am Mittwoch, 19. März 2025, 16:24:15 CET schrieb Stefan Monnier: > > >> Seems we've been through this before in 2022 (sorry that it's > > >> Google Groups which I thought was defunct but anyway): > > >> https://groups.google.com/g/linux.d

Re: graphics card in debian

2025-03-19 Thread tomas
On Wed, Mar 19, 2025 at 02:56:08PM -, Greg wrote: > On 2025-03-19, wrote: > > > >> >> How can I check the graphics card model of my computer and how can I > > >> >> test the floating-point computing capability of the graphics card? > > >> > sudo lspci -v | grep -A 1 -i "VGA compatible contr

recursively share NFS

2025-03-19 Thread Eben King
I have this machine "alexandria". It mounts a directory from the nas via NFS. When I export a parent directory on alexandria, the mount point appears empty, even though you can ssh to it and see everything there that should be. How do I get it to share the contents of that mount?