r/linux • u/TheNavyCrow • 1d ago
Distro News Omacom Foundation welcomes Brian Armstrong and Yunjie Dai
omarchy.orgr/linux • u/SubGothius • 3d ago
Open Source Organization California Passes AB-1856 For Open-Source Relief Over Age Verification
phoronix.comr/linux • u/Dense-Elephant5048 • 3d 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....
r/linux • u/Nearby-Percentage-33 • 3d 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/Nemege16 • 3d 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.
Software Release The playstation finally running kernel 2.4.0
Head over to the github to download and test out the latest release
https://github.com/arkwise/blackroolinux
You're going to need a blue retro for use with a Bluetooth keyboard, a spare cd-r and a playstation console.
r/linux • u/bussondev • 3d 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/TurbulentTopic39 • 4d ago
Distro News Debian Votes To Allow "Responsible Use Of Generative AI"
phoronix.comr/linux • u/soundastound • 3d 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/OrganizationRound829 • 2d 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/Available_System_401 • 4d ago
Mobile Linux postmarketOS Linux booted on iPhone 6S
(First of all sorry yall if i made a mistake while typing this. Also sorry for cat hair stuck on my mousepad lol😼)
I was super bored today after studying about 4hr without break. After that i opened reddit for chill. While surfing on here i find something called “postmarketOS”. After searching that what is this i saw this OS can run on iPhone. So excited and I started searching web to find which devices are supported, after clicking wiki i find out this OS can run iPhone 6s. I opened my closet and booom! I found my old 6s!
So after i found my old iPhone I installed Linux Mint to my PC and started to work. I tried multiple times and failed multiple times. I keep tried over and over and after 3,5 hrs i finally managed to run Linux on iPhone. Not emulated, not virtualized(?). Just pure and native Linux on iPhone!
It was super fun because i love putting things that not belongs there :) Hackintosh, Linux on iPhone, Project Sandcastle etc. I always loved that projects and finally first time i tried something like that and run Linux on a phone.
r/linux • u/Two-Of-Nine • 4d ago
Open Source Organization Debian Not banning AI - Proposal 5: Responsible Use of Generative AI wins GR vote
debian.orgr/linux • u/jimcorner • 3d ago
Tips and Tricks Surface Pro 7 Linux touchscreen browsing feels way better after these tweaks
r/linux • u/Liam-DGOL • 4d ago
Software Release 8BitDo announce 'Ultimate Software Online' to update controllers in your browser to help Linux gamers
gamingonlinux.comr/linux • u/MatchingTurret • 4d ago
Kernel Greg K-H (@gregkh@social.kernel.org): CVEs fixed per Kernel Release over time
social.kernel.orgr/linux • u/DontFreeMe • 4d ago
Distro News Artix Linux drops support for XLibre
artixlinux.orgKernel Patches Provide For Much Faster In-Kernel Zstd Due To Embarrassingly Bad Inefficiency
phoronix.comSoftware 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/ismailsafwat • 3d ago
Software Release Yanklog — a local, encrypted, keyboard-first clipboard history manager for Linux (open source, MIT)
r/linux • u/emrearmagan • 4d ago
Software Release atlas.nvim - PR reviews and issues inside Neovim
Hey r/linux
I have been working on atlas.nvim, a Neovim plugin for handling pull requests and issues without constantly switching back to the browser 😄
It currently supports GitHub, GitLab and Bitbucket plus Jira issues. You can browse PRs, review changes, reply/resolve comments, create PRs/issues and handle most of the usual workflow directly inside Neovim. I am also working on Gitea/Forgejo support right now so that’s coming soon!
Still working on it quite a bit, so if you try it out I do love to hear what works and what does not :)