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

По всем вопросам @evgenycarter
Download Telegram
📰 Can openSUSE Tumbleweed Compete With CachyOS Performance?

Last week when delivering some CachyOS benchmarks against Fedora 43 and Ubuntu 25.10 on the Framework Desktop with AMD Ryzen AI Max+, a few Phoronix readers wrote in with the question or belief that openSUSE Tumbleweed would better perform against CachyOS given the distribution's select x86_64-v3 packages and other advantages.

🔗 Source:

👉@sysadminoff

https://www.phoronix.com/review/opensuse-tw-cachyos
🔥1
📰 GNU Coreutils 9.9 Released with Stability Fixes

The GNU Coreutils 9.9 update introduces stability and performance improvements across core tools, including cp, sort, numfmt, and tail.

🔗 Source:

👉@sysadminoff

https://linuxiac.com/gnu-coreutils-9-9-released-with-stability-fixes/
Minisforum MS-R1 is a 12-Core Linux ARM Workstation for AI and VMs

Minisforum, a Chinese company famed for selling range of mini PCs, has launched an affordable ARM-based mini workstation with UEFI boot, making it easier to run Linux distributions without the need for custom firmware or bootloaders. The MS-R1 is designed for local inference tasks, Android VM containers in Docker and edge computing. It could (distro dependant) be used as an ARM-powered general purpose desktop PC, but cheaper and more versatile options are out there. It officially runs a customised version of Debian 12. Other Linux distributions with generic ARM images may work, though some could require tweaks, drivers or newer […]
You're reading Minisforum MS-R1 is a 12-Core Linux ARM Workstation for AI and VMs, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

👉@sysadminoff

https://www.omgubuntu.co.uk/2025/11/minisforum-ms-r1-linux-arm-workstation
📰 22 Linux Books for $25: This Humble Bundle Is Absurdly Good Value

A complete learning path from beginner Linux to advanced DevOps and container orchestration.

🔗 Source:

👉@sysadminoff

https://itsfoss.com/linux-for-professionals-bundle/
Атака Whisper Leak по определению тематики общения с AI-чатботами через анализ TLS-трафика

Исследователи безопасности из компании Microsoft разработали технику атаки по сторонним каналам Whisper Leak, позволяющую на основе пассивного анализа шифрованного трафика, передаваемого через TLS-соединение, классифицировать темы запросов к сервисам на базе больших языковых моделей. Информации о размере сетевых пакетов и задержках между их передачей оказалось достаточно для определения тем запросов к AI-чатботам с точностью более 98%. На практике предложенный метод может применяться для выявления в транзитном трафике пользователя определённых тем запросов, например, попыток получения информации о незаконных действиях, без расшифровки содержимого.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64218
GStreamer 1.26.8 Improves HDR Video Playback for the Showtime Video Player

GStreamer 1.26.8 open-source multimedia framework is now available for download with various improvements and bug fixes. Here’s what’s changed!
The post GStreamer 1.26.8 Improves HDR Video Playback for the Showtime Video Player appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

👉@sysadminoff

https://9to5linux.com/gstreamer-1-26-8-improves-hdr-video-playback-for-the-showtime-video-player
Проект компактного столика с питанием от USB, для reflow-пайки в домашних условиях

Достиг стабильности проект Reflow Micro Table, развивающий открытое устройство для простой и удобной пайки по термопрофилю в домашних условиях. Цель проекта не только утилитарная, но и образовательная - показать новичкам, что собирать сложную современную электронику по силам каждому. Несмотря на наличие на рынке таких устройств как MHP50 и HP15, проектом предоставляется другой баланс возможностей.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64217
📰 D7VK brings Direct3D 7 to Linux using Vulkan based on DXVK

We've have DXVK and VKD3D-Proton for various versions of Direct3D on Linux, but now it seems we're also getting Direct3D 7 as well..Read the full article on GamingOnLinux.

🔗 Source:

👉@sysadminoff

https://www.gamingonlinux.com/2025/11/d7vk-brings-direct3d-7-to-linux-using-vulkan-based-on-dxvk/
📰 Ironclad OS project popping out Unix-like kernel in a unique mix of languages

There's more to safer systems languages than Rust If you're looking for a Unix-like, POSIX-compatible, real-time kernel, there's no shortage of projects trying to build one. Ironclad stands out for using the Ada programming language and its formally verifiable SPARK subset.…

🔗 Source:

👉@sysadminoff

https://go.theregister.com/feed/www.theregister.com/2025/11/10/ironclad_os_unix_like_kernel/
📰 Minisforum MS-R1 is a 12-Core Linux ARM Workstation for AI and VMs

Minisforum, a Chinese company famed for selling range of mini PCs, has launched an affordable ARM-based mini workstation with UEFI boot, making it easier to run Linux distributions without the need for custom firmware or bootloaders. The MS-R1 is designed for local inference tasks, Android VM containers in Docker and edge computing.

🔗 Source:

👉@sysadminoff

https://www.omgubuntu.co.uk/2025/11/minisforum-ms-r1-linux-arm-workstation
📰 Popular JavaScript library expr-eval vulnerable to RCE flaw

A critical vulnerability in the popular expr-eval JavaScript library, with over 800,000 weekly downloads on NPM, can be exploited to execute code remotely through maliciously crafted input.

🔗 Source:

👉@sysadminoff

https://www.bleepingcomputer.com/news/security/popular-javascript-library-expr-eval-vulnerable-to-rce-flaw/
Fish 4.2 Released with Multi-line Command Suggest + More

Rust-based fish shell has just released a new version, landing a catch of improvement sure to reel in (I’m sorry) those seeking out a bash alternative. Fish 4.2.0 (go on; go leave the obvious comment) nets a couple of minor-ish new features — it’s already a capable shell — with the big one being that fish will now auto-suggest multi-line commands from your command history as you type. Those of you who routinely run commands making use of line breaks or continuation characters to chain actions (or just prettify input so it’s easily readable) this is likely to be a […]
You're reading Fish 4.2 Released with Multi-line Command Suggest + More, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

👉@sysadminoff

https://www.omgubuntu.co.uk/2025/11/fish-shell-adds-multi-line-command-suggest
Apache NetBeans 28

Представлен очередной выпуск Apache NetBeans – интегрированной среды разработки, поддерживающей языки программирования Java, PHP, JavaScript, C, C++ и др. IDE написана на Java и распространяется на условиях Apache License 2.0.
( читать дальше... )



 ide, java, netbeans, php

👉@sysadminoff

https://www.linux.org.ru/news/development/18138963
В спецификацию PDF добавлена поддержка формата изображений JPEG XL

Организация PDF Association, занимающееся стандартизацией технологий PDF, добавила поддержку формата изображений JPEG XL в спецификацию PDF. По словам технического директора PDF Association, в PDF назрела потребность в отображении контента с расширенным динамическим диапазоном яркости (HDR) и JPEG XL выбран в качестве предпочтительного решения. Предполагается, что использование в PDF станет стимулом для более широкого распространения формата JPEG XL, несмотря на отказ Google от его поддержки в браузере Chrome, объяснив своё решение низким интересом со стороны разработчиков и пользователей.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64220
Проект D7VK развивает реализацию Direct3D 7, работающую поверх API Vulkan

Опубликован выпуск проекта D7VK 0.3, развивающего реализацию графического API Direct3D 7, предложенного компанией Microsoft в 1999 году. Реализация работает через трансляцию вызовов в API Vulkan и позволяет при помощи Wine запускать в Linux ретро игры, завязанные на API Direct3D 7. Код проекта написан на языке C++ и распространяется под лицензией Zlib. В качестве основы при разработке использован код бэкенда d3d9 от проекта DXVK.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64221
📰 Mozilla Firefox gets new anti-fingerprinting defenses

Mozilla announced a major privacy upgrade in Firefox 145 that reduces even more the number of users vulnerable to digital fingerprinting.

🔗 Source:

👉@sysadminoff

https://www.bleepingcomputer.com/news/security/mozilla-firefox-gets-new-anti-fingerprinting-defenses/
Доступна мобильная платформа KDE Plasma Mobile 6.5

Разработчики проекта KDE Plasma Mobile представили редакцию пользовательской среды KDE Plasma 6.5 для мобильных устройств. Готовые сборки KDE Plasma Mobile 6.5 можно загрузить из тестового репозитория дистрибутива postmarketOS. Опробовать KDE Plasma Mobile также можно воспользовавшись сборкой Fedora KDE Plasma Mobile Spin.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=64222
📰 AMD Posts New "amd_vpci" Accelerator Driver For Linux

While there is already AMDXDNA as one of the few currently mainline drivers in the accelerator "accel" subsystem for supporting AMD Ryzen AI NPUs, another AMD accel driver is on the way: amd_vpci. The new amd_vpci driver patches were posted today for review as AMD continues to further expand their diverse offerings in the ecosystem...

🔗 Source:

👉@sysadminoff

https://www.phoronix.com/news/AMD-Linux-amd-vpci-Accel
📰 AI isn't throttling HPC. It is HPC

Your real problem: 40kW racks, melting datacenters and rising power bills Opinion In recent discussions with industry vendor sales/marketing types, I've been hearing that HPC demand is falling off while AI system demand is continuing to increase. I've also seen articles implying that AI is somehow displacing HPC. Huh?…

🔗 Source:

👉@sysadminoff

https://go.theregister.com/feed/www.theregister.com/2025/11/11/ai_hpc_opinion_piece/
📰 What a Shame! FlatHub is Ranking on Google for Po*nHub Downloads

Imagine that one of the most prestigious open source software websites starts showing up in top results for "pornhub downloader".

🔗 Source:

👉@sysadminoff

https://itsfoss.com/news/flathub-tag-exploited/