Skip to content

Instantly share code, notes, and snippets.

@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 October 31, 2025 20:12
Configure ssh key based authentification

1. SSH key based authentification

1.1. Summary

Guide to :

  • Autorize SSH connection from a local machine to a distant SSH machine without using a password
  • Configure VSCode to use this SSH configuration

Some other informations :

@BoQsc
BoQsc / Gists.md
Last active November 27, 2025 03:03
How to search my own Gists