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

По всем вопросам @evgenycarter
Download Telegram
📰 Ubuntu 26.10 daily builds now available to download

Daily builds of Ubuntu 26.10 ‘Stonking Stingray’ are now available for download, as development on the distro’s next major release kicks in to gear. As the name suggests, new ISOs are produced from development code on a (mostly) daily basis, giving those keen to test October’s release in advance the ability to do so.

🔗 Source:

#distro #ubuntu

👉@sysadminoff

https://www.omgubuntu.co.uk/2026/05/ubuntu-26-10-daily-builds
📰 FreeBSD Foundation Executive Director Tries Daily Driving FreeBSD On Laptop

With FreeBSD having worked on improving its laptop support over the past two years with some big changes and ongoing efforts for making a nice KDE desktop experience on FreeBSD, FreeBSD Foundation's Executive Director has been trying to daily drive FreeBSD on laptops...

🔗 Source: https://www.phoronix.com/news/FreeBSD-On-Laptop-Driver

#kde

👉@sysadminoff

https://ift.tt/dvYMK5D
Canonical to shut down Ubuntu Pastebin after nearly two decades

Canonical will decommission its long-running text-hosting service Ubuntu Pastebin on May 31. The company is pulling the plug as part of a broader “infrastructure modernization and migration project”. Ubuntu Pastebin, which works similarly to GitHub’s Gist, albeit without the revision history, has been available to the community since late 2007 It originally launched under the paste.ubuntu.com domain before adding pastebin.ubuntu.com, which is live until the end of the month. The service was partly created to stop the official IRC support channels from being flooded with reams of terminal output from help-seeking users. It was also used by the community to share […]
You're reading Canonical to shut down Ubuntu Pastebin after nearly two decades, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

👉@sysadminoff

https://www.omgubuntu.co.uk/2026/05/canonical-ubuntu-pastebin-shutdown
📰 GitHub Copilot & Claude Code Helped With Graphics, WiFi Linux Driver Issues This Week

For those curious about the growing use of AI and coding agents within the Linux kernel, this week there was another large batch of new patches fixed that were generated or co-authored by agents like Claude Code and GitHub Copilot...

🔗 Source: https://www.phoronix.com/news/Linux-7.1-rc5-AI-This-Week

#kernel #linux

👉@sysadminoff

https://lxer.com/module/newswire/ext_link.php?rid=365112
📰 Canonical to shut Ubuntu Pastebin after 18 years of service

Canonical will decommission its long-running text-hosting service Ubuntu Pastebin on May 31. The company is pulling the plug as part of a broader “infrastructure modernization and migration project”, according to Canonical Community Engineer Aaron Prisk. Ubuntu Pastebin works similarly to GitHub’s Gist, albeit without the revision history. It’s been available as a tool the community can use since late 2007. It originally lived at paste.ubuntu.

🔗 Source:

#ubuntu

👉@sysadminoff

https://www.omgubuntu.co.uk/2026/05/canonical-ubuntu-pastebin-shutdown
Cinnamon’s new screenshot tool fixes app window shadow quirks

Linux Mint developers are building a new screenshot utility for the Cinnamon desktop, ahead of its next major release. The home-grown tool will give users more options when taking screenshots and will “accommodate the differences between CSD (Client Side Decoration) and SSD (Server Side Decoration) windows” to provide ‘cleaner’ looking screenshots. Currently, Cinnamon rolls with the GTK-based gnome-screenshot . The tool doesn’t capture window shadows at all when taking windowed screenshots. It does, however, capture dark pixel artefacts from window shadows peeking beneath rounded corners. That isn’t pretty. Hence the new tool. It can take app window screenshots with shadows […]
You're reading Cinnamon’s new screenshot tool fixes app window shadow quirks, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

👉@sysadminoff

https://www.omgubuntu.co.uk/2026/05/linux-mint-new-cinnamon-screenshot-tool
📰 Linux 7.1-rc5 Released With Fixes Ramping Up From AI Coding Agents

In the road to releasing Linux 7.1 in June, out today is Linux 7.1-rc5 that continues coming on heavy with fixes...

🔗 Source:

#linux

👉@sysadminoff

https://www.phoronix.com/news/Linux-7.1-rc5-Released
Выпуск дистрибутива MX Linux 25.2

Опубликован релиз легковесного дистрибутива MX Linux 25.2, созданного в результате совместной работы сообществ, образовавшихся вокруг проектов antiX и MEPIS. Выпуск основан на пакетной базе Debian с улучшениями от проекта antiX и пакетами из собственного репозитория. В дистрибутиве на выбор можно использовать системы инициализации sysVinit и systemd. Поставляются собственные инструменты для настройки и развёртывания системы. Для загрузки доступны 64-разрядные сборки (x86_64) с рабочим столом Xfce (3 ГБ), а сборки с рабочим столом KDE (3.6 ГБ) и сборки (2.4 ГБ) с оконным менеджером Fluxbox.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=65521
KernelScript 0.1.0

Представлен KernelScript — экспериментальный язык программирования для разработки eBPF-программ, пользовательских загрузчиков и расширений ядра Linux из единой кодовой базы. Проект развивает Multikernel Technologies, компания, продвигающая архитектуру split-kernel / multikernel для Linux. О KernelScript рассказал основатель компании Cong Wang на Linux Foundation Open Source Summit; код проекта опубликован на GitHub под лицензией Apache 2.0.
eBPF (Extended Berkeley Packet Filter) — это технология, которая позволяет запускать небольшие программы прямо в ядре Linux, не трогая его код и не подвергая риску стабильность системы. eBPF помогает решать множество задач, от мониторинга производительности до обеспечения безопасности и сетевой оптимизации. Например, с помощью eBPF можно отслеживать системные вызовы, сетевой трафик и другие события в режиме реального времени. Это позволяет находить узкие места в производительности и оптимизировать систему (Хабр).
Идея KernelScript — сделать разработку eBPF менее болезненной, чем при использовании связки C + libbpf, и при этом не ограничиваться только трассировкой, как bpftrace. Разработчики описывают язык как типобезопасный DSL, который объединяет eBPF, пользовательское пространство и kernelspace-разработку: из одного исходного файла компилятор должен генерировать код для eBPF-программ, userspace-части и интеграции с kernel modules через kfunc.
( читать дальше... )



 kernelscript

👉@sysadminoff

https://www.linux.org.ru/news/opensource/18301757
👍1
Во Flatpak намерены сделать systemd обязательной зависимостью

На конференции Linux App Summit Себастьян Вик (Sebastian Wick), мэйнтейнер инструментария Flatpak, и Адриан Вовк (Adrian Vovk), создатель инсталлятора для GNOME OS и один из разработчиков systemd-homed и systemd-sysupdate, выступили с докладом о будущем системы самодостаточных пакетов Flatpak. В докладе упоминается намерение создать для нужд Flatpak новый сервис systemd-appd, который будет предоставлять информацию о запущенных экземплярах приложений.

👉@sysadminoff

https://www.opennet.ru/opennews/art.shtml?num=65522
🤔1
22 Best Free C/C++ IDEs and Editors for Linux in 2026

The post 22 Best Free C/C++ IDEs and Editors for Linux in 2026 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .C is one of the most important programming languages and the base for many modern technologies. It is used to
The post 22 Best Free C/C++ IDEs and Editors for Linux in 2026 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

👉@sysadminoff

https://www.tecmint.com/best-ide-editor-linux/
1
📰 Cinnamon’s new screenshot tool fixes app window shadow quirks

Linux Mint developers are building a new screenshot utility for the Cinnamon desktop, ahead of its next major release. The home-grown tool will give users more options when taking screenshots and will “accommodate the differences between CSD (Client Side Decoration) and SSD (Server Side Decoration) windows” to provide ‘cleaner’ looking screenshots. Currently, Cinnamon rolls with the GTK-based gnome-screenshot .

🔗 Source:

#gnome #linux

👉@sysadminoff

https://www.omgubuntu.co.uk/2026/05/linux-mint-new-cinnamon-screenshot-tool
📰 Rhino Linux 2026.1 Released with Lomiri Desktop Images

Ubuntu-based Rhino Linux 2026.1 is out with new Lomiri desktop images for x86_64 and ARM64, updated kernels, and Pacstall improvements.

🔗 Source:

#linux #ubuntu

👉@sysadminoff

https://linuxiac.com/rhino-linux-2026-1-released-with-lomiri-desktop-images/
📰 MX Linux 25.2 “Infinity” Released with Linux Kernel 7.0, Based on Debian 13.5

MX Linux 25.2 distribution is now available for download with a new text-mode installer, Debian 13.5 base, and Linux kernel 7.0 on the AHS builds. Here’s what’s new!

🔗 Source: https://9to5linux.com/mx-linux-25-2-infinity-released-with-linux-kernel-7-0-based-on-debian-13-5

#debian #kernel #linux

👉@sysadminoff
📰 HID Remapper added support for the new Steam Controller

HID Remapper is a useful open-source programmable adapter for USB input devices, with a recent release adding support for Valve's new Steam Controller.Read the full article on GamingOnLinux.

🔗 Source:

#opensource #steam

👉@sysadminoff

https://www.gamingonlinux.com/2026/05/hid-remapper-added-support-for-the-new-steam-controller/
📰 AMD Pulls a Bait-and-Switch on Linux Users with Vivado Licensing Changes

Tells Linux users to either pay up or get stuck on an aging, unsupported version forever.

🔗 Source:

#amd #linux

👉@sysadminoff

https://feed.itsfoss.com/link/24361/17347774/amd-vivado-bait-and-switch-on-linux-users
📰 Intel Introducing USB4STREAM Protocol For Linux - Opening Up Some Nifty Uses For USB4

An exciting Intel innovation expected to be added for the upcoming Linux 7.2 kernel is introducing the new USB4STREAM protocol for USB4/Thunderbolt as a "super simple" way to "basically just transfer raw packets from one host to another". This can be useful for quickly backing up a system from one host to another, sharing of web cameras or other peripherals across systems, or other environments where not having networking or wanting to avoid the...

🔗 Source:

#intel #kernel #linux

👉@sysadminoff

https://www.phoronix.com/news/Intel-Linux-USB4STREAM
📰 MKVToolNix 99.0 MKV Manipulation Tool Improves the MKVToolNix GUI, mkvmerge

MKVToolNix 99.0 open-source MKV manipulation tool is now available for download with the ability to remember the last used directory when selecting audio files, and many other changes. Here’s what’s changed!

🔗 Source: https://9to5linux.com/mkvtoolnix-99-0-mkv-manipulation-tool-improves-the-mkvtoolnix-gui-mkvmerge

#opensource

👉@sysadminoff
📰 OptiScaler Client recently added Linux support to make managing upscalers easier

OptiScaler is a tool that lets you replace upscalers in games, and the OptiScaler Client can make it all a lot simpler to do.Read the full article on GamingOnLinux.

🔗 Source:

#linux

👉@sysadminoff

https://www.gamingonlinux.com/2026/05/optiscaler-client-recently-added-linux-support-to-make-managing-upscalers-easier/