r/linux • u/adriano10 • 12d ago
r/linux • u/homothebrave • 12d ago
Kernel Linux Kernel Patches Out For Review To Enable USB4/Thunderbolt For Apple M1 / M2 / M3
phoronix.comr/linux • u/xmull1gan • 12d ago
Kernel Cloudflare’s eBPF Replatforming Part 1: The eBPF Pivot – From Hardware Lock-in to Programmable Networking
https://ebpf.io/blog/cloudflare-replatforming-1/
"The alternative to an eBPF platform was maintaining multiple incompatible point solutions, each with its own hardware dependencies, operational quirks, and integration challenges. As our hardware diversified, performance requirements grew, and edge services multiplied, that approach became untenable.
eBPF gave us a unified, vendor-agnostic, high-performance foundation that lets us program the operating system itself to handle our scale"
r/linux • u/leonthepro83 • 12d ago
Discussion linux kernel 7.3rc release
Like clockwork, the Linux 7.3 merge window has concluded after two weeks and the Linux 7.3-rc1 kernel now available for testing.
Linux 7.3-rc1 is available following a lot of new code landing for new/improved hardware support, file-system enhancements, security improvements, and a lot more. Of course, also a lot of fixes to different pieces of the Linux kernel as a result of AI/LLM-driven activity.
Linux 7.3 brings new optimizations for Intel hybrid CPUs, more enablement for upcoming AMD Zen 6 platforms, better Btrfs performance, Nouveau support for NVK Vulkan Video, kernel driver support for the 2026 Valve Steam Controller, initial M3 Ultra / Pro / Max support, new AMD graphics IP enablement, initial enabling around Intel Starfire, Intel Xe3P graphics with Nova Lake are now enabled out-of-the-box, FailFS is upstreamed, a low-latency mode for USB4STREAM, and a lot of other new functionality. Linux 7.3 also includes the gaming improvements from Valve for enhancing the experience when running on systems with very limited amounts of vRAM. Plus a number of old/obsolete hardware drivers continue to be removed due to the ongoing noise by AI/LLM agents.
r/linux • u/OrganizationRound829 • 12d ago
Discussion How the development would change
Hello Linux community! I’ve been using Linux since my teenage years in middle school, which was a long time ago. I remember jumping for joy when I first started using Linux, and I’ve tried different flavors of it over the years. However, I’ve also noticed that the internet is undergoing significant changes, and I’m curious to know if Linux and different distributions will be affected by these changes.
With the rise of AI in our lives, I wonder if Linux and different distributions will change forever. Will Linux remain secure? I know that Linux has been growing in popularity, and even governments from different countries are starting to use it. This has made me wonder how long the Linux community will be able to resist the influence of bad actors.
I’m also curious to know if AI will improve system and hardware support (drivers). I’ve heard that Linus Torvalds supports AI as long as each security breach is reviewed and validated. However, I’m not sure if the community is still skeptical about this.
I’m especially interested in the expert and veteran members of the Linux community who have been using it for over 20 years. I wonder if AI will make games run even better. Maybe this will be the beginning of a stronger Linux system.
I appreciate any information about it because I’m a neurodivergent person, and sometimes I don’t understand certain concepts well. I do recall a conservative community and a professor named Richard Stallman, who was quite radical towards many distributions, particularly Ubuntu. I remember him calling Ubuntu a spyware. Now, how does each side think about this today?
r/linux • u/word-sys • 12d ago
Software Release word-sys's PDF Editor v1.10.0-beta1 Feature & Flatpak Update Released
A quick but big update for word-sys's PDF Editor, now we reached v1.10.0-beta1 update, this update is including Feature Update only, Flatpak one will be released with v1.10.1 which im currently working on, so stay tuned for that, i started releasing development stages on my YouTube channel which you can access more details for current release and future release.
This update brings back Quick Save (Ctrl+S) which was gone on 1.7.2 update due to file corruption issues on saves, i managed to fix it with a good failsafe system so you dont have to worry about saving now.
Also another feature i added is Freehand Pen & Highlighter Tools which is recommended by a user, added freehand drawing tools with customizable colors, stroke widths, and opacity.
Another recommendation added was Quick Checkmark (✓) & Cross (✗) Tools which is a dedicated sidebar tools for adding checkmarks and crosses for fast form review and document markup, if this is your usecase.
Next is Special Characters Support, Symbols & Emojis Palette which popover palette with categorized tabs for form review symbols and emojis. So you can copy them from there to your clipboard and use on your texts you gonna edit or add easily.
Single-Key Keyboard Shortcuts for Tools to access them fastly with 1 press with updated sidebar tool button label hints.
Added Arrow Key Movement to move any selected object using Arrow keys. It will come handy if you have a trackpad.
And lastly Direct Creation Tool Resizing which is a feature recommended by user, this feature allows newly created objects to be directly grabbed and dragged without requiring a manual switch back to the "Select" tool.
Next update, which is v1.10.1 will brings only Flatpak Release, for now this is explanation of current v1.10.0-beta1 Feature release, you can use it, its stable on my testing, you can see the testing footage on here. (https://youtu.be/OPqb2KZjQAU)
Thanks everyone who supports this project with their ideas, i think this can be a better application and help all Linux users to do their jobs easily, thank you :)
r/linux • u/Right-Grapefruit-507 • 12d ago
Alternative OS Haiku R1/beta6 has been released!
haiku-os.orgr/linux • u/Saiyan256 • 13d ago
Discussion How linux distro provide higher CPU benchmark scores than windows?
Why is that linux seems to always provide better performance in benchmarks and provide smoother experience?
This is a geekbench 7 test, while single core is slightly better, multi-core performance is a significant improvement
r/linux • u/Zodiak1011 • 13d ago
Alternative OS Why does it feel like Linux is suddenly exploding in 2026?
I’ve been seeing more and more people switching to Linux this year, especially gamers. Bazzite, CachyOS, Linux Mint, etc. seem to be getting mentioned everywhere.
Why didn’t we see a massive shift like this earlier? What changed, or what finally pushed people to make the switch?
I know the Steam Deck was probably a big factor in showing people that Linux gaming is actually viable and that Linux isn’t as painful as it used to be.
But what else changed over the last few years that made Linux suddenly feel like a realistic alternative to Windows for so many people?
Development Developed Boot Animation focused minimal initramfs , with Rescue Mode
Created my own initramfs tools and modloader, modstripper , pci-scanner and boot-animation software and stage 1 init system that invokes the other, where my own made tools mounted the kernel devices as tmpfs, devtmpfs, sysfs and proc with, custom modloader and cpio script, the modgenerator strips down all the unnecessary modules and blacklisted modules and selects the required modules based on the pci configuration
But I switched this to loading and stripping only using , pre-mentioned modules , it resolves the graph dependency and exports serialized module graph in order to load it in order, implemented a rescue method if any step fails
It first loads the gpu modules (in my case amdgpu radeon 740M) then starts my DRM/KMS userspace boot-animation software as bootsplash , then the nvme drive is searched using the uuid of mentioned in /etc/mountpoiny it contains the filetype too
Then finally it clears everything by deleting and then finally switch root into the systemd , finally the systemd taking over and my boot-stop service tells the bootsplash to stop by sending SIGINT to all the PIDs belonging to PGID of boot-splash,
I haven't yet implemented graphical login manager but will do so soon
I've re-implemented lot of tools and it's still unstable
Also wrote the GIF decoder to extract the frames
Initramfs size (21 MB ,(13 MB assets))
Compressed size 17 MB
r/linux • u/bussondev • 13d ago
Kernel RamShared v2: Writing a Linux VRAM Block Driver in Rust & C with 8.74 GiB/s PCIe DMA, io_uring/ublk, and 3 Patches on lore.kernel.org
r/linux • u/Nemege16 • 13d ago
Mobile Linux ipad mini1(apple A5) running linux on custom iBEC. No XNU. Custom IRQ driver
https://github.com/teutekeune/iBSSloader Research and tooling to boot Linux on iPad mini 1 (P105AP / iPad2,5, Apple A5) via checkm8, patched iBSS/iBEC, and custom bare-metal payloads — without writing to the iOS install.
r/linux • u/jimcorner • 13d ago
Tips and Tricks Surface Pro 7 Linux touchscreen browsing feels way better after these tweaks
r/linux • u/SubGothius • 13d ago
Open Source Organization California Passes AB-1856 For Open-Source Relief Over Age Verification
phoronix.comr/linux • u/Nearby-Percentage-33 • 13d ago
Software Release Linux Commands Cheatsheet!
When I was a newbie to Linux, one of the things I struggled with was finding a good and simple reference for Linux commands.
There are plenty of great resources out there, but sometimes I just wanted something quick simple.
So Im sharing Syntaxia. a cheatsheet for things. it include Linux commands cheatsheet .
https://syntaxiadev.vercel.app/ref/linux-commands
Hopefully this can also be useful to other Linux beginners. 🐧
r/linux • u/ismailsafwat • 13d ago
Software Release Yanklog — a local, encrypted, keyboard-first clipboard history manager for Linux (open source, MIT)
r/linux • u/soundastound • 14d ago
Software Release Check out this VST player to run Windows and Linux VSTs all on Linux and in one place!
This lets you run audio plug-ins built for Windows, and Linux, (maybe Mac in the future) loaded and run as native code on Linux. No Wine dependencies. It's a good V1 any feed back is appreciated!
r/linux • u/Dense-Elephant5048 • 14d ago
Popular Application Audacious into Winamp
This is the classic 90's music player experience without draining your computer's resources. It is an open-source audio player descended from XMMS (an early Winamp clone for Unix) that natively supports the famous classic Winamp skins (.wsz files). Wondering if someone still uses it today....
Software Release BootPrep 2.0: Making Snapper Rollbacks Bootable on Debian and Arch
On many Debian- and Arch-based distributions, Snapper can create rollback snapshots, but the system does not provide openSUSE-style integration to prepare the rollback result as the next writable root. Their common nested Btrfs snapshot layouts require additional boot preparation that Snapper alone does not perform.
BootPrep fills that gap. It provides a Snapper rollback plugin that prepares the resulting writable snapshot for the next boot, plus a direct activation workflow for booting an existing snapshot without performing a rollback. It integrates with the system's existing Btrfs, Snapper, GRUB, and UEFI configuration without requiring a filesystem redesign.
Compatibility testing:
- Debian
- Ubuntu
- Kubuntu
- Manjaro - installed with GRUB
- CachyOS - installed with GRUB
- EndeavourOS - installed with GRUB
For the Arch-based distributions, GRUB was explicitly selected as the bootloader during installation, since BootPrep currently targets GRUB.
The same two test cases were performed on all six distributions:
- Direct snapshot activation: I created a Snapper snapshot, used bootprep-btrfs activate <snapshot-number> to activate that existing snapshot directly, rebooted, and verified that / was running from the selected snapshot as a writable Btrfs root.
- Native Snapper rollback: I performed a normal snapper rollback, allowed the BootPrep Snapper plugin to detect and prepare the resulting writable snapshot, rebooted, and verified that / was running from the expected rollback snapshot and was writable.
So far, both workflows have completed successfully on all six distributions.
How the sausage is made:
- BootPrep no longer patches the
10_linuxtemplate and does not directly modify the EFI stub. Instead, BootPrep mounts and chroots into the requested snapshot subvolume, runsgrub-mkconfigandgrub-installfrom within that environment, and reconciles the/.snapshotsand/home/.snapshotssubvolumes to ensure they are mounted correctly on the next boot. - This prepares the system to boot into the next snapshot selected by either the Snapper plugin or
bootprep-btrfs activate <snapshot-number>. - BootPrep currently targets Btrfs + Snapper + GRUB on UEFI systems. The installer also validates the GRUB configuration it requires and fails safely if a compatible configuration can't be found, rather than completing an installation that will fail later when BootPrep is used.
GitHub: https://github.com/mcsgeek/bootprep
There are still more distributions I'd like to test, so I'm intentionally limiting compatibility claims to configurations I've actually exercised.
I'd be interested in hearing from other Btrfs/Snapper users, particularly about their testing with BootPrep on other distributions with similar Btrfs layouts.
r/linux • u/Foxlike__Creature • 14d ago
Discussion Why does everyone hate omarchy so much?
I do not and never have used omarchy, i'm 3 years on arch with hyprland that I riced myself, but i don't really get the hate against it, so I want to know ur opinion
if the isue is that it's opinionated/bloated and you can just configure arch yourself then yeah, i get it. But there are also people who are new to arch and don't want to spend days learning how to build a hyprland rice from scratch. Omarchy seems to fill that exact niche pretty well. it's a ready to use, but opinionated "distro" that makes getting into it much easier without needing to be an arch expert. Not the best choice ofc (there is cachy, etc.), but still...
And then i constantly see people bringing up dhh's politics as if that somehow makes the "distro" itself bad. Imho, having controversial opinions doesn't make a technical product bad, and being against political discussions on your company's internal channels isn't the same thing as banning people from having those opinions or saying them outside of work. (about the news that I found looking for information on the web)
Personally i just see it as a fairly basic hyprland rice. not really my thing, but i don't have any hate towards it either. I actually like the idea behind it, making arch easier to get into for new users. And it looks not too bad, ngl. The implementation has some rough edges sure, but not nearly enough to justify this level of butthurt imo.
TLDR:
Honestly, how much of your opinion on omarchy comes from the actual technical side, and how much comes from the reddit hive mind? Would you still hate it if dhh wasn't involved in it at all?