Live data from Hacker News

Microsoft surprises with its first server Linux distribution: Azure Linux 4.0

zdnet.com

11–20 of 50 posts

Re: Microsoft surprises with its first server Linux distribution: Azure Linux 4.0

#13

It finally happened, 23 years later! /s https://web.archive.org/web/20251108032058/https://mslinux.o...

Heh.

> MS Linux is released under the provisions of the Gates Private License, which means you can freely use this Software on a single machine without warranty after having paid the purchase price and annual renewal fees.

Re: Microsoft surprises with its first server Linux distribution: Azure Linux 4.0

#14
I don’t really follow what they mean by no package manager. If you’re developing, won’t you need JavaScript or python or elixir or rust or go? This whole thing just run containers and your container still has to run some other distribution?

Re: Microsoft surprises with its first server Linux distribution: Azure Linux 4.0

#16

I don’t really follow what they mean by no package manager. If you’re developing, won’t you need JavaScript or python or elixir or rust or go? This whole thing just run containers and your container still has to run some other distribution?

These are called distroless. The concept is already existing for a while and it's used to ship your application, already packaged or built/transpiled by yourself.

Re: Microsoft surprises with its first server Linux distribution: Azure Linux 4.0

#17

It finally happened, 23 years later! /s https://web.archive.org/web/20251108032058/https://mslinux.o...

Heh. > MS Linux is released under the provisions of the Gates Private License, which means you can freely use this Software on a single machine without warranty after having paid the purchase price and annual renewal fees.

It arose as a joke site from /., when and where people still had a sense of humor.

Re: Microsoft surprises with its first server Linux distribution: Azure Linux 4.0

#18

I don’t really follow what they mean by no package manager. If you’re developing, won’t you need JavaScript or python or elixir or rust or go? This whole thing just run containers and your container still has to run some other distribution?

Flatcar (that it is based on) is designed to only run containers. So you don’t install any tools via a package manager, you would pull containers to do the work.

You can do one-off configuration by writing scripts to run when the machine first boots, but after that the whole system is immutable except for whatever containers you’ve configured

Post reply on HN