Linux
2.16K subscribers
3.67K photos
20 videos
16K links
Новости Линукс Linux

По всем вопросам @evgenycarter
Download Telegram
UK regulator forces Google to provide AI scraping opt out for publishers

The UK Competition and Markets Authority has issued a landmark order requiring Google to allow publishers to opt out of AI-generated search features. This mandate ensures that news organizations can prevent their content from appearing in AI Overviews without losing visibility in traditional search results. Previously, website owners had to block Google's crawlers entirely to avoid AI scraping, which effectively removed them from all search engine indexing.
Source

👉@sysadminoff

https://4sysops.com/archives/uk-regulator-forces-google-to-provide-ai-scraping-opt-out-for-publishers/
📰 Linux Foundation Wants Open Standards for What AI is Actually Costing You

The Tokenomics Foundation will work on vendor-neutral benchmarks for token spend, with backing from major players.

🔗 Source:

#linux

👉@sysadminoff

https://feed.itsfoss.com/link/24361/17353894/tokenomics-foundation
📰 GCC Git Enables Additional Tuning For AMD Zen 6

In addition to Intel adjusting their Nova Lake and Diamond Rapids targets in GCC this week to deal with APX realities, AMD this week also adjusted some tuning bits for their Zen 6 "znver6" target...

🔗 Source:

#amd #intel

👉@sysadminoff

https://www.phoronix.com/news/GCC-More-Zen-6-Tuning-June
📰 KDE Gear 26.04.2 Released with More Improvements for Your Favorite KDE Apps

KDE Gear 26.04.2 is now available as the second maintenance update to the latest KDE Gear 26.04 open-source software suite series with fixes for various KDE applications.

🔗 Source: https://9to5linux.com/kde-gear-26-04-2-released-with-more-improvements-for-your-favorite-kde-apps

#kde #opensource

👉@sysadminoff
📰 Linux finally has working HDR, but you still can't use it for most streaming services

HDR has had a tumultuous journey on Linux, but it's starting to get better... until you try to use it with any streaming service.

🔗 Source:

#linux

👉@sysadminoff

https://www.xda-developers.com/linux-finally-working-hdr-but-still-cant-use-it-most-streaming-services/
Уязвимость HTTP/2 Bomb, приводящая к исчерпанию оперативной памяти

В начале июня 2026 года исследователи кибербезопасности из компании Calif (с помощью ИИ-агента Codex) обнаружили новый вариант атаки HTTP/2 Bomb, которая работает даже с одного клиентского устройства, имеющего интернет-соединение со скоростью 100 Мбит/с.
Атака состоит из двух этапов:


Манипуляция сжатием HPACK: В протоколе HTTP/2 заголовки сжимаются с помощью таблицы HPACK. Атакующий отправляет почти пустой заголовок, но с помощью сотен тысяч инструкций заставляет сервер распаковывать и постоянно ссылаться на один и тот же крошечный элемент. Это вызывает лавинообразный расход памяти сервера.


Блокировка потока управления (Flow Control): После того как память заполнена, злоумышленник выставляет размер окна управления потоком (flow-control window) на 0. Это заставляет сервер приостановить отправку ответа, удерживая занятую память, и поддерживать соединение открытым периодическими 1-байтными запросами.


Всего один клиент за 10–20 секунд способен израсходовать до 32–64 ГБ оперативной памяти. Уровень потребления памяти в различных HTTP-серверах варьируется от примерно 70 байт на каждый байт в индексе для nginx, IIS и Pingora, до 4000 байт в Apache httpd и 5700 в Envoy.
Уязвимости подвержены практически все основные серверные реализации HTTP/2 в конфигурациях по умолчанию:
NGINX, Apache HTTPD (модуль mod_http2), Microsoft IIS, Envoy, Cloudflare, Pingora
Уязвимость исправлена в nginx 1.29.8 (с помощью директивы max_headers из freenginx, по умолчанию допускающая обработку не более 1000 заголовков), Envoy 1.35.11 и 1.36.7 (mutable_max_request_headers_kb и max_headers_count), Appache mod_http2 2.0.41. Для Microsoft IIS и Cloudflare Pingora исправлений пока нет.
HTTP-сервер Angie не подвержен уязвимости, поскольку реализовал защиту от подобного рода атак ещё в версии 1.8.0, вышедшей в 2024 году.



 http2

👉@sysadminoff

https://www.linux.org.ru/news/security/18311265
👍1
📰 Qualcomm Gets The Lenovo Yoga Slim 7x Gen11 Snapdragon X2 Laptop Working On Linux

For those interested in the prospects of running Snapdragon X2 laptops on Linux rather than Windows 11 on ARM, the Lenovo Yoga Slim 7x Gen11 has emerged as one of the initial X2 laptops with tentative Device Tree handling to allow Linux to boot on this latest-generation Qualcomm-powered laptop,...

🔗 Source:

#arm #linux

👉@sysadminoff

https://www.phoronix.com/news/Lenovo-Yoga-Slim-7x-Gen11-Linux
Релиз Chrome 149

Компания Google опубликовала релиз web-браузера Chrome 149. Одновременно доступен стабильный выпуск свободного проекта Chromium, выступающего основой Chrome. Браузер Chrome отличается от Chromium использованием логотипов Google, наличием системы отправки уведомлений в случае краха, модулями для воспроизведения защищённого от копирования видеоконтента (DRM), системой автоматической установки обновлений, постоянным включением Sandbox-изоляции, поставкой ключей к Google API и передачей RLZ-параметров при поиске. Для тех, кому необходимо больше времени на обновление, отдельно поддерживается ветка Extended Stable, сопровождаемая 8 недель. Следующий выпуск Chrome 150 запланирован на 30 июня.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=65617
OpenAI enhances ChatGPT memory with automated narrative user profiles

OpenAI has updated the ChatGPT memory system to automatically generate narrative profiles of users based on their conversation history. Instead of storing isolated facts in bulleted lists, the system now synthesizes information into categorized prose dossiers covering work, hobbies, and travel. This background processing, referred to as "Dreaming," allows the AI to maintain context without requiring explicit commands from the user to remember specific details.
Source

👉@sysadminoff

https://4sysops.com/archives/openai-enhances-chatgpt-memory-with-automated-narrative-user-profiles/
📰 Collabora + Flipper: Opening up the RK3576

Collabora is proud to share that we've partnered with Flipper Devices to work together on building an open Linux platform for hardware hackers. The long-awaited Flipper One will be built on the Rockchip RK3576!

🔗 Source:

#linux

👉@sysadminoff

https://www.collabora.com/news-and-blog/news-and-events/collabora-flipper-opening-up-the-rk3576.html
GitHub Copilot in Visual Studio 2026 adds planning agent and context management

The May update for GitHub Copilot in Visual Studio 2026 introduces a dedicated Plan agent designed to assist with pre-coding architecture. This tool analyzes the existing codebase to draft implementation strategies in markdown format before any actual code is written. Once the strategy is finalized, it can be handed off to the Agent mode for automated implementation.
Source

👉@sysadminoff

https://4sysops.com/archives/github-copilot-in-visual-studio-2026-adds-planning-agent-and-context-management/
📰 BudsLink Brings Advanced Earbud Controls to Linux Desktops

by George WhittakerLinux users have long faced a frustrating limitation with wireless earbuds: basic Bluetooth audio usually works, but advanced features often remain locked behind proprietary mobile apps. A new open-source project called BudsLink is trying to change that.Designed specifically for Linux desktops, BudsLink adds support for battery monitoring, Active Noise Cancellation (ANC) controls, ambient sound modes, gesture customization,...

🔗 Source:

#linux #opensource

👉@sysadminoff

https://www.linuxjournal.com/content/budslink-brings-advanced-earbud-controls-linux-desktops
📰 I ditched Ubuntu for Fedora Atomic, and now I can't imagine going back to a mutable OS

It was mystifying at first, but once it clicked, I can't go back.

🔗 Source:

#fedora #ubuntu

👉@sysadminoff

https://www.xda-developers.com/ditched-ubuntu-fedora-atomic/
Microsoft Coreutils for Windows: native Linux command-line tools

Microsoft announced Coreutils for Windows at Build 2026, making a set of Unix-style command-line tools available as native Windows applications. Built on an open-source Rust reimplementation of GNU coreutils, the package ships as a single binary. It bundles the standard coreutils, findutils, and a GNU-compatible grep. Because many command names overlap with existing Windows built-ins, you must be aware of shell conflicts before using them in cmd or PowerShell. The project carries a preview label on GitHub despite being announced as generally available.
Source

👉@sysadminoff

https://4sysops.com/archives/microsoft-coreutils-for-windows-native-linux-command-line-tools/
AI pioneer Geoffrey Hinton warns of conscious superintelligence and existential risk

Geoffrey Hinton, a foundational figure in deep learning, asserts that modern artificial intelligence already possesses consciousness and real understanding rather than acting as a simple statistical parrot. He identifies a shift in AI capability that occurred in 2023, noting that digital intelligence now surpasses biological brains in information sharing efficiency by billions of times. This rapid trajectory suggests that superintelligence—AI smarter than humans in every domain—will likely emerge within the next 20 years.
Source

👉@sysadminoff

https://4sysops.com/archives/ai-pioneer-geoffrey-hinton-warns-of-conscious-superintelligence-and-existential-risk/
How to Stop Linux Processes from Using Excessive CPU and RAM

The post How to Stop Linux Processes from Using Excessive CPU and RAM first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A process suddenly consuming 99% of your CPU at 2 AM can turn a stable server into a slow, unresponsive
The post How to Stop Linux Processes from Using Excessive CPU and RAM first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

👉@sysadminoff

https://www.tecmint.com/limit-cpu-memory-usage-linux-process/
📰 GNOME Files Supercharges Search with Faster Results, Smarter Filters, and Better File Discovery

by George WhittakerThe GNOME project continues refining one of its most frequently used applications: GNOME Files (formerly known as Nautilus). Recent development efforts have focused heavily on improving the file manager’s search capabilities, making it easier to locate documents, media files, and folders across increasingly large storage volumes.For many Linux users, file search has become one of the most important daily workflows.

🔗 Source:

#gnome #linux

👉@sysadminoff

https://www.linuxjournal.com/content/gnome-files-supercharges-search-faster-results-smarter-filters-and-better-file-discovery
Microsoft анонсировал универсальный дистрибутив Azure Linux 4.0

Компания Microsoft анонсировала первую публично доступную экспериментальную сборку дистрибутива Azure Linux 4.0, подготовленную для запуске в виртуальных машинах и контейнерах. В дальнейшем обещают опубликовать экспериментальные сборки для WSL (Windows Subsystem for Linux) и AKS (Azure Kubernetes Service). Ветка Azure Linux 4 преподносится как универсальное решение, оптимизированное для платформы Azure и пригодное для использования во всех связанных с ней сферах, от виртуальных машин и контейнеров до узлов в кластере Kubernetes и систем разработчиков. Специфичные для дистрибутива изменения поставляются под лицензией MIT.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=65618
📰 Benchmarking The BORE Scheduler Performance With CachyOS Linux

Earlier this week I ran benchmarks of different CachyOS Linux kernel flavors that proved interesting from the performance overhead of their hardened kernel build to various other interesting performancr takeaways. One kernel flavor I hadn't tested though was their build with the BORE scheduler. Given the interest and feedback from Phoronix readers, here is an article focused on looking at the performance of the BORE scheduler for the Linux...

🔗 Source:

#kernel #linux

👉@sysadminoff

https://www.phoronix.com/review/cachyos-bore
Qualcomm реализует начальную поддержку Lenovo Yoga Slim 7x Gen11 на Snapdragon X2

Qualcomm опубликовала первые патчи для поддержки Lenovo Yoga Slim 7x Gen11 на базе Snapdragon X2 в Linux. Речь идёт о начальном описании устройства через Device Tree, которое позволяет загрузить Linux на одном из первых ноутбуков нового поколения со штатной поддержкой Windows ARM. Патчи подготовлены инженерами Qualcomm после внутреннего трёхдневного спринта и отправлены на ревью 4 июня.
Lenovo Yoga Slim 7x Gen11 интересен тем, что это один из первых массовых ноутбуков на Snapdragon X2 Plus / X2 Elite. Qualcomm указывает для этой линейки варианты с 12- и 18-ядерными Snapdragon X2, а также поддержку Wi-Fi 7 и встроенных AI-возможностей платформы Snapdragon.
Текущее состояние поддержки Linux уже не сводится к «ядро просто стартует». По данным Phoronix, на Yoga Slim 7x Gen11 подтверждена работа звука, GPU и дисплея, клавиатуры, тачпада, сенсорного экрана, индикатора приватности, зарядки через USB-C, Wi-Fi и Bluetooth. Это хороший результат для платформы, которая ещё только выходит на рынок.
Что уже работает:
( читать дальше... )



 lenovo, qualcomm, snapdragon x2, ядро

👉@sysadminoff

https://www.linux.org.ru/news/hardware/18311490