cgroupv2 wasn't reclaimed properly from inactive page cache and this led to the entire cgroup MEM saturation, inclusive those allocatable for network sockets of cgroup's processes (in cgroup there are "sock" KPI in memory.stat file) or Disk I/O mem structs..?
But, finally: ***Yeah, we did it :)!***
# 🧠 Key Takeaways:
* **Know your stack deeply** — I didn’t even check or care the OL version and kernel at first.
* **Reproduce outside your stack** — from PostgreSQL → rsync → cgroup tests.
* **Teamwork wins** — many clues came from teammates (and a certain ChatGPT 😉).
* **Container memory limits + cgroups v2 + page cache** on buggy kernels (*and not only - I have some horror stories on CPU Limits ;)*) can be a perfect storm.
I hope this post helps someone else chasing ghosts in containers and wondering why disk/network stalls under memory limits.
Let me know if you’ve seen anything similar — or if you enjoy a good kernel mystery! 🐧🔎
https://redd.it/1k0ipkg
@r_linux
But, finally: ***Yeah, we did it :)!***
# 🧠 Key Takeaways:
* **Know your stack deeply** — I didn’t even check or care the OL version and kernel at first.
* **Reproduce outside your stack** — from PostgreSQL → rsync → cgroup tests.
* **Teamwork wins** — many clues came from teammates (and a certain ChatGPT 😉).
* **Container memory limits + cgroups v2 + page cache** on buggy kernels (*and not only - I have some horror stories on CPU Limits ;)*) can be a perfect storm.
I hope this post helps someone else chasing ghosts in containers and wondering why disk/network stalls under memory limits.
Let me know if you’ve seen anything similar — or if you enjoy a good kernel mystery! 🐧🔎
https://redd.it/1k0ipkg
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Tired of
I just released a small utility I’ve been working on: Trovatore – a fast CLI tool to search files by name, without relying on a database or indexing.
Why another file search tool?
Because I was tired of find crawling through cache/, node_modules/, .git/, and other junk folders when I just wanted to find something I saved on my Desktop two days ago.
Trovatore takes a smarter approach:
Ignores "blackhole" directories (build/, .cache/, etc.)
Prioritizes obvious places like Desktop, Documents, Downloads
Searches in real time – no indexing, no waiting
Supports wildcards and flexible search modes (starts, ends, exact, etc.)
GitHub repo: https://github.com/trikko/trovatore
Quick install:
Example usage:
It’s written in D, works out of the box, and the config files are plain text and easy to tweak.
https://redd.it/1k0fmby
@r_linux
find diving into node_modules hell? Meet trovatore – a fast, smart file searcher for Linux, no index needed.I just released a small utility I’ve been working on: Trovatore – a fast CLI tool to search files by name, without relying on a database or indexing.
Why another file search tool?
Because I was tired of find crawling through cache/, node_modules/, .git/, and other junk folders when I just wanted to find something I saved on my Desktop two days ago.
Trovatore takes a smarter approach:
Ignores "blackhole" directories (build/, .cache/, etc.)
Prioritizes obvious places like Desktop, Documents, Downloads
Searches in real time – no indexing, no waiting
Supports wildcards and flexible search modes (starts, ends, exact, etc.)
GitHub repo: https://github.com/trikko/trovatore
Quick install:
curl `https://trikko.github.io/trovatore/install.sh` | bashExample usage:
trovatore report*.pdf matches report.pdf report-blah.pdf ...trovatore report_20??_*.pdf matches report_2024_full.pdf ...trovatore -m ends .txt matches everything.txtIt’s written in D, works out of the box, and the config files are plain text and easy to tweak.
https://redd.it/1k0fmby
@r_linux
GitHub
GitHub - trikko/trovatore: A fast command-line tool for searching files by name
A fast command-line tool for searching files by name - trikko/trovatore
I just got the final authorization to convert the fleet workstations to all linux for my one client. Now we are talking migration strategy. This is really happening. I am so happy.
I know there will be the complainers but at the end of the day this is gonna make things so much better. Our test employee already had no issues.
I am very hopeful for a smooth transition.
***I wont get it. LOL
But still hopeful.
https://redd.it/1k0mrdk
@r_linux
I know there will be the complainers but at the end of the day this is gonna make things so much better. Our test employee already had no issues.
I am very hopeful for a smooth transition.
***I wont get it. LOL
But still hopeful.
https://redd.it/1k0mrdk
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
My Own Private Binary - An Idiosyncratic Introduction to Linux Kernel Modules
https://www.muppetlabs.com/~breadbox/txt/mopb.html
https://redd.it/1k0mx2d
@r_linux
https://www.muppetlabs.com/~breadbox/txt/mopb.html
https://redd.it/1k0mx2d
@r_linux
Reddit
From the linux community on Reddit: My Own Private Binary - An Idiosyncratic Introduction to Linux Kernel Modules
Posted by modelop - 13 votes and 0 comments
Switched to Arch! (Story about my linux journey through this year, read the denoscription)
https://redd.it/1k0umwx
@r_linux
https://redd.it/1k0umwx
@r_linux
It's great how much TTS in Linux has evolved
The 2015 article "An In-Depth Look at Text-to-Speech in Linux" discusses the challenges and shortcomings of text-to-speech (TTS) technology in the Linux environment. The author, who is preparing for a life without a voice due to throat cancer, explores various TTS solutions available in Linux and highlights their limitations.
Key points from the article include:
The author's personal journey and the reasons for investigating TTS solutions, including scenarios where verbal communication is crucial for safety and convenience. The state of TTS in Linux is described as "next to worthless" due to the lack of quality tools and the difficulty in integrating better voices. The article concludes by emphasizing the need for better TTS solutions in the Linux ecosystem, particularly for those who rely on such technology due to disabilities.
>Source: https://fossforce.com/2015/04/an-in-depth-look-at-text-to-speech-in-linux/
Now, jump forward to 2025, and Piper TTS has significantly improved the quality of TTS on Linux systems. It offers natural-sounding voices that are comparable to commercial services like Google TTS, making it a preferred choice over older, less accurate engines like espeak as discussed in the 2015 article. I'm using Piper TTS via the flatpak Speech Note, and I use it to read Wikipedia articles for me.
For comparison, here's a sample of espeak TTS. And here's a sample of Piper TTS.
Very impressive that it evolved from robotic sounding to natural sounding in the last decade since that article was written. I remember back in 2012, when I installed Xubuntu 12.04, when I first started Linux, I had to install WINE so I could install my SAPI5 voices from my Windows machine in order to get decent sounding TTS, now, with Piper TTS, I don't have to do that anymore. Thank you developers of Piper TTS for improving a part of the Linux ecoystem that has been stagnant since the early 2000s and 2010s.
I'm pretty sure Ken Starks, the author of that article from 2015, is quite happy now that Linux TTS has improved this much.
https://redd.it/1k11b5m
@r_linux
The 2015 article "An In-Depth Look at Text-to-Speech in Linux" discusses the challenges and shortcomings of text-to-speech (TTS) technology in the Linux environment. The author, who is preparing for a life without a voice due to throat cancer, explores various TTS solutions available in Linux and highlights their limitations.
Key points from the article include:
The author's personal journey and the reasons for investigating TTS solutions, including scenarios where verbal communication is crucial for safety and convenience. The state of TTS in Linux is described as "next to worthless" due to the lack of quality tools and the difficulty in integrating better voices. The article concludes by emphasizing the need for better TTS solutions in the Linux ecosystem, particularly for those who rely on such technology due to disabilities.
>Source: https://fossforce.com/2015/04/an-in-depth-look-at-text-to-speech-in-linux/
Now, jump forward to 2025, and Piper TTS has significantly improved the quality of TTS on Linux systems. It offers natural-sounding voices that are comparable to commercial services like Google TTS, making it a preferred choice over older, less accurate engines like espeak as discussed in the 2015 article. I'm using Piper TTS via the flatpak Speech Note, and I use it to read Wikipedia articles for me.
For comparison, here's a sample of espeak TTS. And here's a sample of Piper TTS.
Very impressive that it evolved from robotic sounding to natural sounding in the last decade since that article was written. I remember back in 2012, when I installed Xubuntu 12.04, when I first started Linux, I had to install WINE so I could install my SAPI5 voices from my Windows machine in order to get decent sounding TTS, now, with Piper TTS, I don't have to do that anymore. Thank you developers of Piper TTS for improving a part of the Linux ecoystem that has been stagnant since the early 2000s and 2010s.
I'm pretty sure Ken Starks, the author of that article from 2015, is quite happy now that Linux TTS has improved this much.
https://redd.it/1k11b5m
@r_linux
FOSS Force
An In-Depth Look at Text-to-Speech in Linux - FOSS Force
It’s been an interesting two weeks, talking about and looking into why text-to-speech (TTS) is such a mess in Linux. I’ve spoken with seventeen of…
Serbian student activist’s phone hacked using Cellebrite zero-day exploit
https://securityaffairs.com/174822/breaking-news/serbian-student-activists-phone-hacked-using-cellebrite-zero-day-exploit.html
https://redd.it/1k17zx5
@r_linux
https://securityaffairs.com/174822/breaking-news/serbian-student-activists-phone-hacked-using-cellebrite-zero-day-exploit.html
https://redd.it/1k17zx5
@r_linux
Security Affairs
Serbian student activist’s phone hacked using Cellebrite zero-day exploit - Security Affairs
Amnesty International reports that a Cellebrite zero-day exploit was used to unlock a Serbian activist's Android phone.
KDE Gear 25.04 is out with new exciting features and improvements landing in Dolphin, Kdenlive, Okular, Itinerary, KDE Connect, Tokodon and many, many more.
https://kde.org/announcements/gear/25.04.0/
https://redd.it/1k18lqg
@r_linux
https://kde.org/announcements/gear/25.04.0/
https://redd.it/1k18lqg
@r_linux
kde.org
KDE ⚙️ Gear 25.04
System Tools Dolphin KDE’s flexible file and folder browser/manager gets a makeover, starting with its new icon including an actual dolphin!
The Document Foundation's activities in 2024
https://blog.documentfoundation.org/blog/2025/04/17/annual-report-2024-the-document-foundations-activities/
https://redd.it/1k17m6k
@r_linux
https://blog.documentfoundation.org/blog/2025/04/17/annual-report-2024-the-document-foundations-activities/
https://redd.it/1k17m6k
@r_linux
The Document Foundation Blog
Annual Report 2024: The Document Foundation's activities - The Document Foundation Blog
The Document Foundation is the non-profit entity that coordinates the LibreOffice project and community. In 2024 we had with elections for the foundation’s Membership Committee, along with regular Advisory Board calls, and support for other projects and activities…
What size monitor + resolution to get for perfect Linux compatibility?
Hello,
out of curiosity, I'd like to find out what monitor size and resolution combination would be considered perfect for the best Linux compatibility
I've been thinking about 4K monitors and how they would scale at 27" vs 32" on Linux, but those would probably have to use fractional scaling to be usable, which is better avoided for perfect compatibility.
Which specific size/resolutions would grant perfect scaling?
https://redd.it/1k1c8sc
@r_linux
Hello,
out of curiosity, I'd like to find out what monitor size and resolution combination would be considered perfect for the best Linux compatibility
I've been thinking about 4K monitors and how they would scale at 27" vs 32" on Linux, but those would probably have to use fractional scaling to be usable, which is better avoided for perfect compatibility.
Which specific size/resolutions would grant perfect scaling?
https://redd.it/1k1c8sc
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Canonical Releases Ubuntu 25.04 Plucky Puffin
https://canonical.com/blog/canonical-releases-ubuntu-25-04-plucky-puffin
https://redd.it/1k1h3rs
@r_linux
https://canonical.com/blog/canonical-releases-ubuntu-25-04-plucky-puffin
https://redd.it/1k1h3rs
@r_linux
Canonical
Canonical Releases Ubuntu 25.04 Plucky Puffin | Canonical
The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with performance enhancements across a broad range of hardware. April 17, 2025 Today Canonical announced the release of Ubuntu 25.04, codenamed “Plucky Puffin…
Linux is for running a business
In the process of buying a business. I have used different POS programs in the past but they have all been windows based. Looking for OS distros and programs that are beneficial for running a business. POS, budgeting, payroll, all the things like that. I have used Linux off and on for 15 years but just for fun and personal use.
Also, I envision setting up 3-10 computers as I grow and would like to have them mesh together well. There is a lot of stuff in this arena that I know nothing about and will need professional help/tutoring to figure it out for sure. Even when I have ran more than one linux machine at a time they were always completely separate and never linked in any way.
Any input would be appreciated. Any laptop recommendations for longevity would be appreciated.
https://redd.it/1k1kv32
@r_linux
In the process of buying a business. I have used different POS programs in the past but they have all been windows based. Looking for OS distros and programs that are beneficial for running a business. POS, budgeting, payroll, all the things like that. I have used Linux off and on for 15 years but just for fun and personal use.
Also, I envision setting up 3-10 computers as I grow and would like to have them mesh together well. There is a lot of stuff in this arena that I know nothing about and will need professional help/tutoring to figure it out for sure. Even when I have ran more than one linux machine at a time they were always completely separate and never linked in any way.
Any input would be appreciated. Any laptop recommendations for longevity would be appreciated.
https://redd.it/1k1kv32
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community