Skip to content

Instantly share code, notes, and snippets.

View InukVT's full-sized avatar
🤔
Saving my monthly commit for something good

Inuk InukVT

🤔
Saving my monthly commit for something good
View GitHub Profile
@rosswf
rosswf / k3s.md
Last active September 11, 2025 01:47
Deploy HA k3s with kube-vip and MetalLB using k3sup

Prerequisites

kubectl

Install the required tools for deploying and controlling k3s.

Installation Docs:

# Download
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
@helje5
helje5 / servedocc.swift
Last active May 12, 2025 20:20
Small Swift Script to serve `.doccarchive`s to the browser
#!/usr/bin/swift sh
import MacroExpress // @Macro-swift
// MARK: - Parse Commandline Arguments & Usage
func usage() {
let tool = path.basename(process.argv.first ?? "servedocc")
print(
"""
@max-mapper
max-mapper / bibtex.png
Last active November 19, 2025 13:01
How to make a scientific looking PDF from markdown (with bibliography)
bibtex.png
@notpushkin
notpushkin / iceobs.sh
Last active October 22, 2023 12:48
A script for streaming from OBS Studio (https://obsproject.com/) to Icecast2
ICE_HOST="example.net"
ICE_PORT="8000"
ICE_PASS="hackme"
ICE_MOUNT="/obs.ogg"
FILE="/tmp/iceobs.ogg.sock"
# Requirements: obs oggfwd
rm -f $FILE
mkfifo $FILE