Post of the month: dec 2024

Trackpad to Keyboard emulation (Hackberry Pi)

Trackpad to Keyboard emulation (Hackberry Pi)

Posted on 26th Dec 2024

As you may know, i have a Hackberry Pi, which has a trackpad. The trackpad it self, is excellent to use in GUI but it has no use at plain TTY terminal, which is what i use most, while operating the Hackberry. So, i had to found a way, to emulate the trackpad movements into keyboard keys, to use in...

Mini fzf media launcher (file explorer)

Mini fzf media launcher (file explorer)

Posted on 25th Dec 2024

Below is a small media launcher for Linux/BASH, using, as always fzf :) You can use it to navigate, through directories and select media files to launch with your favorite media player. Of course the script can accept many improvements and it's only basic, but i am leaving this to you, as i wanted...

Finding RSS feeds...

Finding RSS feeds...

Posted on 25th Dec 2024

Here are some ways to find the link of RSS feeds, for well known platforms, cause many sites that use them, don't even mention that they have a RSS feed. RSS feeds, are a cool way to read and follow sites, that you really like and want to be aware of. Wordpress Add /feed after the site URL E...

DELTREE command in Python

DELTREE command in Python

Posted on 18th Dec 2024

One of the most useful commands when i used DOS, was deltree. Quickly and easy, deleting large areas of the hard disk, with no point of return... In Linux, there isn't such a command, or perhaps, it's a bit disguised, but never the less, it hasn't the features of the original deltree command or...

Making Invoices with HTML

Making Invoices with HTML

Posted on 11th Dec 2024

Many times, i need to calculate a budget for materials of a project. Other times, i need a quick way to make a simple invoice, for my clients, that can build on the go, from any device. No need for a database, to keep values, prices etc. Just a simple form, to write stuff, insert price and quantity...