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
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
GitHub
GitHub - Jkeyuk/JDbrowser: A terminal SQLite database browser. written in rust.
A terminal SQLite database browser. written in rust. - Jkeyuk/JDbrowser
Fedora OBS Drama Resolved
https://gitlab.com/fedora/sigs/flatpak/fedora-flatpaks/-/issues/39#note_2354562186
https://redd.it/1itf9nn
@r_linux
https://gitlab.com/fedora/sigs/flatpak/fedora-flatpaks/-/issues/39#note_2354562186
https://redd.it/1itf9nn
@r_linux
GitLab
Broken OBS Studio Flatpak presented as official package (#39) · Issues · Fedora / Special Interest Groups (SIGs) / Fedora Flatpak…
The unofficial OBS Studio Flatpak on Fedora Flatpaks is, seemingly, poorly packaged and broken, leading to users complaining upstream thinking they are...
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):
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
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.rulesACTION=="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
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
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
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
GitLab
Isognomy INC / Linux Zen Void · GitLab
Linux Zen kernel templates for Void Linux following the mainline kernel.
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
https://docs.mesa3d.org/relnotes/25.0.0.html
https://redd.it/1itv8kk
@r_linux
New Patches Would Make All Kernel Encryption/Decryption Faster On x86/x86_64 Hardware
https://www.phoronix.com/news/Linux-x86-Crypt-Drop-Fallback
https://redd.it/1itwuu5
@r_linux
https://www.phoronix.com/news/Linux-x86-Crypt-Drop-Fallback
https://redd.it/1itwuu5
@r_linux
Phoronix
New Patches Would Make All Kernel Encryption/Decryption Faster On x86/x86_64 Hardware
On top of all the recent x86/x86_64 Linux kernel crypto improvements made recently by Google engineer Eric Biggers to better laverage AVX-512 and other modern x86 ISA features, a new patch-set posted today by Biggers would help make all x86/x86_64 kernel…
Greg Kroah-Hartman Makes A Compelling Case For New Linux Kernel Drivers To Be Written In Rust
http://phoronix.com/news/Greg-KH-On-New-Rust-Code
https://redd.it/1itxh4g
@r_linux
http://phoronix.com/news/Greg-KH-On-New-Rust-Code
https://redd.it/1itxh4g
@r_linux
Phoronix
Greg Kroah-Hartman Makes A Compelling Case For New Linux Kernel Drivers To Be Written In Rust
The debate over the Linux kernel's Rust programming language policy continues..
The Fedora Project Leader is willfully ignorant about Flathub
https://blogs.gnome.org/alatiera/2025/02/19/the-fedora-project-leader-is-willfully-ignorant-about-flathub/
https://redd.it/1ity5zp
@r_linux
https://blogs.gnome.org/alatiera/2025/02/19/the-fedora-project-leader-is-willfully-ignorant-about-flathub/
https://redd.it/1ity5zp
@r_linux
Reddit
From the linux community on Reddit: The Fedora Project Leader is willfully ignorant about Flathub
Posted by Worldly_Topic - 27 votes and 17 comments
Chromium Ozone/Wayland: The Last Mile Stretch
https://nickdiego.dev/blog/chromium-ozone-wayland-the-last-mile-stretch/
https://redd.it/1itygay
@r_linux
https://nickdiego.dev/blog/chromium-ozone-wayland-the-last-mile-stretch/
https://redd.it/1itygay
@r_linux
nickdiego.dev
Chromium Ozone/Wayland: The Last Mile Stretch
Hey there! I’m glad to finally start paying my blogging debt :) as this is something I’ve been planning to do for quite some time now. To get the ball rolling, I’ve shared some bits about me in my very first blog post Olá Mundo.
In this article, I’m going…
In this article, I’m going…
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
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
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
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
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
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
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
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
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Libreboot 20241206, 10th revision released! GRUB security fixes, better LVM scanning, non-root USB2 hub support
https://libreboot.org/news/libreboot20241206rev10.html
https://redd.it/1iuel79
@r_linux
https://libreboot.org/news/libreboot20241206rev10.html
https://redd.it/1iuel79
@r_linux
Libreboot – Libreboot 20241206, 10th revision released! GRUB security fixes, better LVM scanning, non-root USB2 hub support
Linus Torvalds rips into Hellwig for blocking Rust for Linux
https://lore.kernel.org/rust-for-linux/CAHk-=wgLbz1Bm8QhmJ4dJGSmTuV5w_R0Gwvg5kHrYr4Ko9dUHQ@mail.gmail.com/
https://redd.it/1iufdhk
@r_linux
https://lore.kernel.org/rust-for-linux/CAHk-=wgLbz1Bm8QhmJ4dJGSmTuV5w_R0Gwvg5kHrYr4Ko9dUHQ@mail.gmail.com/
https://redd.it/1iufdhk
@r_linux
Reddit
From the linux community on Reddit: Linus Torvalds rips into Hellwig for blocking Rust for Linux
Posted by eugay - 112 votes and 43 comments
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
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
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
How donations helped the LibreOffice project and community in 2024
https://blog.documentfoundation.org/blog/2025/02/21/how-your-donations-helped-the-libreoffice-project-in-2024/
https://redd.it/1iumzoe
@r_linux
https://blog.documentfoundation.org/blog/2025/02/21/how-your-donations-helped-the-libreoffice-project-in-2024/
https://redd.it/1iumzoe
@r_linux
The Document Foundation Blog
How your donations helped the LibreOffice project in 2024 - The Document Foundation Blog
Getting organised! · AerynOS
https://github.com/orgs/AerynOS/discussions/37
https://redd.it/1iunoxx
@r_linux
https://github.com/orgs/AerynOS/discussions/37
https://redd.it/1iunoxx
@r_linux
GitHub
Getting organised! · AerynOS · Discussion #37
Hey folks - we're rightly in the swing of the organisation side of things right now. We can't yet do a blogpost as the new website isn't quite ready however @cameronbraid has been worki...