Posts with Tag: bash

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...

Hitting an auction/buy with BASH

Hitting an auction/buy with BASH

Posted on 4th Oct 2024

Disclaimer... You shouldn't abuse the idea/script, cause this would cause problems to the server, the product page and the creator/maker of the product. For the same reason, i don't post any URLs. Recently i found a product i really liked and wanted to buy on Tindie. The problem was, that the...

Cyan theme for DIALOG / Linux

Cyan theme for DIALOG / Linux

Posted on 2nd Oct 2024

Below is a theme for the dialog command, of Linux, that lets you build GUI menus in the shell. Feel free to use it and edit, as you like ;) A preview of it... To use it, save it as .dialogrc in your home directory. # # Run-time configuration file for dialog # # Types of values: # # Number...

Launch ISO ROMs from file manager Linux/Ubuntu

Launch ISO ROMs from file manager Linux/Ubuntu

Posted on 2nd Oct 2024

Customize your file manager to launch an emulator when you double click an ISO file. Normally, double clicking an ISO file opens a file archive program which is useless! This way we can use our file manager as a very easy way to launch ROMs and our favorite emulators, with just a double click, thu...