PipeWire: Command line to make and break a connection #commandline #bash #pipewire
Permission Denied Errors - Ubuntu 24.04.2 LTS #commandline #bash #permissions #sudo
bash-preexec emulates zsh's preexec and precmd commands in bash. It's used by a number of projects, including Ghostty, and the latest release includes a few improvements I made earlier this year while working on Ghostty's bash shell integration.
#Linux #Bash
Installationshilfe für #RaspberryPi
Image wählen, downloaden , Hashcheck, entpacken und auf SD kopieren
Es sind nur ein paar Zeilen dokumentiertes Bashskript
https://github.com/dewomser/Raspi-auto-downloader
@midtsveen special interests are #linux #ZFS #cybersecurity #bash and #BSD
Photograph with FFmpeg output in Bash
#Linux #Bash #Pipe
_ und so kann man sich den sprechenden Drachen aus dem Rss-Feed der Stadt Worms basteln. Es gibt die ersten 5 Rss-Einträge als Option mit Text ,Link und ASCII-Art
Nach dem Auswählen wird das Bild aus dem Text erstellt und dann durch cowsay gepipet . Nicht sehr kompliziert für Bash
Nimm das -> …advanced.sh
https://gist.github.com/dewomser/cea719bec695d36d9e083d46ba13257a
#Linux #Bash
Bei einer Youtube-Query werden in der URL alle Leerzeichen durch + ersetzt.
Das Array was z.B. von Mpris (Media-Metatags) zurück gibt, enthält an 5. Position einen String mit Leerzeichen
a[5]="dem Nikolaus sein Haus"
lolo="${a[5]//\ /+}"
echo $lolo
dem+Nikolaus+sein+Haus
Da hab ich das benutzt:
https://github.com/dewomser/Toot_music_is_playing