News: 0001525484

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Microsoft Continues Enhancing Its Azure Linux 3.0 Distribution With February Update

([Microsoft] 6 Hours Ago Azure Linux 3.0.20250206)


Microsoft engineers released Azure Linux 3.0.20250206 overnight as the newest monthly update to this in-house Microsoft Linux distribution that is used within their Azure cloud infrastructure and a variety of other purposes at the Redmond company.

There are several kernel changes, numerous package updates, and other alterations to Azure Linux 3.0 over the past few weeks. Some of the release highlights for Azure Linux 3.0.20250206 include:

- IPMI Tool (ipmitool) now supports the 64K page size kernels on AArch64.

- LZ4 compression support is now enabled for PostgreSQL.

- Added a shell variable override to /bin/bash by default.

- Enabled support for the Prometheus exporter in Haproxy.

- Added ARM64 FIPS image definition.

- Added a Valkey container as replacement for Redis.

- Added missing kernel modules for IPTables.

- Performance improvements via new kernel configuration parameter tuning.

- Enabling DRM acceleration and Intel IVPU (NPU) driver support.

- Enabling NUMA balancing and the uclamp task feature.

- Dozens of bug fixes.

- Dozens of package updates to address various security issues and more.

Downloads and more information on the Azure Linux 3.0 update for February 2025 via [1]GitHub .



[1] https://github.com/microsoft/azurelinux/releases/tag/3.0.20250206-3.0



phoronix

As part of an ongoing effort to keep you, the Fortune reader, abreast of
the valuable information that daily crosses the USENET, Fortune presents:

News articles that answer *your* questions, #1:

Newsgroups: comp.sources.d
Subject: how do I run C code received from sources
Keywords: C sources
Distribution: na

I do not know how to run the C programs that are posted in the
sources newsgroup. I save the files, edit them to remove the
headers, and change the mode so that they are executable, but I
cannot get them to run. (I have never written a C program before.)

Must they be compiled? With what compiler? How do I do this? If
I compile them, is an object code file generated or must I generate
it explicitly with the > character? Is there something else that
must be done?