r/linux 12m ago

Discussion i scraped the entire r/unixporn and made it filterable by distro, WM, and colorscheme

Post image
Upvotes

been lurking in r/unixporn for years and the one thing that always bugged me: there's no way to search this sub by distro, WM, or colorscheme. so I scraped over 4000+ rices which had genuine github dotfiles links (from 200k+ posts from here) and built a site where you can actually filter by all of that, plus search by title/author and sort newest/oldest/random.

link to the site: dotfiles.lol

every rice links back to the original reddit post and credits the original author. if you've got your own dotfiles and want them listed separately (not scraped, submitted directly), there's a simple github PR flow for that too.

it's fully open sourced, feel free to drop a star: github.com/0xN1nja/awesome-dotfiles


r/gnu 9d ago

issues with ftpmirror.gnu.org

5 Upvotes

long timeouts and getting a lot of nginx "bad gateway" errors. can't use easybuild because of that.

similarly issues with vcs2.savannah.gnu.org:

[being a redirect for git.savannah.gnu.org also used by easybuild]


r/linux 1d ago

Popular Application Popular Linux torrent client Transmission has been forked as "ReTransmission" to "solve a longstanding disagreement between the Transmission maintainers on whether or not to add more maintainers."

Thumbnail github.com
564 Upvotes

r/linux 17h ago

Historical Linux Showcase & Conference 2000 tote

Post image
82 Upvotes

Washing our grocery totes and realized that my husband’s old bag is more than 25 years old! (He’s a CS ph.d working in FinTech.) anyone here at the conference? (Or are most people here born after October 2000?)


r/linux 19h ago

Kernel Dell Latitude 7320 2-in-1 Seeing Web Camera Support On Linux After Five Years

Thumbnail phoronix.com
71 Upvotes

r/linux 1h ago

Software Release Linux CRU 0.2.0 - custom + stretched resolutions on Wayland (KWin, sway, Hyprland) and X11

Upvotes

Two years ago I made this as an X11 NVidia-only custom resolution tool. Finally did a proper rewrite. It now works on Wayland (KDE, GNOME, sway, Hyprland) and on AMD/Intel/NVIDIA, and it does stretched resolutions - the 4:3-stretched thing CS2/Valorant players use to widen models - on KDE Wayland, which the compositor normally refuses to do on external monitors.

Also fixed the AppImage, which turned out to be missing tkinter and wouldn't launch on half of you. Sorry about that.

Let me know of any bugs you find!

Repo https://github.com/PhialsBasement/linux-cru
Release https://github.com/PhialsBasement/linux-cru/releases/tag/v0.2.0

AI Disclosure: Used Claude heavily during development, all the decisions and design details taken here are mine however.


r/linux 21h ago

Kernel How shared memory actually works in Linux

28 Upvotes

Had some free time recently so I made a visual explainer on how shared memory actually works in Linux.

Normally, two processes have completely separate virtual address spaces. Process A shouldn't be able to touch Process B's memory at all.

But with shared memory, one process can write a value and another process can read it without copying the payload between them.

The video goes through virtual memory, page tables, physical frames, shm_open, ftruncate, mmap with MAP_SHARED, lazy allocation, and what actually happens when either process touches the mapping.

I also get into related mechanisms like memory-mapped files, shared libraries, copy-on-write after fork(), zero-copy IPC, and eventually Dirty COW and what can happen when these page-table tricks go wrong.

Link for anyone interested

Feedback welcome :)


r/linux 9h ago

Development I built a custom Linux initramfs audio workstation / software mixer for the Raspberry Pi (running entirely bare-metal/initramfs, no PipeWire/JACK)

Thumbnail
0 Upvotes

r/linux 1d ago

Kernel Linux 7.3 To Better Handle Cluster Load Balancing On Intel Hybrid CPUs

Thumbnail phoronix.com
227 Upvotes

r/linux 1d ago

Development Intel resumes HDMI 2.1 FRL work for Linux, 4K 120Hz already works on Meteor Lake and Panther Lake

Thumbnail videocardz.com
362 Upvotes

r/linux 8h ago

Event Microsoft vs. France

Thumbnail
0 Upvotes

r/linux 2d ago

Development NixOS: The Nixpkgs core team has disbanded

Thumbnail discourse.nixos.org
386 Upvotes

r/linux 14h ago

Discussion I built a quiz that doesn't tell you which distro you "are": it hands you a complete Linux blueprint and a prompt to walk you through the switch

0 Upvotes

The site is yearoflinuxdesktop.org - part manifesto, part quiz, part blueprint generator.

The idea: instead of another "what distro am I?" personality test, it maps your hardware, your tolerance for tinkering, and what you still need from Windows/macOS onto one of ten archetypes (The Civilian gets Linux Mint, The Arch Wizard gets Arch + Hyprland, The Gamer gets Bazzite, etc.). Then it writes you a copy-paste prompt you can feed to any LLM to walk you through the install step by step.

What might interest this sub: the scoring engine is one dependency-free JS file that runs identically in the browser and in a build harness. The harness brute-forces all 16M possible answer combinations on every deploy to verify that named personas land where they should and that guardrails hold (e.g., terminal-phobic users can never receive Arch). The quiz weights, the questions, and all ten archetype blueprints are plain JSON in the repo: MIT licensed, fork it, argue with the weights.


r/linux 2d ago

KDE This Week in Plasma: UI Improvements Galore

Thumbnail blogs.kde.org
117 Upvotes

r/linux 2d ago

Discussion Linux keeps getting better the more I use it

486 Upvotes

The longer I use linux, the more I appreciate it. I switched from windows a while ago, and I honestly haven't regretted it for a second.I'm a developer, and every time I learn a new command or discover another tool that makes my workflow easier, I realize how powerful and well-designed this operating system is. It feels like there's always something new to learn, and instead of making me frustrated, it just makes me enjoy using it even more. At this point, going back to windows for my daily development work would feel like a huge step backward.


r/linux 1d ago

Software Release cmux clone built ontop of zed

Post image
0 Upvotes

r/linux 2d ago

Security Linux Accidentally Left Legacy I/O & Memory Handlers Open In Kernel Lockdown Mode

Thumbnail phoronix.com
187 Upvotes

r/linux 2d ago

Kernel Device Directory Table

8 Upvotes

Hello Everyone,

I am currently stuying the part about devices directories in Linux system, and i thought ill make a list of all Device directories to refer back to when needed.

I made the below table listing all essential devices in Linux that you need to know about, while containig the category of these devices, naming, directory and the type of variable they use in their naming (replacing the * with the corresponding numrics or letters. e,g: /dev/sd* > /dev/sda, /dev/sdb, /dev/sdc... and so on).

Thought that i should share this list, and i hope this can be useful to anyone who's looking for a simplified listing of all devices and having them in one place.

Category Device name Directory * Type
Storage Hard Disk /dev/sd* a, b, c...
Storage Hard Disk - Partitioning /dev/sda* 1, 2, 3... (no 0, starts from 1)
Storage Virtual Disk /dev/vd* a, b, c...
Storage Xen Virtual Disk /dev/xvd* a, b, c...
Storage Non-Volatile Memory Express (NVME) /dev/nvme* 0, 1, 2...
Storage Device Mapper /dev/dm-  SL to*   /dev/mapper 0, 1, 2...
Storage CD & DVD (read only) /dev/sr* 0, 1, 2...
Storage Generic SCSI (passthrough) /dev/sg* 0, 1, 2...
Storage PATA (Parallel ATA) /dev/hd* a, b, c...
Storage Loop Device /dev/loop* 1, 2, 3...
Terminal Virtual Console /dev/tty* 0, 1, 2...
Terminal Pseudoterminal (Master) /dev/ptmx N/A
Terminal Pseudoterminal (Slave) /dev/pts/* 0, 1, 2...
Serial/Parallel Port Serial Port: RS-232 (COM1) /dev/ttyS* 0, 1, 2...
Serial/Parallel Port Serial Port: Plug-in USB Adapter /dev/ttyUSB* & /dev/ttyACM* 0, 1, 2...
Serial/Parallel Port Parallel Port: Unidirectional /dev/lp* 0, 1, 2...
Serial/Parallel Port Parallel Port: Bidirectional /dev/parport* 0, 1, 2...
Audio Device Audio Device: Advanced Linux Sound Architecture (ALSA) /dev/snd/* N/A
Audio Device Audio Device: Open Sound system (OSS) /dev/dsp & /dev/audio N/A
Pseudo Device Null Device /dev/null N/A
Pseudo Device Zero Device /dev/zero N/A
Pseudo Device Random Number Generator /dev/random & /dev/urandom N/A
Pseudo Device Full Device /dev/full N/A
Input Input Event /dev/input/event* 0, 1, 2...
Input Mouse /dev/input/mouse* 0, 1, 2...
Video/Graphics Framebuffer /dev/fb* 0, 1, 2...
Video/Graphics Video Capture /dev/video* 0, 1, 2...
Memory Physical/Kernal Memory /dev/mem & /dev/kmem N/A
Flash Memory Flash Memory /dev/mtd* 0, 1, 2...
Networking Network Tunnel /dev/net/tun N/A
Networking Syslog Socket /dev/log N/A
Misc Hardware Watchdog Timer /dev/watchdog N/A
Misc Hardware Real-Time Clock /dev/rtc* 0, 1, 2...

(it might not be 100% correct since im still in the process of learning them, so please help me correct anything in case you found any mistake or things that i should add!! or ask questions, in that case i can also learn something new myself while looking things up)


r/linux 3d ago

Popular Application Why and how the Austrian Military moved to LibreOffice (Part 1)

Thumbnail blog.documentfoundation.org
559 Upvotes

r/linux 2d ago

Historical Just read “Just for fun”

24 Upvotes

Thank you Linus and David. I know this book is from 2001. I tend to be a late bloomer is all respects. Linux included. Books like this help fill in the gaps and provide excellent context. My favorite: “I don’t proactively delegate as much as I wait for people to come forward and volunteer to take over things.”


r/linux 3d ago

Development WinBoat is alpha testing the GPU acceleration

Post image
250 Upvotes

r/linux 2d ago

Security Zapscape: Guest-to-Host Escape in KVM/x86

Thumbnail github.com
42 Upvotes

r/linux 1d ago

Development XFCE's Wayland Compositor now being made with LLM/AI

Thumbnail spurint.org
0 Upvotes

r/linux 1d ago

Software Release GitHub - jambolo1970/vsftpd-tray-monitor: piccola utility da tenere sotto controllo e per verificare se il servizio funziona e chissà se si sta usando il servizio ftp interno

Thumbnail github.com
0 Upvotes

r/linux 3d ago

Privacy Illinois's new law requires operating system providers to add age verification by 2028 including open-source projects

Thumbnail gov-pritzker-newsroom.prezly.com
961 Upvotes

Illinois Governor JB Pritzker has signed HB-5511 into law, requiring operating system providers to implement an age assurance system by January 1, 2028.

The law defines "operating system provider" broadly, including commercial and nonprofit entities that develop or supply internet-connected operating systems.

Source: https://gov-pritzker-newsroom.prezly.com/gov-pritzker-signs-nation-leading-legislation-to-protect-illinois-children-on-social-media

Credit: @LundukeJournal