Posts in Category: linux

BASH script to test Terminal capabilities...

BASH script to test Terminal capabilities...

Posted on 15th Nov 2025

Nothing too exciting, but it is something i need, from time to time, to test various terminal emulators and specially the size and the number of colors can be used. It's written in BASH, but i think it will work with other cli interpreters. Just copy/paste the script, make it executable and run it....

Use rtl_fm and redsea to listen radio stations with RDS data...

Use rtl_fm and redsea to listen radio stations with RDS data...

Posted on 4th Nov 2025

This is more of a proof of concept, that you can use rtl_fm and redsea programs, to read RDS data and also listen the audio! I don't think, that many people will prefer this way to listen to radio stations :) So, first install rtl_fm, by installing the package rtl-sdr. In Debian/Ubuntu sys...

Geany 2.x - IDE with LSP...

Geany 2.x - IDE with LSP...

Posted on 8th Oct 2025

Geany is my favorite text editor! I am using it for years and 95% of my scripts/projects are made with it. I like it's simplicity on the outside, but still powerful on the inside. For sure it's not VIM and it doesn't need to be. For me it's exactly what i want, with the only exception, that until...

MarkLn - MarkDown editor for the Terminal

MarkLn - MarkDown editor for the Terminal

Posted on 5th Oct 2025

Recently i found the Textual library for Python, which awesome! In a few hours i was able to create this markdown editor, very easy and very aesthetic! With the given Markdown widgets of the library, making this program was a breeze and very pleasant, as the result satisfies me, in so many ways. I w...

Backup a list of all your GIT repositories you use...

Backup a list of all your GIT repositories you use...

Posted on 3rd Jul 2025

Github, hosts many valuable and important projects/programs. As time passes, you are adding more and more, GitHub, projects on your PC and you reach a point, that either you have forgot them or when you reinstall your OS, you don't remember what you had installed. So, an easy way to store a backup l...