Skip to content

Instantly share code, notes, and snippets.

View StudioEtrange's full-sized avatar
💫

StudioEtrange StudioEtrange

💫
View GitHub Profile
@ryancdotorg
ryancdotorg / builder.sh
Last active October 14, 2025 19:40
Script to statically cross compile various useful binaries (dropbear, socat, rsync, rpcapd, tcpdump, openssl, zstd) using musl-libc via musl.cc toolchains,
#!/bin/bash
# From https://gist.github.com/ryancdotorg/84275935f0b82578d8c222e2e915fc78
# built binaries at https://ryanc-musl-bins.s3.amazonaws.com/SHA256SUMS.html
set -eo pipefail
set -x
export BUILD_SCRIPT_DATE="$(date -r "$0" -Iseconds)"
PV_VERSION=1.8.14
@StudioEtrange
StudioEtrange / ssh_key_based_authentification.md
Last active March 26, 2025 19:53
Configure ssh key based authentification
@BoQsc
BoQsc / Gists.md
Last active October 4, 2025 17:58
How to search my own Gists