Linux - Reddit – Telegram
Linux - Reddit
776 subscribers
4.19K photos
207 videos
40K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
Simple TUI SQLite Browser

JDbrowser is small and simple application to browse an SQLite database with a Text User Interface. Written in rust.

Uses vim style key binds, keep the fingers on the home row where they belong.

Feel free to try it out and let me know what you think!

Binaries, building, code and installing available Here

Arch users: AUR package available for simple install

yay -S jdbrowser-git

All instructions are Here





https://redd.it/1itbtzn
@r_linux
How I solved short audio interruptions while playing music from the external USB 3.0 HDD

Firstly: the external USB 3.0 HDD is a TOSHIBA MQ04UBD200, 2,0 TB.

I'm just using it, at 99%, for playing music in Strawberry music player.

OS: Manjaro Linux, 16 GB RAM, Samsung EVO 870 SSD (but doesn't matter, since as I've said, I play the music from the external HDD), audio server: PipeWire, (on which I increased the quantum value), audio HW: simple Intel HDA.

What was happening since some days ago: occasionally, during the day, but not often, I was annoyed by short audio interruptions: this occurs independently to what i was doing: I can also compile programs without hiccups; these short audio interruptions also happened while doing nothing.
Since I have a large quantum value for pipewire (2048) the issue had to be elsewhere. I also defragmented the disk on Windows.
Long story short: the culprit was the I/O scheduler bfq (despite the fact that I also had set read_ahead_kb value to 4096).
I changed the I/O scheduler, for the mentioned USB HDD, to kyber. Since then, the audio problem is totally gone.

The UDEV rule (just the section for the HDD):
/etc/udev/rules.d/01-scheduler.rules

ACTION=="add|change", KERNEL=="sdc", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="kyber"

ACTION=="add|change", KERNEL=="sdc", ATTR{queue/rotational}=="1", ATTR{queue/readaheadkb}="4096"

To apply this rule, just disconnect and reconnect the disk.

Obviously, if you wanna try this, you have to change sdc to reflect your disk.

https://redd.it/1it9y4x
@r_linux
Void Linux Package for the Linux Zen Kernel

Hey everybody, This is a Void Linux package for the Linux Zen kernel, optimized for gaming and desktop use. It allows Void Linux users to easily install and run this kernel on their systems. Following the mainline kernel, it has just been updated to version 6.13.3 today. Thought I'd share it here, please feel free to comment with any questions or concerns!

https://gitlab.com/isognomy-inc/linux-zen-void

https://redd.it/1itj3af
@r_linux
Mesa 25.0.0 Release Notes / 2025-02-19 — The Mesa 3D Graphics Library latest documentation
https://docs.mesa3d.org/relnotes/25.0.0.html

https://redd.it/1itv8kk
@r_linux
Why Firefox?

This actually makes me curious, when I switch between a lot of distros, jumping from Debian to CentOS to dfferent distros, I can see that they all love firefox, it's not my favorite actually, and there are plenty of internet browsers out there which is free and open source like Brave for example, still I am wondering what kind of attachment they have to this browser

https://redd.it/1iu25zd
@r_linux
To the purists rocking linux from scratch systems: how was it?

how was your experience from installation to day to day management?
what was your use case to build such system over just choosing a distro.

the apps and the updating it. is it a hassle?


is it a viable or reasonable option as a daily driver. i just wanted to get some insights about it.

what do you like or dont like about it. the tradeoffs you were willing to accept, etc.



https://redd.it/1iu7gc4
@r_linux
Windows is dualboot blocking me

Hi
This problem happens with whatever distro i have on my PC/Laptop, its not even a linux or distro-specific issue, its just windows being problematic for no apparent reason. The problem is as follows:

Every 4-5 months i get a windows update which require a restart, windows then restarts a couple or so times and tells me that its "repairing the disk" (that being said, i dont think this quote was shown to me last week, but i vaguely remember it appearing a couple of months ago before this problem occurred again). Afterwards, it restarts into windows directly. No issues till now. I open up my work in windows and finish, then shutdown my PC/Laptop. The next morning comes and i boot up my laptop, and im expecting linux to open since i have it as my first option in my boot sequence, it doesnt open and im booted straight into windows. I restart and enter my bios to double check the boot sequence, yep linux is the first one, so i assume my linux boot partition is nuked?

I tried to fix this last time but ended up needing to freshly reinstall the OS.

Two questions:
(1) is this happening to anyone else or am i compromising myself somehow and putting myself in this situation? if so, how do i prevent this?
(2) How do i save my linux install? haven't really tried anything yet this time because im busy with work, so using windows till i get it fixed.

https://redd.it/1iu98w9
@r_linux
Installed Ubuntu on my Nan's laptop:
https://redd.it/1iueq5x
@r_linux
Contribute by filing bugs. You'll feel all warm and fuzzy inside.

As a lifelong Linux user, I believe strongly in giving back to the open-source community. While I'm not a developer myself, I've found another way to contribute: filing bug reports.

I'll admit my early attempts were probably pretty rough – missing crucial context and details. But practice makes perfect (or at least close!), and these days my bug reports are often addressed within a day or so.

There's something incredibly satisfying about uncovering a problem, meticulously documenting it, submitting a report, seeing it assigned to someone, and finally witnessing the fix. It's a tangible way to make a difference in the software we all rely on.

This level of responsiveness and respect simply doesn't exist in proprietary ecosystems. I've tried reporting bugs on Windows and macOS with little success – it often feels like shouting into the void. But in the open-source world, even smaller projects welcome contributions and treat you seriously.

So, I encourage everyone to embrace bug reporting! Start with a simpler project to get comfortable with the process, then gradually tackle more complex ones. Not only will you be improving the software for everyone, but you'll also experience that warm glow of knowing you made a positive impact.

https://redd.it/1iugim6
@r_linux
PewDiePie Build a PC and Install LINUX
https://redd.it/1iv02re
@r_linux