Linux
2.23K subscribers
2.72K photos
19 videos
10.8K links
Новости Линукс Linux

По всем вопросам @evgenycarter
Download Telegram
Qualcomm поглощает Arduino. Представлены плата Arduino UNO Q и среда разработки Arduino App Lab

Компания Arduino, занимающаяся проектированием и разработкой открытых плат на базе микроконтроллеров, объявила о продаже бизнеса компании Qualcomm Technologies. Сумма сделки не разглашается. Отмечается, что присоединение к Qualcomm позволит расширить возможности Arduino по продвижению открытых аппаратных устройств по всему миру.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64014
Understanding the interaction between Microsoft Defender for Identity and Secure Score

Microsoft Defender for Identity and Microsoft Secure Score work together to strengthen identity security across on-premises Active Directory and cloud-based Microsoft Entra ID environments by detecting threats and providing actionable recommendations. This article explains how both tools interact, their technical requirements, and what the new recommendations announced in September 2025 mean for organizations.
Source

👉@sysadminoff

https://4sysops.com/archives/understanding-the-interaction-between-microsoft-defender-for-identity-and-secure-score/
📰 Python 3.14 Released With Performance Improvements, Free-Threading & Zstd

Python 3.14 is now available as the newest annual major feature release for the Python programming language...

🔗 Source:

👉@sysadminoff

https://www.phoronix.com/news/Python-3.14
📰 Linux 6.18 Lands Initial Framework For USB Driver Rust Bindings

In addition to a lot of rust code merged last week for Linux 6.18, more Rust code has since landed by way of the char/misc pull request...

🔗 Source:

👉@sysadminoff

https://www.phoronix.com/news/Linux-6.18-Rust-USB-Framework
Newsraft 0.34

Состоялись выпуски Newsraft 0.33 и 0.34, консольной программы для просмотра RSS-лент. Проект во многом вдохновлён Newsboat и преследует цель быть его облегчённым аналогом.
Примечательные возможности Newsraft:

параллельные загрузки;
группировка лент по разделам;
настройки для открытия ссылок любой командой;
просмотр новостей всех лент в explore-режиме;
автоматические обновления лент и разделов;
назначение нескольких действий для клавиш;
текстовый поиск по заголовкам и содержанию новостей;
сортировка по времени, алфавиту, прочитанности;
детальные отчёты об ошибках при обновлениях;
поддержка практически всех форматов лент;
импорт/экспорт лент в формате OPML.

( читать дальше... )



 c, feed, rss, terminal, от автора

👉@sysadminoff

https://www.linux.org.ru/news/opensource/18103858
Ubuntu 25.10: Discover the Best New Features

Ubuntu 25.10 is out on 9 October, and for a release fronted by a ‘Questing Quokka’, it’s certainly stuffed a lot stuffed inside its knapsack! From foundational changes that bolster the distro’s boot processes and Rust-ify core system components to new apps and desktop features — there’s a lot to love in the latest Ubuntu release. The changes highlighted below are available to everyone from 9 October 2025, when Ubuntu 25.10 is officially released. A couple of tweaks only affect a fresh install rather than an in-place upgrade from Ubuntu 25.04, so keep that in mind. No doubt you’re keen […]
You're reading Ubuntu 25.10: Discover the Best New Features, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

👉@sysadminoff

https://www.omgubuntu.co.uk/2025/10/ubuntu-25-10-new-features
📰 Ubuntu 25.10: Discover the Best New Features

Ubuntu 25.10 is out on 9 October, and for a release fronted by a ‘Questing Quokka’, it’s certainly stuffed a lot stuffed inside its knapsack! From foundational changes that bolster the distro’s boot processes and Rust-ify core system components to new apps and desktop features — there’s a lot to love in the latest Ubuntu release. The changes highlighted below are available to everyone from 9 October 2025, when Ubuntu 25.10 is officially released.

🔗 Source:

👉@sysadminoff

https://www.omgubuntu.co.uk/2025/10/ubuntu-25-10-new-features
Выпуск nginx 1.29.2 и форка FreeNginx 1.29.2

Опубликован выпуск основной ветки nginx 1.29.2, в которой продолжается развитие новых возможностей. В параллельно поддерживаемую стабильную ветку 1.28.x вносятся только изменения, связанные с устранением серьёзных ошибок и уязвимостей. В дальнейшем на базе основной ветки 1.29.x будет сформирована стабильная ветка 1.30. Код проекта написан на языке Си и распространяется под лицензией BSD.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64015
Python 3.14

Вышел Python 3.14.Из новшеств: официальная поддержка свободной многопоточности (free-threading, PEP 779);
новый модуль compression.zstd для сжатия согласно Zstandard (PEP 784);
выражения except и except* теперь могут записываться без скобок (PEP 758);
многое другое.
См. также обзор на YouTube о производительности свежих версий Python.



 python

👉@sysadminoff

https://www.linux.org.ru/news/development/18103545
Компания Cisco выпустила антивирусный пакет ClamAV 1.5.0

После более года разработки компания Cisco опубликовала выпуск свободного антивирусного пакета ClamAV 1.5.0. Проект перешёл в руки Cisco в 2013 году после покупки компании Sourcefire, развивающей ClamAV и Snort. Код проекта распространяется под лицензией GPLv2. Ветка 1.5.0 отнесена к категории обычных (не LTS), обновления к которым публикуются как минимум в течение 4 месяцев после выхода первого релиза следующей ветки. Возможность загрузки базы сигнатур для не-LTS веток также обеспечивается как минимум ещё 4 месяца после выпуска следующей ветки.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64016
A Brief Introduction to Makefiles and GNU Make for Beginners

The post A Brief Introduction to Makefiles and GNU Make for Beginners first appeared on Tecmint: Linux Howtos, Tutorials & Guides .GNU Make is a development utility that determines which parts of a particular code base need to be recompiled and
The post A Brief Introduction to Makefiles and GNU Make for Beginners first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

👉@sysadminoff

https://www.tecmint.com/introduction-to-makefiles-gnu-make/
Выпуск языка программирования Python 3.14

После года разработки опубликован значительный выпуск языка программирования Python 3.14. Новая ветка будет поддерживаться в течение полутора лет, после чего ещё три с половиной года для неё будут формироваться исправления с устранением уязвимостей.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64017
📰 Linux 6.18 exFAT Driver Lands An Enticing Optimization

In addition to the NTFS3 driver changes to land last week for the Linux 6.18 kernel, the exFAT file-system driver for that other Microsoft file-system has also seen some notable updates this cycle...

🔗 Source:

👉@sysadminoff

https://www.phoronix.com/news/Linux-6.18-exFAT-File-System
📰 UpCloud Becomes Linuxiac’s New Home: Here’s Why I Made the Move

Linuxiac now runs on UpCloud! Here’s why I decided to make the move to this high-performance cloud hosting provider and what makes their VPS service so impressive.

🔗 Source:

👉@sysadminoff

https://linuxiac.com/upcloud-becomes-linuxiac-new-home/
System76’s Oryx Pro Is the First Linux Laptop to Ship with the COSMIC Desktop

System76 announces a new Oryx Pro laptop that comes preinstalled with the COSMIC Beta desktop environment on top of Pop!_OS 24.04 LTS.
The post System76’s Oryx Pro Is the First Linux Laptop to Ship with the COSMIC Desktop appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

👉@sysadminoff

https://9to5linux.com/system76s-oryx-pro-is-the-first-linux-laptop-to-ship-with-the-cosmic-desktop
📰 Blender 5.0 Beta Builds Available Ahead Of Next Month's Official Release

Beta builds of the Blender 5.0 3D modeling software are now available ahead of the planned stable release in mid-November...

🔗 Source:

👉@sysadminoff

https://www.phoronix.com/news/Blender-5.0-Beta
📰 Linux 6.18 RISC-V Default Kernel Builds To Support Front Panel Shutdown/Reboot Buttons

Following last week's RISC-V pull request that brought support for the MIPS Vendor Extensions and other changes plus separately the SoC pull that added mainline ESWIN EIC7700 SoC support and the HiFive Premier P550, a secondary round of RISC-V architecture updates was submitted for the Linux 6.18 merge window...

🔗 Source:

👉@sysadminoff

https://www.phoronix.com/news/Linux-6.18-More-RISC-V