digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

823
active users

#bash

15 posts12 participants1 post today

#Linux #Bash
ROT13 verschlüsselt Buchstaben um 13 Stellen.
Valentin schickt Olga eine wichtige Nachricht. Er schickt die En-Decryptsoftware gleich mit.

echo "qvr Xhu sevffg urhgr xrva Tenf" | tr 'A-Za-z' 'N-ZA-Mn-za-m'

Wieder mal ein schöner Einzeiler für die Shell

#Linux #Bash
Das allerwichtigste für einen Nerd am Sonntag Morgen ist eine sprechende #Eieruhr ⌛ als Einzeiler:

for x in {1..176}; do sleep 1 && echo -ne "\r"$x ;done;ef="Das $x Sekunden Ei ist fertig !";which espeak > /dev/null 2>&1 && espeak -vde "$ef"||echo -e "\n$ef"

Noch mehr Eieruhren und Countdowns für Raketenstarts gibts hier:
gist.github.com/dewomser/1a91e

Eieruhr: Bash-Einzeiler mit Countdown und Sprachausgabe - Eieruhr2.sh
GistEieruhr: Bash-Einzeiler mit Countdown und SprachausgabeEieruhr: Bash-Einzeiler mit Countdown und Sprachausgabe - Eieruhr2.sh

I've released v1.4 of my `kagi-ken` #CLI earlier tonight: use #Kagi on the command line and in scripts, get structured JSON data for search and summaries, and all *without* API access. (You'll need to be a customer, though.)

New tonight (1.3+): support for the Universal Summarizer! (Works with text and links, including YouTube URLs, Summarizer is ace.)

github.com/czottmann/kagi-ken

It's fun for the whole family! (If your family is into JSON-output CLI and #bash scripting.)

A tool to work with Kagi (via web, not API), searching & summarizing, outputting results in a similar schema as the Kagi Search API. Uses Kagi session token for easy authentication. Works well ...
GitHubGitHub - czottmann/kagi-ken: A tool to work with Kagi (via web, not API), searching & summarizing, outputting results in a similar schema as the Kagi Search API. Uses Kagi session token for easy authentication. Works well with your agent.A tool to work with Kagi (via web, not API), searching & summarizing, outputting results in a similar schema as the Kagi Search API. Uses Kagi session token for easy authentication. Works well ...

And by the way, I guess I’ll be sticking with #Zsh. I still need to make some adjustments but it’s meeting all my needs. Of course I still **have** #Bash. I still run bash scripts. But human interaction now happens in zsh.

The fact that @b0rk uses #Fish makes me curious, but it’s too soon to look at yet another shell.

Figured out a nice terminal timer!

I find timers incredibly irritating, especially when they keep ringing until you turn them off, which is the case for most of them. I also prefer my tea steeped for an exact period of time.

I figured out how to get a timer in my terminal that rings only once, and I added it to my “grimoire” collection of useful scripts I recently started:

reillyspitzfaden.com/code/#gri

Pixel art of a radio tower and floppy disk, with pixel art text reading 'Reilly Spitzfaden'
reillyspitzfaden.comReilly Spitzfaden, Composer | Code
#Zsh#Bash#Terminal