Skip to content

Instantly share code, notes, and snippets.

View tmmvn's full-sized avatar
🤠
Wrangling loose bytes

Tommi tmmvn

🤠
Wrangling loose bytes
View GitHub Profile
@c0m4r
c0m4r / void_linux_hetzner_arm_ipv6.md
Last active February 15, 2025 18:32
Void Linux installation on Hetzner Cloud VPS (Arm64/IPv6-only)

Void Linux installation on Hetzner Cloud VPS

(Arm64/IPv6-only)

This guide describes how to install Void Linux on ARM Hetzner Cloud instances with IPv6-only setup.

image

Table of contents:

@jeroenvollenbrock
jeroenvollenbrock / aws-cloudfront-basic-auth.js
Last active June 26, 2024 13:36
AWS-CloudFront-basic-auth
var USERS = {
protecteddir: [{
username: 'user',
password: 'pass',
}],
};
//Response when auth is not valid.
var response401 = {
statusCode: 401,