TGTGInsighttelegram intelligenceLIVE / telegram public index
← Linuxgram 🐧

TGINSIGHT SIMILAR POSTS

Sib kontenut simili

Kanal tas-sors @linuxgram · Post #17821 · Fra 18

📰Linus T tells The Reg how Linux solo act became a global jam session Ts'o, Hohndel and the man himself spill beans on how checks in the mail and GPL made it all possible If you know anything about Linux's history, you'll remember it all started with Linus Torvalds posting to the Minix Usenet group on August 25, 1991, that he was working on "a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. 🔗 Source: https://go.theregister.com/feed/www.theregister.com/2026/02/18/linus_torvalds_and_friends/ #linux#gnu

Hashtags

Riżultati

1,479 postijiet simili nstabu

Tfittxija globali ġenerali

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

Libreware

@libreware · Post #1579 · 19/04/2026 21:15

Speech Note #Linux desktop and #Sailfish OS app for note taking, reading and translating with offline #Speech to Text #stt, Text to Speech #tts and Machine #Translation https://github.com/mkiol/dsnote MPL-2.0 license https://github.com/mkiol/dsnote#how-to-install Speech Note let you take, read and translate notes in multiple languages. It uses Speech to Text, Text to Speech and Machine Translation to do so. Text and voice processing take place entirely offline, locally on your computer, without using a network connection. Your privacy is always respected. No data is sent to the Internet. Speech Note uses many different processing engines to do its job. Currently these are used: Speech to Text (STT) Coqui STT (a fork of Mozilla DeepSpeech) Vosk whisper.cpp Faster Whisper april-asr Text to Speech (TTS) espeak-ng MBROLA Piper RHVoice Coqui TTS Mimic 3 WhisperSpeech Kokoro Parler-TTS F5-TTS S.A.M. Machine Translation (MT) Bergamot Translator

Libreware

@libreware · Post #1192 · 06/10/2023 11:18

#Linux Desktop application that provides live #captioning FUTO Fellowship program interview; linux captions software 👉 Live Captions github: https://github.com/abb128/LiveCaptions 🔵 Q&A w/ billionaire alt-tech investor/philanthropist Eron Wolf https://www.youtube.com/watch?v=OJPmbcU-Vzo 🔵 FUTO Fellows program: https://futo.org/fellows/ 🔵 FUTO Youtube channel - @futotech ⚠️ Google's breaches of privacy have gone TOO FAR! https://www.youtube.com/watch?v=_vWAF13KigI #speech#recognition#stt#voice

AIGC

@aigcrubbish · Post #170 · 02/02/2026 15:51

[$] Modernizing swapping: introducing the swap table Linux 内核的交换子系统(swap)是内存管理的关键部分,但代码复杂且性能影响大。在 2025 年 Linux 存储、文件系统、内存管理与 BPF 峰会上,Kairui Song 提出了一个简化和优化交换代码的计划。该计划的第一部分已在 6.18 内核版本中合并,由 Chris Li 协助完成。本文介绍了 6.18 中的初步改动,为后续更深入的优化奠定了基础。 原文链接:https://lwn.net/Articles/1056405/ #Linux#内核#内存管理#交换子系统#性能优化 #AIGC Read more

Dasturlash hayoti️️ ️

@dasturlash_hayoti · Post #3673 · 14/02/2025 05:57

💻DevOps va IT bo‘yicha muhim qo‘llanma to‘plami! 🚀 Muhim mavzular bo‘yicha tezkor va qulay cheat-sheet (shpargalkalar) to‘plami. DevOps va IT mutaxassislari uchun juda foydali! 📌Ichiga oladi: — Nginx — Docker — Ansible — Python — Go (Golang) — Git — Regular Expression (Regex) — PowerShell — VIM — Jenkins — CI/CD (Continuous Integration & Continuous Delivery) — Kubernetes — Linux — Redis — Slack — Puppet — Google Cloud Developer — PostgreSQL — Ajax — Amazon Web Services (AWS) 📥Bepul yuklab olish... #CheatSheet#DevOps#IT#Linux#Docker#Kubernetes 💻@dasturlash_hayoti — bir xatoni tuzatib, ikkinchisiga tayyorlanish! 😅

AIGC

@aigcrubbish · Post #226 · 03/03/2026 01:16

Høiland-Jørgensen: The inner workings of TCP zero-copy Toke Høiland-Jørgensen 发布了一篇关于 Linux 内核中零拷贝网络工作原理的概述。 核心机制在于,数据可以直接从用户空间内存复制到网络设备,无需经过内核缓冲区的额外拷贝。为了实现这一点,应用程序在调用 `sendmsg()` 系统调用后,必须保持待发送内存区域的内容不变,直到发送完成。`sendmsg()` 本身是异步的,会立即返回。当内核网络栈不再需要这些内存缓冲区时,会向用户空间发送一个通知,告知应用程序这些缓冲区可以被重新使用了。 原文链接:https://blog.tohojo.dk/2026/02/the-inner-workings-of-tcp-zero-copy.html #Linux#内核#网络#零拷贝#性能优化 #AIGC Read more

GitHub Trends

@githubtrending · Post #15209 · 09/10/2025 14:30

#typescript#docker#docker_compose#linux#rdp#virtualization#windows WinBoat lets you run any Windows app on Linux with a smooth, native-like experience by running a full Windows system inside a Docker container using virtualization. It has an elegant interface and automates installation, so you just pick your settings and it handles the rest. You can run individual Windows apps seamlessly alongside Linux apps or access the full Windows desktop when needed. Your Linux files are easily shared with Windows, making file management simple. This helps you use Windows-only software on Linux without complicated setups, though it requires some system resources and setup steps like enabling virtualization and installing Docker. WinBoat is still in beta, so occasional bugs may occur. https://github.com/TibixDev/winboat

12•••100•••106107108109110•••123124
PreċedentiPaġna 108 minn 124Li jmiss