sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,8 Tsd.
aktive Profile

#scripting

1 Beitrag1 Beteiligte*r0 Beiträge heute

TIL that software (especially #scripting runtimes like #Python, #Perl, and #NodeJS) running in #Alpine #Linux containers is often slower than in other distros like #Ubuntu. This is despite Alpine being faster on startup and often vastly more efficient with CPU, memory, and storage.

It mostly comes down to Alpine’s use of musl libc rather than #GNU’s glibc. musl is optimized for minimalism, not raw performance. Also, the Alpine packages are often not compiled with as many optimizations.

Ich wollte mal schauen, wo bei mir in der Nähe Jellycat Stores sind (Jellycat stellt ganz süße Kuscheltiere her). Zum Glück gibt es auf deren Website ein Store-Finder, leider jedoch werden diese nur via Suche und Google Maps abgezeigt und sind nicht via Mausklick exportierbar.
Aber: Es gibt eine versteckte JSON-Datei mit den Standorten und die kann man dann zu eimer GPX-Datei umwandeln:

codeberg.org/api/packages/mark
codeberg.org/mark22k/jellycat-

#Jellycat#GPX#Programming

This video was helpful in getting me started on writing my own bash script to automate the process of creating ZFS snapshots and doing backups to my home server.

[Video starts at 9:45 where the scripting begins]...

youtu.be/_4wJMUgZloQ?si=JPy19G

youtu.be- YouTubeAuf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
#ZFS#Bash#Scripting

How would you solve the following use case when #bash #scripting ?

Given a text file and need to insert a line somewhere specific.
Extra challenging: Assume some lines are identical.

This might be worth sharing with @b0rk 's audience.

I'll share a solution I just used at work in the first comment; worth adding to ones #cheatsheet!