BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Port Scanning
- Subject: [Discuss] Port Scanning
- From: markw at mohawksoft.com (markw at mohawksoft.com)
- Date: Sat, 10 Aug 2024 09:26:03 -0400
- In-reply-to: <20240810084927.112f285f.Richard.Pieri@gmail.com>
- References: <20240801182824.4bf21319.Richard.Pieri@gmail.com> <f6d905fd-7886-4cf2-9b02-f6d89f60adf0@borg.org> <20240801214606.5bebc46a.Richard.Pieri@gmail.com> <20c3240d-184f-4c84-b4ed-7680ac5301bd@borg.org> <CAJFsZ=o7btMacs-OqTB0908ehYkZCFGtupLkNi59C9K8XV6zKQ@mail.gmail.com> <20240804112131.195b6e56.Richard.Pieri@gmail.com> <CAJFsZ=roiGszBrbv6CzFY57V=fBe9CnZKqBi-eSUQ8eTHPr8_A@mail.gmail.com> <0b343b65-a7f6-4800-9925-aa9d08a62f82@syntheticblue.com> <20240806154705.ubfekthzywobbfn5@randomstring.org> <83a6b5f4-f82c-40e9-98ad-79681e04d9f2@syntheticblue.com> <20240806170304.2bhs5pxr2v4nytj7@randomstring.org> <20240809113255.75d77661@mydesk.domain.cxm> <e9b606a1fd6e66246af4dff99981aa69.squirrel@mail.mohawksoft.com> <20240810084927.112f285f.Richard.Pieri@gmail.com>
> On Fri, 9 Aug 2024 18:07:27 -0400 > markw at mohawksoft.com wrote: > >> There was no failure, it was nothing more than constantly evolving >> technology adjusting to new realities. > > This. > > I've ranted about how ShareLaTeX, now Overleaf(?), abuses containers to > distribute garbage code. Here are some counter-examples that I use > daily. [snip] Hate the player, not the game :-) The basic container system in Linux is LXC. All the other containers systems spring from it. I don't think docker uses it anymore, but it used to. Docker certainly uses the same kernel facilities that LXC uses. I HATE docker, its a mess. I hate Kubernetes because it is a big bloated management environment for Docker. I have been using "podman" which is a container environment that can use docker containers without the docker process and security vulnerabilities. LXC with name spaces, layered file systems, network isolation, cgroups, user ids, etc. Provide a very good strategy for layering container file systems. An overlay file system is the key to a read-only OS file system. There is a notion of "lower" "upper" and "merged." The "lower" file system is your read-only OS. The "upper" file system is everything you want added or changed to the read-only OS layer, and the "merged" is the overlay. When you open a file, say /usr/shar/fubar. The "upper" file system is searched, then the "upper" file system. The "merged" file system view's the "lower" file system through the "upper" file system. There was/is an option on Raspbian to use an overlay FS on the SD card (as "lower") and have the "upper" a ramdisk. That way you don't write to the SD card and thus extend its life. This is kind of what MacOS is doing. There's no reason why it wouldn't be fairly trivial to do with desktop or server Linux. I think there will be a consolodated "winner" in the app container space.
- References:
- [Discuss] Port Scanning
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Port Scanning
- From: kentborg at borg.org (Kent Borg)
- [Discuss] Port Scanning
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Port Scanning
- From: kentborg at borg.org (Kent Borg)
- [Discuss] Port Scanning
- From: bogstad at pobox.com (Bill Bogstad)
- [Discuss] Port Scanning
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Port Scanning
- From: bogstad at pobox.com (Bill Bogstad)
- [Discuss] Port Scanning
- From: daniel at syntheticblue.com (Daniel M Gessel)
- [Discuss] Port Scanning
- From: dsr at randomstring.org (Dan Ritter)
- [Discuss] Port Scanning
- From: daniel at syntheticblue.com (Daniel M Gessel)
- [Discuss] Port Scanning
- From: dsr at randomstring.org (Dan Ritter)
- [Discuss] Port Scanning
- From: slitt at troubleshooters.com (Steve Litt)
- [Discuss] Port Scanning
- From: markw at mohawksoft.com (markw at mohawksoft.com)
- [Discuss] Port Scanning
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Port Scanning
- Prev by Date: [Discuss] Port Scanning
- Next by Date: [Discuss] Port Scanning
- Previous by thread: [Discuss] Port Scanning
- Next by thread: [Discuss] Port Scanning
- Index(es):