TGTGInsightаналитика telegramLIVE / telegram public index
← [404] — программирование

TGINSIGHT SIMILAR POSTS

Найти похожее

Источник @procode404 · Post #3980 · 11 мар.

​🐧Главные недостатки Linux —[12:21] Несмотря на большое количество преимуществ Linux перед Windows, с этой ОС всё не так гладко, как может показаться новичку на первый взгляд. В видео автор, «прикинувшись» обычным пользователем Linux, разбирает 15 главных недостатков этой ОС. Для кого-то они покажутся шуточными и пустяковыми, а для кого-то — станут серьёзным поводом для того, чтобы остаться на Windows. Перейти к просмотру #видео#linux

Результаты

Найдено 3,085 похожих постов

Общий глобальный поиск

Linuxgram 🐧

@linuxgram · Post #18731 · 10.05.2026, 07:06

📰 Shelly 2.2.4 Arch Linux GUI Package Manager Brings Smarter Fuzzy Search Shelly 2.2.4 open-source graphical package manager for Arch Linux distributions is now available for download with various improvements. Here's what's new! 🔗 Source: https://9to5linux.com/shelly-2-2-4-arch-linux-gui-package-manager-brings-smarter-fuzzy-search #arch#linux#opensource

⚡️[💥] #ВКС/#Су34: На #фото/#видео приказан Су-34 ВКС РФ са мешовитом конфигурацијом: 4 ФАБ-500 са УМПК и 2 (ракетизиране) УМПБ Д-30СН као и њихова употреба; домет УМПБ се процењује на 120 км. 🇷🇸https://t.me/borbeni_efektivi

Linuxgram 🐧

@linuxgram · Post #18537 · 22.04.2026, 20:24

📰 New Framework 13 Pro is the first to be Ubuntu Certified Framework’s new 13 Pro laptop is the company’s first to ship as certified for Ubuntu, who say you can buy it knowing you’ll get “guaranteed support right out of the box”. Framework hardware have been popular with Linux users for years, not just for the company’s ethos around upgradeable and repairable hardware but their kernel contributions and financial support for open-source projects and developers. 🔗 Source: https://www.omgubuntu.co.uk/2026/04/framework-13-pro-ubuntu-certified #kernel#linux#opensource#ubuntu

Linuxgram 🐧

@linuxgram · Post #18204 · 26.03.2026, 18:07

📰 Open-Source Nouveau Performance With Linux 7.0 + NVK Mesa 26.1-dev vs. NVIDIA Linux Driver As a few months have passed since our prior round of testing the fully open-source NVIDIA Linux driver stack with the Nouveau kernel driver and Mesa NVK Vulkan driver plus Zink, here is a fresh round of benchmarks using Linux 7.0 and Mesa 26.1-dev compared to the open-source stack shipped by Ubuntu 25.10 (Linux 6.17 + Mesa 25.2) for showing how far the open-source NVIDIA driver has progressed the past few months. 🔗 Source: https://www.phoronix.com/review/linux-70-nouveau #opensource#ubuntu#linux#kernel

Linuxgram 🐧

@linuxgram · Post #18619 · 29.04.2026, 18:28

📰 The Intel Lunar Lake CPU Performance Gains On Linux Over The Past Year Recently I ran benchmarks looking at the Xe2 graphics performance gains on Intel Lunar Lake over the past year with what's shipped by Ubuntu and comparing against our original tests of the Lenovo ThinkPad X1 Carbon Gen 13 Aura Edition. With those Lunar Lake iGPU benchmarks out of the way, here is a look at how the Lunar Lake CPU performance has evolved on Linux since April 2025. 🔗 Source: https://www.phoronix.com/review/intel-lunar-lake-ubuntu-2604 #intel#linux#ubuntu

Linuxgram 🐧

@linuxgram · Post #18647 · 01.05.2026, 19:38

📰 First Arch Linux ISO Powered by Linux Kernel 7.0 Is Now Available for Download Arch Linux 2026.05.01 is now available for download as Arch Linux’s ISO release for May 2026, powered by Linux kernel 7.0 and featuring an improved installation experience. 🔗 Source: https://9to5linux.com/first-arch-linux-iso-powered-by-linux-kernel-7-0-is-now-available-for-download #arch#kernel#linux

Linuxgram 🐧

@linuxgram · Post #18223 · 28.03.2026, 16:34

📰 SystemRescue 13 Released With Linux Kernel 6.18 and GParted 1.8.1 SystemRescue 13, based on Arch, updates to Linux kernel 6.18, enhances HiDPI support, and upgrades core tools such as GParted and bcachefs. 🔗 Source: https://linuxiac.com/systemrescue-13-released-with-linux-kernel-6-18-and-gparted-1-8-1/ #linux#kernel#arch

Linuxgram 🐧

@linuxgram · Post #17939 · 01.03.2026, 20:34

📰 Arch Linux March ISO Is Out With Kernel, Desktop, and Security Updates Arch Linux has released its updated March 2026 installation ISO, bringing a new kernel, refreshed system libraries, desktop updates, and security fixes. 🔗 Source: https://linuxiac.com/arch-linux-march-iso-is-out-with-kernel-desktop-and-security-updates/ #linux#arch#kernel

AIGC

@aigcrubbish · Post #257 · 19.03.2026, 01:29

[$] BPF comes to io_uring at last Linux 内核的异步 I/O 接口 io_uring 通过两个共享环形缓冲区与用户空间通信:提交队列用于发送请求,完成队列则存放结果。尽管共享内存减少了大量开销,但内核仍需切换至用户空间以处理完成事件并提交后续工作,这仍会产生开销。 Pavel Begunkov 提交的补丁集旨在最小化这一开销。它允许开发者使用 BPF 程序扩展 io_uring 的事件循环,使程序能直接响应完成事件并提交后续工作项,无需切换至用户空间。该补丁集已开发很长时间,现已被内核社区接受。 这一改进将进一步提升 io_uring 的高性能 I/O 处理能力。 原文链接:https://lwn.net/Articles/1062286/ #Linux#内核#io_uring#BPF#性能优化 #AIGC Read more

AIGC

@aigcrubbish · Post #295 · 03.04.2026, 15:52

[$] Ubuntu's GRUBby plans GNU GRUB 2 是 x86_64 Linux 系统上最广泛使用的引导加载程序,支持从多种文件系统读取、处理 UEFI 或传统 BIOS 启动,并允许用户自定义启动画面。然而,这些功能也带来了代价:GRUB 多年来存在一系列安全漏洞。 为缓解部分问题,Ubuntu 核心开发者 Julian Andres Klode 提议在 Ubuntu 26.10 中移除 GRUB 的若干功能,以提升其安全性。但该提议并未获得一致认可,许多被建议移除的功能拥有坚定的支持者。 原文链接:https://lwn.net/Articles/1065420/ #Linux#Ubuntu#GRUB#安全#引导加载程序 #AIGC Read more

12•••100•••200•••207208209210211•••257258
НазадСтр. 209 из 258Вперёд