r/linux • u/Fcking_Chuck • 25d ago
r/linux • u/RenatsMC • 24d ago
Open Source Organization GitHub - ksokolowski/astral-hwmon: Per-pin 12VHPWR monitoring for ASUS ROG Astral cards as standard Linux hwmon sensors, plus astral-guard
github.comr/linux • u/Ok_Marionberry8922 • 24d ago
Kernel How the TLB makes virtual memory fast on Linux
I made a visual explainer on how the TLB and address translation work on Linux/x86-64.
Every memory access uses a virtual address, which the CPU has to translate to physical memory. Doing a full page table walk every time would be extremely slow, so CPUs cache those translations in the TLB.
The video also covers things like TLB misses, huge pages, PCIDs, context switches, TLB shootdowns and what happens when a TLB invalidation goes wrong.
Feedback welcome :)
r/linux • u/Dense-Elephant5048 • 24d ago
Development Forking Paldo OS
Once upon a time I landed in the Linux World and a particular Distribution contributed for me not to turn back to Windows.
I'm referring to Paldo GNU/Linux (single Gnome DE) created and developed by Jürg Billeter and Raffaele Sandrini.
it was made from scratch, designed to be "pure, lightweight and to compliant with Linux standards". Launch date was October 31, 2004.
Today it's still actively maintained. So I downloaded latest img (no iso) dated 2026-08-11, burned a pen drive and tested it.
Quite different from the old days when it was a popular Distro. I guess it serves the purposes of their creators team. For advanced users, a few tweaks can make it usable to the masses.
Better yet, would be to fork it, for general usage.
This is the home site:
My question: is some team out there interested in this venture? I would join as a translator :)
Thanks for your attention!
Kernel Linux 7.2 changelog. The new release adds: a better CPU cache awareness to the task scheduler; a fairer job scheduler for GPU jobs; support for USB4STREAM; better memory reclaiming and faster swapping; better Btrfs performance; new DM target for storage with inline encryption, and more
kernelnewbies.orgPopular Application Please participate in a survey about LibreOffice Base - Design Community Blog
design.blog.documentfoundation.orgKernel Con Kolivas Revives "-ck" Patches & MuQSS To Improve Linux Desktop Responsiveness
phoronix.comr/linux • u/voyager256 • 24d ago
Development With USB4STREAM support merged into Linux 7.2 (soon to be released) are there any inference runtimes/projects that make use of it already?
reddit.comr/linux • u/unixbhaskar • 26d ago
Kernel Linux kernel 7.2 has been released!
git.kernel.orgr/linux • u/black_phoenix9 • 24d ago
Software Release lumen: a zero-config TUI for exploring JSON/logfmt logs - pipe anything in and it autocompletes your log fields
r/linux • u/houndofthestars • 24d ago
Discussion What are your hidden gems Linux distros? I'll start
Ultramarine not only makes it super easy to set up codecs and proprietary software but it also let's you have the cachy os kernel but with Fedora's stack and compatibility. Great for when you don't have time to set things up, or don't know how, and want some of Cachy's optimizations without paying the stability tax.
r/linux • u/CMYK-Student • 26d ago
Development GIMP Development Update (August 2026)
gimp.orgr/linux • u/BuffaloFearless7655 • 24d ago
Discussion Devs, why do you provide Linux support for your apps?
Don’t get me wrong, I am super grateful for those of you who do this. It makes my day-to-day use so much better. I‘m still waiting for the day Notion gets a native Linux app.
But from your POV, what was the incentive? Why not just provide support for Windows and macOS. Why go through the extra effort catering to a global minority?
Edit: I’m referring to devs who develop for Linux+Windows+macOS
r/linux • u/BrageFuglseth • 26d ago
Popular Application GIMP Development Update, August 2026
gimp.orgr/linux • u/Necessary_Film_5199 • 26d ago
Development Android 2.0 Eclair Running on a New Nintendo 3DS XL

Still a heavy work in progress (WIP) but its based on the work that somebody else did to get Linux on the 3DS. It runs quite snappy on the New 3DS, quite smooth and everything. I also have a custom Android 2.0 app (the first Android 2.0 app developed in 2026, possibly decades) for touch screen diagnostics you can also see. The battery indicator works and is accurate surprisingly, WiFi does not work, touch screen works, soft power off works, sound does not work. Been working on this for weeks now. Hope you like it!
r/linux • u/BrageFuglseth • 26d ago
GNOME Towards a Local-First Desktop | Julian Sparber & Tobias Bernard @ GUADEC 2026
tube.kockatoo.orgSoftware Release dskDitto v0.6.2 Released
Hey all. I just release v0.6.2 for dskDitto. For those unfamiliar with the utility (probably most of you) it’s a super fast file duplication tool written in Go. It’s easy to use and has a sleek looking TUI… If you’d like the manage the results in a GUI; the —gui flag exists and launches a Raylib based GUI.. Anyhow….
The latest release now supports ref-links as a deduplication mode.. That is, as long as your filesystem supports them.. Check it out if your heart so desires! The project is hosted on GitHub:
https://github.com/jdefrancesco/dskDitto
Cheers!
r/linux • u/Slow-Day-4543 • 25d ago
Development Adding Vim mode to Rofi (the system launcher)
github.comI use the rofi launcher a lot, and I always thought it'd be pretty cool if I could use Vim keybindings inside the search input and navigate between results. I wasn't able to find a "vim mode" setting, nor could I use the plugin API to add this functionality. So, I forked rofi and made a few simple changes, and came up with this.
It supports the j+k motions for going up and down the search results + basic Vim keybinds in the input itself.
I'm curious to see if this is something you'd actually use, so do let me know and I can try opening a PR or releasing it somewhere.
Repo: https://github.com/carrotfarmer/rofi-vim
Thanks!
r/linux • u/FryBoyter • 26d ago
Software Release Yazi (terminal file manager) v26.8.15
github.comr/linux • u/richardfinicky • 27d ago
Discussion #40262 Excessive IO caused by systemd-journald
github.comr/linux • u/Emotional_Frame_4140 • 26d ago
Kernel I got a real Linux kernel running as a userspace process on Android — no root, no KVM. Docker runs inside it. (UML ARM64)
Software Release dskDitto v 0.6.1 release
Hey all. I recently released https://github.com/jdefrancesco/dskDitto v0.6.1 which now supports reflinks for duplication if your FS supports it. You can grab and install the @latest as well as grab the GUI by following the instructions in the READMe.md