Posted on
15th Nov 2024
This is not a post of mine. The original source/site, is being closed and managed to source it from the Wayback Machine. It also maybe outdated, but the principals work and may help you create something similar.
http://www.stealth-x.com/programming/driver-writing-with-python.php
Hey guys, toda...
Posted on
6th Nov 2024
Lets use a BASH script to read APRS messages through the Internet. No need to have a ham radio :)
The script uses expect to connect using netcat in APRS internet servers. The cool thing, is that, the main script creates sub-scripts that use expect to make the connection. I have made it a lon...
Posted on
4th Nov 2024
There could be many reasons why someone may want to keep track of earthquakes in the near by area. So, for statistical reasons i wanted to keep a record of mine. I used Python this time to retrieve and manipulate the data, as it gives me many options, for the future to manipulate the data.
The way...
Posted on
30th Oct 2024
Let see how we can use fzf for getting an input from the user... and i don't just mean to choose from a list of items, as fzf does normally. With the proper arguments/paramaters of fzf we can use it, as an input function, where the user, would be able to type anything, not just select a choice and...
Posted on
29th Oct 2024
I needed an easy way to make Wifi connection on my Raspberry Pi, without the need to remember lines of 40+ chars with parameters, that you don't even know or remember while typing. Also it had to be on the terminal and because nmtui didn't fit in the little screen of my cyberdeck, i had to invent...