Posts with Tag: cli

Share text from your terminal with QR codes

Share text from your terminal with QR codes

Posted on 11th Oct 2024

Often, there are times, that i want to share a text (link, command, search term etc) to my phone, from my main computer PC. For sure, you can send it over with an email, but i don't like this way, cause it's filling up my inbox/trash folder with useless emails, that often forget to delete. Also... s...

Small script for selecting your favorite Internet radio stations...

Posted on 9th Oct 2024

I have a small selection of Internet radios i like to listen to. Storing them in a program or a playlist (.m3u) is not my thing, cause in the past, either i lost it, changed programs/streaming applications or the file got corrupted. But my scripts, have a special care... i store them separately and...

Save the output of TELNET in file...

Save the output of TELNET in file...

Posted on 9th Oct 2024

Would you like to save your visit into a BBS and store all the fancy ANSI graphics? to rip them all? (no... for the last part) Well you can. You don't have to use a specific telnet client for BBSes. You can just use the linux telnet command to connect to the BBS and we will use the tee command t...