• Re: Did you know there was "Fresh Linux"?

    From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.advocacy,comp.sys.mac.advocacy on Wed Aug 27 02:35:38 2025
    From Newsgroup: comp.sys.mac.advocacy

    On 26 Aug 2025 15:33:21 GMT, vallor wrote:

    Is there even docker for a Mac?

    I recall news of Apple coming up with their own answer to Microsoft’s
    WSL2.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From candycanearter07@candycanearter07@candycanearter07.nomail.afraid to comp.os.linux.advocacy,comp.sys.mac.advocacy on Fri Aug 29 19:20:03 2025
    From Newsgroup: comp.sys.mac.advocacy

    Lawrence D’Oliveiro <ldo@nz.invalid> wrote at 02:35 this Wednesday (GMT):
    On 26 Aug 2025 15:33:21 GMT, vallor wrote:

    Is there even docker for a Mac?

    I recall news of Apple coming up with their own answer to Microsoft’s WSL2.


    I thought they were running on a UNIX kernel.
    --
    user <candycane> is generated from /dev/urandom
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tyrone@none@none.none to comp.os.linux.advocacy,comp.sys.mac.advocacy on Fri Aug 29 23:44:25 2025
    From Newsgroup: comp.sys.mac.advocacy

    On Aug 29, 2025 at 3:20:03 PM EDT, "candycanearter07" <candycanearter07@candycanearter07.nomail.afraid> wrote:

    Lawrence D’Oliveiro <ldo@nz.invalid> wrote at 02:35 this Wednesday (GMT):
    On 26 Aug 2025 15:33:21 GMT, vallor wrote:

    Is there even docker for a Mac?

    I recall news of Apple coming up with their own answer to Microsoft’s
    WSL2.


    I thought they were running on a UNIX kernel.

    Yes, Macs run Unix. But Apple has a new, faster way of running Linux VMs, mainly for development purposes. It has been possible for years using Docker.
    Now they have "containers".

    See:

    <https://www.macforce.com/blog/apples-linux-container-revolution-a-complete-guide-for-mac-users>

    for details.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From vallor@vallor@cultnix.org to comp.os.linux.advocacy,comp.sys.mac.advocacy on Sat Aug 30 02:26:12 2025
    From Newsgroup: comp.sys.mac.advocacy

    On Fri, 29 Aug 2025 23:44:25 +0000, Tyrone <none@none.none> wrote in <wU2dnf2BGarEpi_1nZ2dnZfqn_udnZ2d@supernews.com>:

    On Aug 29, 2025 at 3:20:03 PM EDT, "candycanearter07" <candycanearter07@candycanearter07.nomail.afraid> wrote:

    Lawrence D’Oliveiro <ldo@nz.invalid> wrote at 02:35 this Wednesday
    (GMT):
    On 26 Aug 2025 15:33:21 GMT, vallor wrote:

    Is there even docker for a Mac?

    I recall news of Apple coming up with their own answer to Microsoft’s
    WSL2.


    I thought they were running on a UNIX kernel.

    Yes, Macs run Unix. But Apple has a new, faster way of running Linux
    VMs,
    mainly for development purposes. It has been possible for years using Docker.
    Now they have "containers".

    See:

    <https://www.macforce.com/blog/apples-linux-container-revolution-a-
    complete-guide-for-mac-users>

    for details.

    Another great idea from the World of Linux.

    BTW, containers aren't just for development: I recently installed
    a docker instance that handles document imaging. Ran some tests yesterday, both from this machine, and from Mrs. vallor's Mac Studio. Runs great.

    Next, I need to move the ScanSnap to the Mac, so she can start
    scanning in the "keep" pile. (She's been organizing paperwork
    into "keep" and "shred".)

    Back when our business offered "vps" service for customers, they were
    all containers. But nowadays, one can get a Digital Ocean "droplet"
    for as little as $6/mo -- and that's not a container, that's virtualized
    Linux.
    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090Ti 24G
    OS: Linux 6.16.4 D: Mint 22.1 DE: Xfce 4.18
    NVIDIA: 580.76.05 Mem: 258G
    "A mainframe: The biggest PC peripheral available."
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.advocacy,comp.sys.mac.advocacy on Sat Aug 30 06:30:14 2025
    From Newsgroup: comp.sys.mac.advocacy

    On Fri, 29 Aug 2025 19:20:03 -0000 (UTC), candycanearter07 wrote:

    Lawrence D’Oliveiro <ldo@nz.invalid> wrote at 02:35 this Wednesday
    (GMT):

    On 26 Aug 2025 15:33:21 GMT, vallor wrote:

    Is there even docker for a Mac?

    I recall news of Apple coming up with their own answer to
    Microsoft’s WSL2.

    I thought they were running on a UNIX kernel.

    Not AT&T Unix, I think it’s based on an old version of BSD with a
    bastardized Mach microkernel or something strange like that.

    Did you know that at one time Apple tried to sell servers? That it had
    a version of macOS (OS X at that time) called “OS X Server”, and
    special “XServe” hardware to run it on?

    It was quite amusing to see some benchmarks in a review, comparing
    Apple’s own server OS to Linux, showing that Linux could achieve
    better performance than Apple could manage -- on Apple’s own hardware!
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.advocacy,comp.sys.mac.advocacy on Sat Aug 30 06:31:41 2025
    From Newsgroup: comp.sys.mac.advocacy

    On Fri, 29 Aug 2025 23:44:25 +0000, Tyrone wrote:

    Yes, Macs run Unix. But Apple has a new, faster way of running Linux
    VMs, mainly for development purposes. It has been possible for years
    using Docker. Now they have "containers".

    They call it “containers”, but that would mean running multiple
    userlands under a common kernel, which macOS can’t do.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.advocacy,comp.sys.mac.advocacy,comp.os.ms-windows.advocacy on Mon Sep 1 05:51:05 2025
    From Newsgroup: comp.sys.mac.advocacy

    On Mon, 01 Sep 2025 04:04:46 +0000, Tyrone wrote:

    MacOS (Unix) has both docker and containers.

    Docker is a kind of container.

    And no, MacOS doesn’t have that. It has to use Linux to get that.

    Windows 11 Pro (or Home same price) for $9.50 per Mac is fine with me. Finally, a realistic price for Windows 11.

    Is that all Microsoft can afford to pay you?
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tyrone@none@none.none to comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy on Mon Sep 1 16:41:15 2025
    From Newsgroup: comp.sys.mac.advocacy

    On Sep 1, 2025 at 1:51:05 AM EDT, "Lawrence D´Oliveiro" <ldo@nz.invalid> wrote:

    On Mon, 01 Sep 2025 04:04:46 +0000, Tyrone wrote:

    MacOS (Unix) has both docker and containers.

    Docker is a kind of container.

    And no, MacOS doesn’t have that. It has to use Linux to get that.

    Yes, MacOS has that. Apple created their own containers using their own Linux kernel. Docker can still be used, but is no longer needed.

    Windows 11 Pro (or Home same price) for $9.50 per Mac is fine with me.
    Finally, a realistic price for Windows 11.

    Is that all Microsoft can afford to pay you?

    Wow. That was almost clever.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy on Mon Sep 1 22:42:45 2025
    From Newsgroup: comp.sys.mac.advocacy

    On Mon, 01 Sep 2025 16:41:15 +0000, Tyrone wrote:

    On Sep 1, 2025 at 1:51:05 AM EDT, "Lawrence D´Oliveiro" <ldo@nz.invalid> wrote:

    On Mon, 01 Sep 2025 04:04:46 +0000, Tyrone wrote:

    MacOS (Unix) has both docker and containers.

    Docker is a kind of container.

    And no, MacOS doesn’t have that. It has to use Linux to get that.

    Yes, MacOS has that. Apple created their own containers using their own
    Linux kernel.

    Like I said, it has to use Linux to get that.

    Can you run MacOS containers under MacOS? No.

    No Linux, no containers.

    Windows 11 Pro (or Home same price) for $9.50 per Mac is fine with me.
    Finally, a realistic price for Windows 11.

    Is that all Microsoft can afford to pay you?

    Wow. That was almost clever.

    Who would pay money to Microsoft for such an OS?
    --- Synchronet 3.21a-Linux NewsLink 1.2